# 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_hotfixaw4w083t/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_hotfixaw4w083t/tests/tests_helpers_and_asserts.yml:3 Tuesday 27 February 2024 23:02:03 +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_hotfixaw4w083t/tests/tests_helpers_and_asserts.yml:6 Tuesday 27 February 2024 23:02:04 +0000 (0:00:00.695) 0:00:00.708 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/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_hotfixaw4w083t/tests/tasks/el_repo_setup.yml:3 Tuesday 27 February 2024 23:02:04 +0000 (0:00:00.022) 0:00:00.730 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/el_repo_setup.yml:19 Tuesday 27 February 2024 23:02:04 +0000 (0:00:00.327) 0:00:01.058 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/el_repo_setup.yml:24 Tuesday 27 February 2024 23:02:04 +0000 (0:00:00.253) 0:00:01.312 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/el_repo_setup.yml:28 Tuesday 27 February 2024 23:02:04 +0000 (0:00:00.021) 0:00:01.334 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/el_repo_setup.yml:53 Tuesday 27 February 2024 23:02:04 +0000 (0:00:00.018) 0:00:01.352 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/enable_epel.yml:8 Tuesday 27 February 2024 23:02:04 +0000 (0:00:00.031) 0:00:01.383 ****** 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_hotfixaw4w083t/tests/tasks/enable_epel.yml:24 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.250) 0:00:01.634 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/enable_epel.yml:30 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.012) 0:00:01.646 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/enable_epel.yml:35 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.011) 0:00:01.658 ****** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.244460", "end": "2024-02-27 23:02:05.471159", "rc": 0, "start": "2024-02-27 23:02:05.226699" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/enable_epel.yml:40 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.428) 0:00:02.086 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tests_helpers_and_asserts.yml:9 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.011) 0:00:02.098 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:3 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.014) 0:00:02.113 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.011) 0:00:02.124 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.011) 0:00:02.136 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003040", "end": "2024-02-27 23:02:05.705083", "rc": 0, "start": "2024-02-27 23:02:05.702043" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.184) 0:00:02.320 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.011) 0:00:02.332 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:5 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.011) 0:00:02.343 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.017) 0:00:02.361 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.010) 0:00:02.371 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.011) 0:00:02.382 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.012) 0:00:02.394 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.010) 0:00:02.405 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003146", "end": "2024-02-27 23:02:05.976867", "rc": 0, "start": "2024-02-27 23:02:05.973721" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:02:05 +0000 (0:00:00.187) 0:00:02.593 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:02:06 +0000 (0:00:00.011) 0:00:02.605 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 23:02:06 +0000 (0:00:00.011) 0:00:02.616 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:28 Tuesday 27 February 2024 23:02:08 +0000 (0:00:02.975) 0:00:05.592 ****** 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_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:37 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.020) 0:00:05.612 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:45 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.011) 0:00:05.624 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:52 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.011) 0:00:05.636 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:58 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.011) 0:00:05.647 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.011) 0:00:05.658 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:71 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.011) 0:00:05.670 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:9 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.009) 0:00:05.680 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.024) 0:00:05.705 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.010) 0:00:05.715 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003180", "end": "2024-02-27 23:02:09.283755", "rc": 0, "start": "2024-02-27 23:02:09.280575" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.182) 0:00:05.898 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.012) 0:00:05.910 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:11 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.011) 0:00:05.921 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/assert_device_absent.yml:3 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.014) 0:00:05.936 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.011) 0:00:05.948 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/assert_device_absent.yml:5 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.181) 0:00:06.130 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:14 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.011) 0:00:06.141 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.017) 0:00:06.159 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.010) 0:00:06.169 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.010) 0:00:06.179 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.011) 0:00:06.191 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.016) 0:00:06.208 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003101", "end": "2024-02-27 23:02:09.778078", "rc": 0, "start": "2024-02-27 23:02:09.774977" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.184) 0:00:06.393 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.012) 0:00:06.405 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 23:02:09 +0000 (0:00:00.010) 0:00:06.415 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:28 Tuesday 27 February 2024 23:02:12 +0000 (0:00:02.708) 0:00:09.124 ****** 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.012649", "end": "2024-02-27 23:02:12.707239", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-27 23:02:12.694590" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003529", "end": "2024-02-27 23:02:12.921422", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-27 23:02:12.917893" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003921", "end": "2024-02-27 23:02:13.101578", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-27 23:02:13.097657" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:37 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.594) 0:00:09.718 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023084", "end": "2024-02-27 23:02:13.310513", "rc": 0, "start": "2024-02-27 23:02:13.287429" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:45 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.208) 0:00:09.926 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:52 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.011) 0:00:09.937 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:58 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.010) 0:00:09.948 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.011) 0:00:09.960 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:71 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.014) 0:00:09.974 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:18 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.010) 0:00:09.984 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.017) 0:00:10.002 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.011) 0:00:10.014 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002966", "end": "2024-02-27 23:02:13.583046", "rc": 0, "start": "2024-02-27 23:02:13.580080" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.198) 0:00:10.212 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.012) 0:00:10.225 ****** 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_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:20 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.010) 0:00:10.235 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/assert_device_present.yml:3 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.018) 0:00:10.254 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.034) 0:00:10.288 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1709074932.6987033, "block_size": 4096, "blocks": 0, "ctime": 1709074932.6987033, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28680, "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": 1709074932.6987033, "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_hotfixaw4w083t/tests/tasks/assert_device_present.yml:5 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.189) 0:00:10.477 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:23 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.012) 0:00:10.490 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.023) 0:00:10.513 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.010) 0:00:10.524 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.013) 0:00:10.537 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.016) 0:00:10.554 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:02:13 +0000 (0:00:00.012) 0:00:10.566 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003051", "end": "2024-02-27 23:02:14.134547", "rc": 0, "start": "2024-02-27 23:02:14.131496" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:02:14 +0000 (0:00:00.182) 0:00:10.749 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:02:14 +0000 (0:00:00.011) 0:00:10.760 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 23:02:14 +0000 (0:00:00.009) 0:00:10.770 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:28 Tuesday 27 February 2024 23:02:16 +0000 (0:00:02.588) 0:00:13.358 ****** 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_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:37 Tuesday 27 February 2024 23:02:16 +0000 (0:00:00.020) 0:00:13.379 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:45 Tuesday 27 February 2024 23:02:16 +0000 (0:00:00.012) 0:00:13.391 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008913", "end": "2024-02-27 23:02:16.980431", "rc": 0, "start": "2024-02-27 23:02:16.971518" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:52 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.218) 0:00:13.610 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:58 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.014) 0:00:13.625 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.011) 0:00:13.636 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:71 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.010) 0:00:13.647 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:27 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.009) 0:00:13.656 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.020) 0:00:13.676 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.011) 0:00:13.687 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003253", "end": "2024-02-27 23:02:17.256270", "rc": 0, "start": "2024-02-27 23:02:17.253017" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.191) 0:00:13.879 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.028) 0:00:13.908 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:29 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.013) 0:00:13.922 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/assert_device_absent.yml:3 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.021) 0:00:13.943 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.011) 0:00:13.954 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/assert_device_absent.yml:5 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.198) 0:00:14.152 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tests_helpers_and_asserts.yml:15 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.026) 0:00:14.178 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:3 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.023) 0:00:14.202 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.020) 0:00:14.222 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.014) 0:00:14.237 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003105", "end": "2024-02-27 23:02:17.805380", "rc": 0, "start": "2024-02-27 23:02:17.802275" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.183) 0:00:14.420 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.012) 0:00:14.433 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:5 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.012) 0:00:14.445 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.012) 0:00:14.457 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.008) 0:00:14.466 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.015) 0:00:14.481 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.020) 0:00:14.502 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:02:17 +0000 (0:00:00.018) 0:00:14.521 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003273", "end": "2024-02-27 23:02:18.090850", "rc": 0, "start": "2024-02-27 23:02:18.087577" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:02:18 +0000 (0:00:00.184) 0:00:14.705 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:02:18 +0000 (0:00:00.010) 0:00:14.716 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 23:02:18 +0000 (0:00:00.009) 0:00:14.726 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:28 Tuesday 27 February 2024 23:02:20 +0000 (0:00:02.532) 0:00:17.259 ****** 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_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:37 Tuesday 27 February 2024 23:02:20 +0000 (0:00:00.018) 0:00:17.278 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:45 Tuesday 27 February 2024 23:02:20 +0000 (0:00:00.010) 0:00:17.289 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:52 Tuesday 27 February 2024 23:02:20 +0000 (0:00:00.010) 0:00:17.299 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:58 Tuesday 27 February 2024 23:02:20 +0000 (0:00:00.010) 0:00:17.310 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 23:02:20 +0000 (0:00:00.009) 0:00:17.320 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:71 Tuesday 27 February 2024 23:02:20 +0000 (0:00:00.012) 0:00:17.332 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:9 Tuesday 27 February 2024 23:02:20 +0000 (0:00:00.009) 0:00:17.342 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:02:20 +0000 (0:00:00.013) 0:00:17.355 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:02:20 +0000 (0:00:00.011) 0:00:17.367 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003208", "end": "2024-02-27 23:02:20.938156", "rc": 0, "start": "2024-02-27 23:02:20.934948" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:02:20 +0000 (0:00:00.185) 0:00:17.553 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:02:20 +0000 (0:00:00.011) 0:00:17.564 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:11 Tuesday 27 February 2024 23:02:20 +0000 (0:00:00.009) 0:00:17.574 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/assert_device_absent.yml:3 Tuesday 27 February 2024 23:02:20 +0000 (0:00:00.014) 0:00:17.588 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:02:21 +0000 (0:00:00.012) 0:00:17.601 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/assert_device_absent.yml:5 Tuesday 27 February 2024 23:02:21 +0000 (0:00:00.184) 0:00:17.785 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:14 Tuesday 27 February 2024 23:02:21 +0000 (0:00:00.012) 0:00:17.797 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 23:02:21 +0000 (0:00:00.016) 0:00:17.814 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 23:02:21 +0000 (0:00:00.010) 0:00:17.825 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 23:02:21 +0000 (0:00:00.010) 0:00:17.835 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:02:21 +0000 (0:00:00.013) 0:00:17.848 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:02:21 +0000 (0:00:00.010) 0:00:17.859 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003134", "end": "2024-02-27 23:02:21.429027", "rc": 0, "start": "2024-02-27 23:02:21.425893" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:02:21 +0000 (0:00:00.183) 0:00:18.043 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:02:21 +0000 (0:00:00.010) 0:00:18.054 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 23:02:21 +0000 (0:00:00.010) 0:00:18.064 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:28 Tuesday 27 February 2024 23:02:24 +0000 (0:00:02.570) 0:00:20.634 ****** 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_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:37 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.020) 0:00:20.655 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:45 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.015) 0:00:20.671 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:52 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.014) 0:00:20.685 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009758", "end": "2024-02-27 23:02:24.266138", "rc": 0, "start": "2024-02-27 23:02:24.256380" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:58 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.211) 0:00:20.897 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.011) 0:00:20.908 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:71 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.013) 0:00:20.922 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:18 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.016) 0:00:20.939 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.034) 0:00:20.973 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.014) 0:00:20.988 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003227", "end": "2024-02-27 23:02:24.557958", "rc": 0, "start": "2024-02-27 23:02:24.554731" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.196) 0:00:21.185 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.021) 0:00:21.206 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:20 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.016) 0:00:21.223 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/assert_device_present.yml:3 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.034) 0:00:21.258 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.018) 0:00:21.277 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1709074944.2647128, "block_size": 4096, "blocks": 0, "ctime": 1709074944.2647128, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29003, "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": 1709074944.2647128, "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_hotfixaw4w083t/tests/tasks/assert_device_present.yml:5 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.210) 0:00:21.487 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:23 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.033) 0:00:21.521 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.021) 0:00:21.542 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.020) 0:00:21.563 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 23:02:24 +0000 (0:00:00.018) 0:00:21.581 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:02:25 +0000 (0:00:00.025) 0:00:21.607 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:02:25 +0000 (0:00:00.027) 0:00:21.634 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003076", "end": "2024-02-27 23:02:25.223752", "rc": 0, "start": "2024-02-27 23:02:25.220676" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:02:25 +0000 (0:00:00.204) 0:00:21.838 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:02:25 +0000 (0:00:00.016) 0:00:21.855 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 23:02:25 +0000 (0:00:00.010) 0:00:21.865 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:28 Tuesday 27 February 2024 23:02:27 +0000 (0:00:02.582) 0:00:24.447 ****** 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_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:37 Tuesday 27 February 2024 23:02:27 +0000 (0:00:00.022) 0:00:24.469 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:45 Tuesday 27 February 2024 23:02:27 +0000 (0:00:00.011) 0:00:24.481 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:52 Tuesday 27 February 2024 23:02:27 +0000 (0:00:00.011) 0:00:24.492 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:58 Tuesday 27 February 2024 23:02:27 +0000 (0:00:00.010) 0:00:24.503 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008310", "end": "2024-02-27 23:02:28.080378", "rc": 0, "start": "2024-02-27 23:02:28.072068" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 23:02:28 +0000 (0:00:00.198) 0:00:24.702 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:71 Tuesday 27 February 2024 23:02:28 +0000 (0:00:00.027) 0:00:24.730 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:27 Tuesday 27 February 2024 23:02:28 +0000 (0:00:00.011) 0:00:24.741 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:02:28 +0000 (0:00:00.020) 0:00:24.762 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:02:28 +0000 (0:00:00.012) 0:00:24.774 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003352", "end": "2024-02-27 23:02:28.364883", "rc": 0, "start": "2024-02-27 23:02:28.361531" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:02:28 +0000 (0:00:00.205) 0:00:24.979 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:02:28 +0000 (0:00:00.027) 0:00:25.007 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/create_and_remove_interface.yml:29 Tuesday 27 February 2024 23:02:28 +0000 (0:00:00.015) 0:00:25.022 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/assert_device_absent.yml:3 Tuesday 27 February 2024 23:02:28 +0000 (0:00:00.025) 0:00:25.048 ****** included: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:02:28 +0000 (0:00:00.013) 0:00:25.061 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/assert_device_absent.yml:5 Tuesday 27 February 2024 23:02:28 +0000 (0:00:00.180) 0:00:25.242 ****** 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 27 February 2024 23:02:28 +0000 (0:00:00.012) 0:00:25.254 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.98s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.71s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.57s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.53s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.70s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.59s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:28 Enable EPEL 8 ----------------------------------------------------------- 0.43s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/enable_epel.yml:35 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 0.33s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/el_repo_setup.yml:3 --------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/el_repo_setup.yml:19 -------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/enable_epel.yml:8 ----------- Delete veth interface veth1298 ------------------------------------------ 0.22s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:45 Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:52 Get stat for interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_interface_stat.yml:3 ---- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:37 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/get_current_interfaces.yml:3 Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixaw4w083t/tests/tasks/manage_test_interface.yml:58 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixaw4w083t/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. ---^---^---^---^---^---