# 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_hotfixx1vt2qvh/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_hotfixx1vt2qvh/tests/tests_helpers_and_asserts.yml:3 Monday 19 February 2024 23:47:53 +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_hotfixx1vt2qvh/tests/tests_helpers_and_asserts.yml:6 Monday 19 February 2024 23:47:54 +0000 (0:00:00.802) 0:00:00.815 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/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_hotfixx1vt2qvh/tests/tasks/el_repo_setup.yml:3 Monday 19 February 2024 23:47:54 +0000 (0:00:00.022) 0:00:00.838 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/el_repo_setup.yml:19 Monday 19 February 2024 23:47:55 +0000 (0:00:00.343) 0:00:01.181 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/el_repo_setup.yml:24 Monday 19 February 2024 23:47:55 +0000 (0:00:00.289) 0:00:01.470 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/el_repo_setup.yml:28 Monday 19 February 2024 23:47:55 +0000 (0:00:00.026) 0:00:01.497 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/el_repo_setup.yml:53 Monday 19 February 2024 23:47:55 +0000 (0:00:00.019) 0:00:01.517 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/enable_epel.yml:8 Monday 19 February 2024 23:47:55 +0000 (0:00:00.044) 0:00:01.561 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/enable_epel.yml:24 Monday 19 February 2024 23:47:55 +0000 (0:00:00.027) 0:00:01.589 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/enable_epel.yml:30 Monday 19 February 2024 23:47:55 +0000 (0:00:00.013) 0:00:01.603 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/enable_epel.yml:35 Monday 19 February 2024 23:47:55 +0000 (0:00:00.009) 0:00:01.613 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/enable_epel.yml:40 Monday 19 February 2024 23:47:55 +0000 (0:00:00.010) 0:00:01.624 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tests_helpers_and_asserts.yml:9 Monday 19 February 2024 23:47:55 +0000 (0:00:00.010) 0:00:01.635 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 23:47:55 +0000 (0:00:00.013) 0:00:01.648 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:55 +0000 (0:00:00.010) 0:00:01.659 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:55 +0000 (0:00:00.011) 0:00:01.670 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003191", "end": "2024-02-19 23:47:55.769759", "rc": 0, "start": "2024-02-19 23:47:55.766568" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:55 +0000 (0:00:00.296) 0:00:01.967 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:55 +0000 (0:00:00.016) 0:00:01.983 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 23:47:55 +0000 (0:00:00.011) 0:00:01.994 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:47:55 +0000 (0:00:00.016) 0:00:02.010 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:47:55 +0000 (0:00:00.010) 0:00:02.021 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:47:55 +0000 (0:00:00.030) 0:00:02.052 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:55 +0000 (0:00:00.031) 0:00:02.083 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:55 +0000 (0:00:00.012) 0:00:02.095 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003503", "end": "2024-02-19 23:47:56.110762", "rc": 0, "start": "2024-02-19 23:47:56.107259" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:56 +0000 (0:00:00.214) 0:00:02.310 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:56 +0000 (0:00:00.037) 0:00:02.347 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:47:56 +0000 (0:00:00.030) 0:00:02.378 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 23:47:57 +0000 (0:00:01.035) 0:00:03.414 ******* 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_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 23:47:57 +0000 (0:00:00.018) 0:00:03.433 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 23:47:57 +0000 (0:00:00.009) 0:00:03.442 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 23:47:57 +0000 (0:00:00.011) 0:00:03.453 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 23:47:57 +0000 (0:00:00.011) 0:00:03.464 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:47:57 +0000 (0:00:00.009) 0:00:03.474 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 23:47:57 +0000 (0:00:00.014) 0:00:03.489 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 23:47:57 +0000 (0:00:00.010) 0:00:03.500 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:57 +0000 (0:00:00.014) 0:00:03.514 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:57 +0000 (0:00:00.011) 0:00:03.526 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003401", "end": "2024-02-19 23:47:57.514666", "rc": 0, "start": "2024-02-19 23:47:57.511265" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:57 +0000 (0:00:00.183) 0:00:03.709 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:57 +0000 (0:00:00.010) 0:00:03.719 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 23:47:57 +0000 (0:00:00.009) 0:00:03.729 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 23:47:57 +0000 (0:00:00.013) 0:00:03.743 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:47:57 +0000 (0:00:00.012) 0:00:03.755 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 23:47:57 +0000 (0:00:00.266) 0:00:04.022 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 23:47:57 +0000 (0:00:00.039) 0:00:04.061 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:47:57 +0000 (0:00:00.023) 0:00:04.085 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:47:57 +0000 (0:00:00.011) 0:00:04.097 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:47:57 +0000 (0:00:00.016) 0:00:04.114 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:47:57 +0000 (0:00:00.014) 0:00:04.128 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:47:57 +0000 (0:00:00.011) 0:00:04.140 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003235", "end": "2024-02-19 23:47:58.124251", "rc": 0, "start": "2024-02-19 23:47:58.121016" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:47:58 +0000 (0:00:00.207) 0:00:04.348 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:47:58 +0000 (0:00:00.015) 0:00:04.363 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:47:58 +0000 (0:00:00.013) 0:00:04.376 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 23:47:59 +0000 (0:00:00.970) 0:00:05.347 ******* 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.011004", "end": "2024-02-19 23:47:59.344786", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-19 23:47:59.333782" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003589", "end": "2024-02-19 23:47:59.556655", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-19 23:47:59.553066" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003723", "end": "2024-02-19 23:47:59.743457", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-19 23:47:59.739734" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 23:47:59 +0000 (0:00:00.591) 0:00:05.938 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022554", "end": "2024-02-19 23:47:59.945360", "rc": 0, "start": "2024-02-19 23:47:59.922806" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 23:47:59 +0000 (0:00:00.212) 0:00:06.151 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 23:48:00 +0000 (0:00:00.027) 0:00:06.178 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 23:48:00 +0000 (0:00:00.024) 0:00:06.203 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:48:00 +0000 (0:00:00.010) 0:00:06.213 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 23:48:00 +0000 (0:00:00.011) 0:00:06.225 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 23:48:00 +0000 (0:00:00.011) 0:00:06.237 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:48:00 +0000 (0:00:00.028) 0:00:06.266 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:48:00 +0000 (0:00:00.015) 0:00:06.281 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003365", "end": "2024-02-19 23:48:00.269003", "rc": 0, "start": "2024-02-19 23:48:00.265638" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:48:00 +0000 (0:00:00.191) 0:00:06.472 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:48:00 +0000 (0:00:00.047) 0:00:06.520 ******* 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_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 23:48:00 +0000 (0:00:00.011) 0:00:06.532 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 23:48:00 +0000 (0:00:00.032) 0:00:06.565 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:48:00 +0000 (0:00:00.014) 0:00:06.580 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708386479.3376765, "block_size": 4096, "blocks": 0, "ctime": 1708386479.3376765, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29206, "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": 1708386479.3376765, "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_hotfixx1vt2qvh/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 23:48:00 +0000 (0:00:00.227) 0:00:06.807 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 23:48:00 +0000 (0:00:00.036) 0:00:06.844 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:48:00 +0000 (0:00:00.033) 0:00:06.877 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:48:00 +0000 (0:00:00.016) 0:00:06.894 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:48:00 +0000 (0:00:00.010) 0:00:06.905 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:48:00 +0000 (0:00:00.011) 0:00:06.916 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:48:00 +0000 (0:00:00.010) 0:00:06.927 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003600", "end": "2024-02-19 23:48:00.916583", "rc": 0, "start": "2024-02-19 23:48:00.912983" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:48:00 +0000 (0:00:00.184) 0:00:07.111 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:48:00 +0000 (0:00:00.009) 0:00:07.121 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:48:00 +0000 (0:00:00.009) 0:00:07.130 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 23:48:01 +0000 (0:00:00.969) 0:00:08.100 ******* 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_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 23:48:01 +0000 (0:00:00.022) 0:00:08.122 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 23:48:01 +0000 (0:00:00.036) 0:00:08.159 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011060", "end": "2024-02-19 23:48:02.206960", "rc": 0, "start": "2024-02-19 23:48:02.195900" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 23:48:02 +0000 (0:00:00.259) 0:00:08.419 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 23:48:02 +0000 (0:00:00.018) 0:00:08.438 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:48:02 +0000 (0:00:00.036) 0:00:08.474 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 23:48:02 +0000 (0:00:00.014) 0:00:08.489 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 23:48:02 +0000 (0:00:00.016) 0:00:08.506 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:48:02 +0000 (0:00:00.023) 0:00:08.529 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:48:02 +0000 (0:00:00.028) 0:00:08.557 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003375", "end": "2024-02-19 23:48:02.550946", "rc": 0, "start": "2024-02-19 23:48:02.547571" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:48:02 +0000 (0:00:00.193) 0:00:08.751 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:48:02 +0000 (0:00:00.027) 0:00:08.779 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 23:48:02 +0000 (0:00:00.009) 0:00:08.789 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 23:48:02 +0000 (0:00:00.030) 0:00:08.819 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:48:02 +0000 (0:00:00.019) 0:00:08.838 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 23:48:02 +0000 (0:00:00.197) 0:00:09.036 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tests_helpers_and_asserts.yml:15 Monday 19 February 2024 23:48:02 +0000 (0:00:00.020) 0:00:09.057 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 23:48:02 +0000 (0:00:00.015) 0:00:09.072 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:48:02 +0000 (0:00:00.014) 0:00:09.087 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:48:02 +0000 (0:00:00.011) 0:00:09.098 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003449", "end": "2024-02-19 23:48:03.088047", "rc": 0, "start": "2024-02-19 23:48:03.084598" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:48:03 +0000 (0:00:00.184) 0:00:09.283 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:48:03 +0000 (0:00:00.011) 0:00:09.294 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 23:48:03 +0000 (0:00:00.010) 0:00:09.305 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:48:03 +0000 (0:00:00.019) 0:00:09.324 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:48:03 +0000 (0:00:00.015) 0:00:09.339 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:48:03 +0000 (0:00:00.023) 0:00:09.363 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:48:03 +0000 (0:00:00.012) 0:00:09.376 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:48:03 +0000 (0:00:00.010) 0:00:09.386 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003534", "end": "2024-02-19 23:48:03.374185", "rc": 0, "start": "2024-02-19 23:48:03.370651" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:48:03 +0000 (0:00:00.194) 0:00:09.581 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:48:03 +0000 (0:00:00.021) 0:00:09.602 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:48:03 +0000 (0:00:00.011) 0:00:09.613 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 23:48:04 +0000 (0:00:00.933) 0:00:10.547 ******* 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_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 23:48:04 +0000 (0:00:00.018) 0:00:10.566 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 23:48:04 +0000 (0:00:00.010) 0:00:10.577 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 23:48:04 +0000 (0:00:00.010) 0:00:10.587 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 23:48:04 +0000 (0:00:00.010) 0:00:10.597 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:48:04 +0000 (0:00:00.012) 0:00:10.610 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 23:48:04 +0000 (0:00:00.016) 0:00:10.626 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 23:48:04 +0000 (0:00:00.009) 0:00:10.636 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:48:04 +0000 (0:00:00.013) 0:00:10.649 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:48:04 +0000 (0:00:00.011) 0:00:10.661 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004358", "end": "2024-02-19 23:48:05.645994", "rc": 0, "start": "2024-02-19 23:48:04.641636" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:48:05 +0000 (0:00:01.180) 0:00:11.841 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:48:05 +0000 (0:00:00.012) 0:00:11.854 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 23:48:05 +0000 (0:00:00.010) 0:00:11.864 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 23:48:05 +0000 (0:00:00.016) 0:00:11.881 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:48:05 +0000 (0:00:00.012) 0:00:11.893 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 23:48:05 +0000 (0:00:00.176) 0:00:12.070 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 23:48:05 +0000 (0:00:00.012) 0:00:12.082 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:48:05 +0000 (0:00:00.016) 0:00:12.099 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:48:05 +0000 (0:00:00.009) 0:00:12.109 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:48:05 +0000 (0:00:00.009) 0:00:12.119 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:48:05 +0000 (0:00:00.012) 0:00:12.131 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:48:05 +0000 (0:00:00.011) 0:00:12.143 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003160", "end": "2024-02-19 23:48:06.133467", "rc": 0, "start": "2024-02-19 23:48:06.130307" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:48:06 +0000 (0:00:00.183) 0:00:12.327 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:48:06 +0000 (0:00:00.011) 0:00:12.338 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:48:06 +0000 (0:00:00.010) 0:00:12.348 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 23:48:07 +0000 (0:00:00.952) 0:00:13.301 ******* 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_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 23:48:07 +0000 (0:00:00.023) 0:00:13.325 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 23:48:07 +0000 (0:00:00.009) 0:00:13.334 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 23:48:07 +0000 (0:00:00.009) 0:00:13.344 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.072326", "end": "2024-02-19 23:48:07.407882", "rc": 0, "start": "2024-02-19 23:48:07.335556" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 23:48:07 +0000 (0:00:00.284) 0:00:13.629 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:48:07 +0000 (0:00:00.031) 0:00:13.661 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 23:48:07 +0000 (0:00:00.026) 0:00:13.687 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 23:48:07 +0000 (0:00:00.022) 0:00:13.710 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:48:07 +0000 (0:00:00.034) 0:00:13.744 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:48:07 +0000 (0:00:00.034) 0:00:13.779 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003415", "end": "2024-02-19 23:48:07.811057", "rc": 0, "start": "2024-02-19 23:48:07.807642" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:48:07 +0000 (0:00:00.252) 0:00:14.031 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:48:07 +0000 (0:00:00.060) 0:00:14.091 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 23:48:07 +0000 (0:00:00.031) 0:00:14.123 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 23:48:07 +0000 (0:00:00.017) 0:00:14.141 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:48:08 +0000 (0:00:00.040) 0:00:14.182 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708386487.4039276, "block_size": 4096, "blocks": 0, "ctime": 1708386487.4039276, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29534, "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": 1708386487.4039276, "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_hotfixx1vt2qvh/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 23:48:08 +0000 (0:00:00.215) 0:00:14.397 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 23:48:08 +0000 (0:00:00.025) 0:00:14.423 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:48:08 +0000 (0:00:00.074) 0:00:14.497 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:48:08 +0000 (0:00:00.019) 0:00:14.516 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:48:08 +0000 (0:00:00.032) 0:00:14.549 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:48:08 +0000 (0:00:00.022) 0:00:14.571 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:48:08 +0000 (0:00:00.047) 0:00:14.618 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003154", "end": "2024-02-19 23:48:08.613632", "rc": 0, "start": "2024-02-19 23:48:08.610478" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:48:08 +0000 (0:00:00.208) 0:00:14.827 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:48:08 +0000 (0:00:00.041) 0:00:14.868 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:48:08 +0000 (0:00:00.055) 0:00:14.924 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:28 Monday 19 February 2024 23:48:09 +0000 (0:00:00.984) 0:00:15.908 ******* 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_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:37 Monday 19 February 2024 23:48:09 +0000 (0:00:00.038) 0:00:15.947 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:45 Monday 19 February 2024 23:48:09 +0000 (0:00:00.027) 0:00:15.974 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:52 Monday 19 February 2024 23:48:09 +0000 (0:00:00.057) 0:00:16.032 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:58 Monday 19 February 2024 23:48:09 +0000 (0:00:00.039) 0:00:16.072 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007193", "end": "2024-02-19 23:48:10.114836", "rc": 0, "start": "2024-02-19 23:48:10.107643" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:48:10 +0000 (0:00:00.260) 0:00:16.332 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:71 Monday 19 February 2024 23:48:10 +0000 (0:00:00.023) 0:00:16.356 ******* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 23:48:10 +0000 (0:00:00.021) 0:00:16.378 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:48:10 +0000 (0:00:00.024) 0:00:16.402 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:48:10 +0000 (0:00:00.106) 0:00:16.509 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003325", "end": "2024-02-19 23:48:10.506186", "rc": 0, "start": "2024-02-19 23:48:10.502861" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:48:10 +0000 (0:00:00.197) 0:00:16.707 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:48:10 +0000 (0:00:00.014) 0:00:16.721 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 23:48:10 +0000 (0:00:00.023) 0:00:16.744 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 23:48:10 +0000 (0:00:00.038) 0:00:16.783 ******* included: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:48:10 +0000 (0:00:00.026) 0:00:16.809 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 23:48:10 +0000 (0:00:00.195) 0:00:17.004 ******* ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Monday 19 February 2024 23:48:10 +0000 (0:00:00.026) 0:00:17.030 ******* =============================================================================== Gather current interface info ------------------------------------------- 1.18s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Install iproute --------------------------------------------------------- 1.04s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.98s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.97s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.97s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.95s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.93s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.80s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.59s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:28 Gather the minimum subset of ansible_facts required by the network role test --- 0.34s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/el_repo_setup.yml:3 --------- Gather current interface info ------------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/el_repo_setup.yml:19 -------- Create dummy interface dummy1298 ---------------------------------------- 0.28s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:52 Get stat for interface veth1298 ----------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_interface_stat.yml:3 ---- Delete dummy interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:58 Delete veth interface veth1298 ------------------------------------------ 0.26s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/manage_test_interface.yml:45 Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 Get stat for interface veth1298 ----------------------------------------- 0.23s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_interface_stat.yml:3 ---- Get stat for interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixx1vt2qvh/tests/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---