# 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_hotfixazejq564/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_hotfixazejq564/tests/tests_helpers_and_asserts.yml:3 Monday 19 February 2024 22:08:31 +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_hotfixazejq564/tests/tests_helpers_and_asserts.yml:6 Monday 19 February 2024 22:08:32 +0000 (0:00:00.739) 0:00:00.752 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/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_hotfixazejq564/tests/tasks/el_repo_setup.yml:3 Monday 19 February 2024 22:08:32 +0000 (0:00:00.026) 0:00:00.779 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/el_repo_setup.yml:19 Monday 19 February 2024 22:08:32 +0000 (0:00:00.336) 0:00:01.115 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/el_repo_setup.yml:24 Monday 19 February 2024 22:08:33 +0000 (0:00:00.270) 0:00:01.386 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/el_repo_setup.yml:28 Monday 19 February 2024 22:08:33 +0000 (0:00:00.052) 0:00:01.438 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/el_repo_setup.yml:53 Monday 19 February 2024 22:08:33 +0000 (0:00:00.041) 0:00:01.479 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/enable_epel.yml:8 Monday 19 February 2024 22:08:33 +0000 (0:00:00.032) 0:00:01.512 ******* 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_hotfixazejq564/tests/tasks/enable_epel.yml:24 Monday 19 February 2024 22:08:33 +0000 (0:00:00.273) 0:00:01.786 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/enable_epel.yml:30 Monday 19 February 2024 22:08:33 +0000 (0:00:00.016) 0:00:01.802 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/enable_epel.yml:35 Monday 19 February 2024 22:08:33 +0000 (0:00:00.013) 0:00:01.815 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.242229", "end": "2024-02-19 22:08:33.855668", "rc": 0, "start": "2024-02-19 22:08:33.613439" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/enable_epel.yml:40 Monday 19 February 2024 22:08:33 +0000 (0:00:00.452) 0:00:02.268 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tests_helpers_and_asserts.yml:9 Monday 19 February 2024 22:08:33 +0000 (0:00:00.028) 0:00:02.297 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 22:08:33 +0000 (0:00:00.041) 0:00:02.338 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:08:34 +0000 (0:00:00.039) 0:00:02.378 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:08:34 +0000 (0:00:00.013) 0:00:02.392 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003110", "end": "2024-02-19 22:08:34.186861", "rc": 0, "start": "2024-02-19 22:08:34.183751" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:08:34 +0000 (0:00:00.211) 0:00:02.603 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:08:34 +0000 (0:00:00.023) 0:00:02.627 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 22:08:34 +0000 (0:00:00.014) 0:00:02.641 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:08:34 +0000 (0:00:00.054) 0:00:02.696 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:08:34 +0000 (0:00:00.041) 0:00:02.738 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:08:34 +0000 (0:00:00.016) 0:00:02.754 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:08:34 +0000 (0:00:00.012) 0:00:02.767 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:08:34 +0000 (0:00:00.012) 0:00:02.780 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003485", "end": "2024-02-19 22:08:34.575468", "rc": 0, "start": "2024-02-19 22:08:34.571983" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:08:34 +0000 (0:00:00.186) 0:00:02.966 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:08:34 +0000 (0:00:00.028) 0:00:02.995 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:08:34 +0000 (0:00:00.032) 0:00:03.028 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 22:08:37 +0000 (0:00:03.070) 0:00:06.098 ******* 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_hotfixazejq564/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 22:08:37 +0000 (0:00:00.017) 0:00:06.115 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 22:08:37 +0000 (0:00:00.014) 0:00:06.129 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 22:08:37 +0000 (0:00:00.011) 0:00:06.141 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 22:08:37 +0000 (0:00:00.011) 0:00:06.152 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:08:37 +0000 (0:00:00.019) 0:00:06.171 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 22:08:37 +0000 (0:00:00.013) 0:00:06.184 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 22:08:37 +0000 (0:00:00.011) 0:00:06.195 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:08:37 +0000 (0:00:00.038) 0:00:06.234 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:08:37 +0000 (0:00:00.025) 0:00:06.259 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003278", "end": "2024-02-19 22:08:38.074385", "rc": 0, "start": "2024-02-19 22:08:38.071107" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:08:38 +0000 (0:00:00.217) 0:00:06.476 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:08:38 +0000 (0:00:00.012) 0:00:06.489 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 22:08:38 +0000 (0:00:00.010) 0:00:06.499 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:08:38 +0000 (0:00:00.017) 0:00:06.516 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:08:38 +0000 (0:00:00.015) 0:00:06.531 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:08:38 +0000 (0:00:00.181) 0:00:06.712 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 22:08:38 +0000 (0:00:00.022) 0:00:06.735 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:08:38 +0000 (0:00:00.026) 0:00:06.761 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:08:38 +0000 (0:00:00.032) 0:00:06.794 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:08:38 +0000 (0:00:00.014) 0:00:06.808 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:08:38 +0000 (0:00:00.024) 0:00:06.833 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:08:38 +0000 (0:00:00.021) 0:00:06.854 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003209", "end": "2024-02-19 22:08:38.650344", "rc": 0, "start": "2024-02-19 22:08:38.647135" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:08:38 +0000 (0:00:00.186) 0:00:07.041 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:08:38 +0000 (0:00:00.010) 0:00:07.052 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:08:38 +0000 (0:00:00.011) 0:00:07.064 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 22:08:41 +0000 (0:00:02.549) 0:00:09.613 ******* 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.011189", "end": "2024-02-19 22:08:41.427951", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-19 22:08:41.416762" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003818", "end": "2024-02-19 22:08:41.670245", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-19 22:08:41.666427" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004468", "end": "2024-02-19 22:08:41.860288", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-19 22:08:41.855820" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 22:08:41 +0000 (0:00:00.649) 0:00:10.263 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024689", "end": "2024-02-19 22:08:42.111106", "rc": 0, "start": "2024-02-19 22:08:42.086417" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 22:08:42 +0000 (0:00:00.238) 0:00:10.502 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 22:08:42 +0000 (0:00:00.011) 0:00:10.514 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 22:08:42 +0000 (0:00:00.011) 0:00:10.525 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:08:42 +0000 (0:00:00.011) 0:00:10.537 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 22:08:42 +0000 (0:00:00.024) 0:00:10.561 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 22:08:42 +0000 (0:00:00.016) 0:00:10.577 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:08:42 +0000 (0:00:00.054) 0:00:10.631 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:08:42 +0000 (0:00:00.030) 0:00:10.662 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003129", "end": "2024-02-19 22:08:42.492314", "rc": 0, "start": "2024-02-19 22:08:42.489185" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:08:42 +0000 (0:00:00.229) 0:00:10.891 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:08:42 +0000 (0:00:00.047) 0:00:10.938 ******* 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_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 22:08:42 +0000 (0:00:00.038) 0:00:10.977 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 22:08:42 +0000 (0:00:00.054) 0:00:11.031 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:08:42 +0000 (0:00:00.033) 0:00:11.064 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708380521.4203715, "block_size": 4096, "blocks": 0, "ctime": 1708380521.4203715, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32113, "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": 1708380521.4203715, "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_hotfixazejq564/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 22:08:42 +0000 (0:00:00.239) 0:00:11.304 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 22:08:42 +0000 (0:00:00.020) 0:00:11.325 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:08:43 +0000 (0:00:00.067) 0:00:11.393 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:08:43 +0000 (0:00:00.012) 0:00:11.406 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:08:43 +0000 (0:00:00.031) 0:00:11.437 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:08:43 +0000 (0:00:00.045) 0:00:11.482 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:08:43 +0000 (0:00:00.057) 0:00:11.539 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003424", "end": "2024-02-19 22:08:43.370278", "rc": 0, "start": "2024-02-19 22:08:43.366854" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:08:43 +0000 (0:00:00.241) 0:00:11.781 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:08:43 +0000 (0:00:00.032) 0:00:11.813 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:08:43 +0000 (0:00:00.039) 0:00:11.852 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 22:08:46 +0000 (0:00:02.674) 0:00:14.527 ******* 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_hotfixazejq564/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 22:08:46 +0000 (0:00:00.035) 0:00:14.562 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 22:08:46 +0000 (0:00:00.021) 0:00:14.583 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009142", "end": "2024-02-19 22:08:46.392737", "rc": 0, "start": "2024-02-19 22:08:46.383595" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 22:08:46 +0000 (0:00:00.214) 0:00:14.798 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 22:08:46 +0000 (0:00:00.030) 0:00:14.828 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:08:46 +0000 (0:00:00.023) 0:00:14.851 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 22:08:46 +0000 (0:00:00.018) 0:00:14.870 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 22:08:46 +0000 (0:00:00.022) 0:00:14.892 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:08:46 +0000 (0:00:00.042) 0:00:14.935 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:08:46 +0000 (0:00:00.018) 0:00:14.953 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003249", "end": "2024-02-19 22:08:46.763412", "rc": 0, "start": "2024-02-19 22:08:46.760163" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:08:46 +0000 (0:00:00.205) 0:00:15.159 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:08:46 +0000 (0:00:00.041) 0:00:15.201 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 22:08:46 +0000 (0:00:00.020) 0:00:15.222 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:08:46 +0000 (0:00:00.033) 0:00:15.255 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:08:46 +0000 (0:00:00.025) 0:00:15.281 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:08:47 +0000 (0:00:00.221) 0:00:15.502 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tests_helpers_and_asserts.yml:15 Monday 19 February 2024 22:08:47 +0000 (0:00:00.039) 0:00:15.541 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 22:08:47 +0000 (0:00:00.034) 0:00:15.576 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:08:47 +0000 (0:00:00.021) 0:00:15.597 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:08:47 +0000 (0:00:00.029) 0:00:15.627 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003187", "end": "2024-02-19 22:08:47.432859", "rc": 0, "start": "2024-02-19 22:08:47.429672" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:08:47 +0000 (0:00:00.202) 0:00:15.830 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:08:47 +0000 (0:00:00.011) 0:00:15.841 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 22:08:47 +0000 (0:00:00.013) 0:00:15.855 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:08:47 +0000 (0:00:00.017) 0:00:15.872 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:08:47 +0000 (0:00:00.014) 0:00:15.887 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:08:47 +0000 (0:00:00.014) 0:00:15.902 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:08:47 +0000 (0:00:00.017) 0:00:15.920 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:08:47 +0000 (0:00:00.022) 0:00:15.942 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003290", "end": "2024-02-19 22:08:47.754415", "rc": 0, "start": "2024-02-19 22:08:47.751125" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:08:47 +0000 (0:00:00.216) 0:00:16.158 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:08:47 +0000 (0:00:00.037) 0:00:16.195 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:08:47 +0000 (0:00:00.014) 0:00:16.210 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 22:08:50 +0000 (0:00:02.543) 0:00:18.753 ******* 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_hotfixazejq564/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 22:08:50 +0000 (0:00:00.018) 0:00:18.772 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 22:08:50 +0000 (0:00:00.010) 0:00:18.783 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 22:08:50 +0000 (0:00:00.017) 0:00:18.801 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 22:08:50 +0000 (0:00:00.011) 0:00:18.812 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:08:50 +0000 (0:00:00.027) 0:00:18.840 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 22:08:50 +0000 (0:00:00.031) 0:00:18.871 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 22:08:50 +0000 (0:00:00.031) 0:00:18.903 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:08:50 +0000 (0:00:00.043) 0:00:18.946 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:08:50 +0000 (0:00:00.013) 0:00:18.960 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003417", "end": "2024-02-19 22:08:50.818940", "rc": 0, "start": "2024-02-19 22:08:50.815523" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:08:50 +0000 (0:00:00.248) 0:00:19.208 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:08:50 +0000 (0:00:00.012) 0:00:19.221 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 22:08:50 +0000 (0:00:00.010) 0:00:19.232 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:08:50 +0000 (0:00:00.014) 0:00:19.246 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:08:50 +0000 (0:00:00.012) 0:00:19.258 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:08:51 +0000 (0:00:00.188) 0:00:19.446 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 22:08:51 +0000 (0:00:00.012) 0:00:19.459 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:08:51 +0000 (0:00:00.017) 0:00:19.476 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:08:51 +0000 (0:00:00.010) 0:00:19.487 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:08:51 +0000 (0:00:00.009) 0:00:19.496 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:08:51 +0000 (0:00:00.012) 0:00:19.509 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:08:51 +0000 (0:00:00.016) 0:00:19.526 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003074", "end": "2024-02-19 22:08:51.325142", "rc": 0, "start": "2024-02-19 22:08:51.322068" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:08:51 +0000 (0:00:00.188) 0:00:19.715 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:08:51 +0000 (0:00:00.011) 0:00:19.726 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:08:51 +0000 (0:00:00.018) 0:00:19.745 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 22:08:54 +0000 (0:00:02.671) 0:00:22.416 ******* 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_hotfixazejq564/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 22:08:54 +0000 (0:00:00.025) 0:00:22.442 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 22:08:54 +0000 (0:00:00.021) 0:00:22.464 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 22:08:54 +0000 (0:00:00.018) 0:00:22.483 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006557", "end": "2024-02-19 22:08:54.300315", "rc": 0, "start": "2024-02-19 22:08:54.293758" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 22:08:54 +0000 (0:00:00.247) 0:00:22.730 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:08:54 +0000 (0:00:00.039) 0:00:22.769 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 22:08:54 +0000 (0:00:00.014) 0:00:22.783 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 22:08:54 +0000 (0:00:00.032) 0:00:22.816 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:08:54 +0000 (0:00:00.044) 0:00:22.860 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:08:54 +0000 (0:00:00.013) 0:00:22.874 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003031", "end": "2024-02-19 22:08:54.667129", "rc": 0, "start": "2024-02-19 22:08:54.664098" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:08:54 +0000 (0:00:00.188) 0:00:23.062 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:08:54 +0000 (0:00:00.016) 0:00:23.078 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 22:08:54 +0000 (0:00:00.015) 0:00:23.094 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 22:08:54 +0000 (0:00:00.025) 0:00:23.119 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:08:54 +0000 (0:00:00.011) 0:00:23.131 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708380534.2967217, "block_size": 4096, "blocks": 0, "ctime": 1708380534.2967217, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32406, "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": 1708380534.2967217, "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_hotfixazejq564/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 22:08:54 +0000 (0:00:00.202) 0:00:23.333 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 22:08:54 +0000 (0:00:00.022) 0:00:23.355 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:08:55 +0000 (0:00:00.051) 0:00:23.407 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:08:55 +0000 (0:00:00.026) 0:00:23.434 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:08:55 +0000 (0:00:00.056) 0:00:23.490 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:08:55 +0000 (0:00:00.047) 0:00:23.538 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:08:55 +0000 (0:00:00.073) 0:00:23.611 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003484", "end": "2024-02-19 22:08:55.425810", "rc": 0, "start": "2024-02-19 22:08:55.422326" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:08:55 +0000 (0:00:00.220) 0:00:23.832 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:08:55 +0000 (0:00:00.023) 0:00:23.855 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:08:55 +0000 (0:00:00.015) 0:00:23.871 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 22:08:58 +0000 (0:00:02.681) 0:00:26.553 ******* 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_hotfixazejq564/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 22:08:58 +0000 (0:00:00.035) 0:00:26.589 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 22:08:58 +0000 (0:00:00.021) 0:00:26.610 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 22:08:58 +0000 (0:00:00.032) 0:00:26.642 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 22:08:58 +0000 (0:00:00.017) 0:00:26.659 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009025", "end": "2024-02-19 22:08:58.466611", "rc": 0, "start": "2024-02-19 22:08:58.457586" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:08:58 +0000 (0:00:00.198) 0:00:26.858 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 22:08:58 +0000 (0:00:00.013) 0:00:26.871 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 22:08:58 +0000 (0:00:00.021) 0:00:26.893 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:08:58 +0000 (0:00:00.020) 0:00:26.914 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:08:58 +0000 (0:00:00.012) 0:00:26.926 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003411", "end": "2024-02-19 22:08:58.726848", "rc": 0, "start": "2024-02-19 22:08:58.723437" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:08:58 +0000 (0:00:00.197) 0:00:27.123 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:08:58 +0000 (0:00:00.022) 0:00:27.146 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 22:08:58 +0000 (0:00:00.021) 0:00:27.167 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:08:58 +0000 (0:00:00.036) 0:00:27.204 ******* included: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:08:58 +0000 (0:00:00.026) 0:00:27.230 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:08:59 +0000 (0:00:00.183) 0:00:27.414 ******* 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 Monday 19 February 2024 22:08:59 +0000 (0:00:00.033) 0:00:27.448 ******* =============================================================================== Install iproute --------------------------------------------------------- 3.07s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.68s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.67s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.67s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.55s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.54s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.74s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.65s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:28 Enable EPEL 8 ----------------------------------------------------------- 0.45s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/enable_epel.yml:35 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 0.34s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/el_repo_setup.yml:3 --------- Create EPEL 8 ----------------------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/enable_epel.yml:8 ----------- Check if system is ostree ----------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/el_repo_setup.yml:19 -------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Create dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:52 Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Get stat for interface veth1298 ----------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_interface_stat.yml:3 ---- Set up veth as managed by NetworkManager -------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/manage_test_interface.yml:37 Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_current_interfaces.yml:3 Get stat for interface veth1298 ----------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixazejq564/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixazejq564/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. ---^---^---^---^---^---