# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] 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.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-nm_plugin_hotfixywssgklx/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-nm_plugin_hotfixywssgklx/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_hotfixywssgklx/tests/tests_helpers_and_asserts.yml:3 Friday 15 March 2024 02:44:59 +0000 (0:00:00.046) 0:00:00.046 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tests_helpers_and_asserts.yml:6 Friday 15 March 2024 02:45:00 +0000 (0:00:00.942) 0:00:00.989 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/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_hotfixywssgklx/tests/tasks/el_repo_setup.yml:3 Friday 15 March 2024 02:45:00 +0000 (0:00:00.013) 0:00:01.002 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/el_repo_setup.yml:17 Friday 15 March 2024 02:45:01 +0000 (0:00:00.397) 0:00:01.399 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/el_repo_setup.yml:22 Friday 15 March 2024 02:45:01 +0000 (0:00:00.282) 0:00:01.682 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/el_repo_setup.yml:26 Friday 15 March 2024 02:45:01 +0000 (0:00:00.016) 0:00:01.698 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/el_repo_setup.yml:51 Friday 15 March 2024 02:45:01 +0000 (0:00:00.025) 0:00:01.724 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/enable_epel.yml:8 Friday 15 March 2024 02:45:01 +0000 (0:00:00.031) 0:00:01.756 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/enable_epel.yml:24 Friday 15 March 2024 02:45:01 +0000 (0:00:00.010) 0:00:01.767 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/enable_epel.yml:30 Friday 15 March 2024 02:45:01 +0000 (0:00:00.008) 0:00:01.776 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/enable_epel.yml:35 Friday 15 March 2024 02:45:01 +0000 (0:00:00.010) 0:00:01.786 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/enable_epel.yml:40 Friday 15 March 2024 02:45:01 +0000 (0:00:00.009) 0:00:01.795 ********** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tests_helpers_and_asserts.yml:9 Friday 15 March 2024 02:45:01 +0000 (0:00:00.010) 0:00:01.806 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:3 Friday 15 March 2024 02:45:01 +0000 (0:00:00.013) 0:00:01.820 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:45:01 +0000 (0:00:00.011) 0:00:01.831 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:45:01 +0000 (0:00:00.010) 0:00:01.842 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003897", "end": "2024-03-15 02:45:01.730696", "rc": 0, "start": "2024-03-15 02:45:01.726799" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:45:01 +0000 (0:00:00.299) 0:00:02.142 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:45:01 +0000 (0:00:00.010) 0:00:02.153 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:5 Friday 15 March 2024 02:45:01 +0000 (0:00:00.009) 0:00:02.163 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 02:45:01 +0000 (0:00:00.015) 0:00:02.178 ********** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 02:45:01 +0000 (0:00:00.008) 0:00:02.187 ********** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 02:45:01 +0000 (0:00:00.008) 0:00:02.195 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:45:01 +0000 (0:00:00.011) 0:00:02.207 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:45:01 +0000 (0:00:00.009) 0:00:02.216 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003825", "end": "2024-03-15 02:45:02.016444", "rc": 0, "start": "2024-03-15 02:45:02.012619" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:45:02 +0000 (0:00:00.210) 0:00:02.427 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:45:02 +0000 (0:00:00.011) 0:00:02.439 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 02:45:02 +0000 (0:00:00.009) 0:00:02.449 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 02:45:03 +0000 (0:00:01.062) 0:00:03.511 ********** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 02:45:03 +0000 (0:00:00.024) 0:00:03.535 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 02:45:03 +0000 (0:00:00.010) 0:00:03.546 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 02:45:03 +0000 (0:00:00.010) 0:00:03.556 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 02:45:03 +0000 (0:00:00.013) 0:00:03.570 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 02:45:03 +0000 (0:00:00.009) 0:00:03.579 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 02:45:03 +0000 (0:00:00.009) 0:00:03.589 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:9 Friday 15 March 2024 02:45:03 +0000 (0:00:00.011) 0:00:03.600 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:45:03 +0000 (0:00:00.016) 0:00:03.616 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:45:03 +0000 (0:00:00.013) 0:00:03.630 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003852", "end": "2024-03-15 02:45:03.447074", "rc": 0, "start": "2024-03-15 02:45:03.443222" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:45:03 +0000 (0:00:00.239) 0:00:03.869 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:45:03 +0000 (0:00:00.012) 0:00:03.882 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:11 Friday 15 March 2024 02:45:03 +0000 (0:00:00.012) 0:00:03.894 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/assert_device_absent.yml:3 Friday 15 March 2024 02:45:03 +0000 (0:00:00.018) 0:00:03.912 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:45:03 +0000 (0:00:00.021) 0:00:03.934 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/assert_device_absent.yml:5 Friday 15 March 2024 02:45:03 +0000 (0:00:00.207) 0:00:04.142 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:14 Friday 15 March 2024 02:45:03 +0000 (0:00:00.014) 0:00:04.156 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 02:45:03 +0000 (0:00:00.016) 0:00:04.173 ********** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 02:45:03 +0000 (0:00:00.014) 0:00:04.188 ********** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 02:45:03 +0000 (0:00:00.014) 0:00:04.202 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:45:03 +0000 (0:00:00.026) 0:00:04.228 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:45:03 +0000 (0:00:00.012) 0:00:04.240 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003976", "end": "2024-03-15 02:45:04.041896", "rc": 0, "start": "2024-03-15 02:45:04.037920" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:45:04 +0000 (0:00:00.219) 0:00:04.459 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:45:04 +0000 (0:00:00.013) 0:00:04.473 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 02:45:04 +0000 (0:00:00.022) 0:00:04.495 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 02:45:05 +0000 (0:00:00.947) 0:00:05.443 ********** 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.009795", "end": "2024-03-15 02:45:05.259573", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-15 02:45:05.249778" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004399", "end": "2024-03-15 02:45:05.504329", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-15 02:45:05.499930" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004131", "end": "2024-03-15 02:45:05.707234", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-15 02:45:05.703103" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 02:45:05 +0000 (0:00:00.679) 0:00:06.122 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024260", "end": "2024-03-15 02:45:05.950149", "rc": 0, "start": "2024-03-15 02:45:05.925889" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 02:45:05 +0000 (0:00:00.241) 0:00:06.363 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 02:45:05 +0000 (0:00:00.010) 0:00:06.374 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 02:45:05 +0000 (0:00:00.009) 0:00:06.384 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 02:45:06 +0000 (0:00:00.009) 0:00:06.393 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 02:45:06 +0000 (0:00:00.010) 0:00:06.404 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:18 Friday 15 March 2024 02:45:06 +0000 (0:00:00.008) 0:00:06.412 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:45:06 +0000 (0:00:00.019) 0:00:06.432 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:45:06 +0000 (0:00:00.016) 0:00:06.449 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003693", "end": "2024-03-15 02:45:06.248188", "rc": 0, "start": "2024-03-15 02:45:06.244495" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:45:06 +0000 (0:00:00.210) 0:00:06.659 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:45:06 +0000 (0:00:00.011) 0:00:06.671 ********** 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_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:20 Friday 15 March 2024 02:45:06 +0000 (0:00:00.011) 0:00:06.682 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/assert_device_present.yml:3 Friday 15 March 2024 02:45:06 +0000 (0:00:00.016) 0:00:06.699 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:45:06 +0000 (0:00:00.011) 0:00:06.711 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710470705.2538202, "block_size": 4096, "blocks": 0, "ctime": 1710470705.2538202, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27879, "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": 1710470705.2538202, "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_hotfixywssgklx/tests/tasks/assert_device_present.yml:5 Friday 15 March 2024 02:45:06 +0000 (0:00:00.209) 0:00:06.921 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:23 Friday 15 March 2024 02:45:06 +0000 (0:00:00.011) 0:00:06.932 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 02:45:06 +0000 (0:00:00.018) 0:00:06.951 ********** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 02:45:06 +0000 (0:00:00.008) 0:00:06.960 ********** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 02:45:06 +0000 (0:00:00.008) 0:00:06.968 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:45:06 +0000 (0:00:00.011) 0:00:06.979 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:45:06 +0000 (0:00:00.009) 0:00:06.989 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003765", "end": "2024-03-15 02:45:06.787421", "rc": 0, "start": "2024-03-15 02:45:06.783656" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:45:06 +0000 (0:00:00.209) 0:00:07.199 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:45:06 +0000 (0:00:00.015) 0:00:07.214 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 02:45:06 +0000 (0:00:00.010) 0:00:07.224 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 02:45:07 +0000 (0:00:00.957) 0:00:08.182 ********** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 02:45:07 +0000 (0:00:00.018) 0:00:08.200 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 02:45:07 +0000 (0:00:00.011) 0:00:08.211 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.013146", "end": "2024-03-15 02:45:08.024661", "rc": 0, "start": "2024-03-15 02:45:08.011515" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 02:45:08 +0000 (0:00:00.226) 0:00:08.438 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 02:45:08 +0000 (0:00:00.013) 0:00:08.451 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 02:45:08 +0000 (0:00:00.018) 0:00:08.470 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 02:45:08 +0000 (0:00:00.012) 0:00:08.482 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:27 Friday 15 March 2024 02:45:08 +0000 (0:00:00.017) 0:00:08.499 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:45:08 +0000 (0:00:00.024) 0:00:08.523 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:45:08 +0000 (0:00:00.011) 0:00:08.535 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004056", "end": "2024-03-15 02:45:08.341376", "rc": 0, "start": "2024-03-15 02:45:08.337320" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:45:08 +0000 (0:00:00.222) 0:00:08.758 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:45:08 +0000 (0:00:00.020) 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_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:29 Friday 15 March 2024 02:45:08 +0000 (0:00:00.022) 0:00:08.801 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/assert_device_absent.yml:3 Friday 15 March 2024 02:45:08 +0000 (0:00:00.023) 0:00:08.825 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:45:08 +0000 (0:00:00.011) 0:00:08.837 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/assert_device_absent.yml:5 Friday 15 March 2024 02:45:08 +0000 (0:00:00.221) 0:00:09.058 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tests_helpers_and_asserts.yml:15 Friday 15 March 2024 02:45:08 +0000 (0:00:00.016) 0:00:09.075 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:3 Friday 15 March 2024 02:45:08 +0000 (0:00:00.021) 0:00:09.097 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:45:08 +0000 (0:00:00.013) 0:00:09.110 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:45:08 +0000 (0:00:00.019) 0:00:09.129 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003883", "end": "2024-03-15 02:45:08.946482", "rc": 0, "start": "2024-03-15 02:45:08.942599" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:45:08 +0000 (0:00:00.228) 0:00:09.357 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:45:08 +0000 (0:00:00.011) 0:00:09.369 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:5 Friday 15 March 2024 02:45:08 +0000 (0:00:00.009) 0:00:09.379 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 02:45:09 +0000 (0:00:00.012) 0:00:09.391 ********** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 02:45:09 +0000 (0:00:00.007) 0:00:09.399 ********** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 02:45:09 +0000 (0:00:00.007) 0:00:09.406 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:45:09 +0000 (0:00:00.013) 0:00:09.420 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:45:09 +0000 (0:00:00.011) 0:00:09.432 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003900", "end": "2024-03-15 02:45:09.229320", "rc": 0, "start": "2024-03-15 02:45:09.225420" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:45:09 +0000 (0:00:00.215) 0:00:09.647 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:45:09 +0000 (0:00:00.013) 0:00:09.661 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 02:45:09 +0000 (0:00:00.025) 0:00:09.686 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 02:45:10 +0000 (0:00:00.961) 0:00:10.647 ********** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 02:45:10 +0000 (0:00:00.018) 0:00:10.666 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 02:45:10 +0000 (0:00:00.009) 0:00:10.675 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 02:45:10 +0000 (0:00:00.009) 0:00:10.685 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 02:45:10 +0000 (0:00:00.013) 0:00:10.699 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 02:45:10 +0000 (0:00:00.010) 0:00:10.709 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 02:45:10 +0000 (0:00:00.010) 0:00:10.720 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:9 Friday 15 March 2024 02:45:10 +0000 (0:00:00.011) 0:00:10.732 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:45:10 +0000 (0:00:00.013) 0:00:10.745 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:45:10 +0000 (0:00:00.010) 0:00:10.755 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003775", "end": "2024-03-15 02:45:10.555330", "rc": 0, "start": "2024-03-15 02:45:10.551555" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:45:10 +0000 (0:00:00.211) 0:00:10.966 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:45:10 +0000 (0:00:00.013) 0:00:10.980 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:11 Friday 15 March 2024 02:45:10 +0000 (0:00:00.011) 0:00:10.991 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/assert_device_absent.yml:3 Friday 15 March 2024 02:45:10 +0000 (0:00:00.014) 0:00:11.006 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:45:10 +0000 (0:00:00.012) 0:00:11.018 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/assert_device_absent.yml:5 Friday 15 March 2024 02:45:10 +0000 (0:00:00.209) 0:00:11.228 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:14 Friday 15 March 2024 02:45:10 +0000 (0:00:00.012) 0:00:11.241 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 02:45:10 +0000 (0:00:00.016) 0:00:11.257 ********** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 02:45:10 +0000 (0:00:00.008) 0:00:11.266 ********** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 02:45:10 +0000 (0:00:00.008) 0:00:11.275 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:45:10 +0000 (0:00:00.012) 0:00:11.287 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:45:10 +0000 (0:00:00.013) 0:00:11.301 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003888", "end": "2024-03-15 02:45:11.103257", "rc": 0, "start": "2024-03-15 02:45:11.099369" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:45:11 +0000 (0:00:00.219) 0:00:11.521 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:45:11 +0000 (0:00:00.013) 0:00:11.535 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 02:45:11 +0000 (0:00:00.011) 0:00:11.546 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 02:45:12 +0000 (0:00:00.959) 0:00:12.505 ********** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 02:45:12 +0000 (0:00:00.016) 0:00:12.521 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 02:45:12 +0000 (0:00:00.009) 0:00:12.531 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 02:45:12 +0000 (0:00:00.009) 0:00:12.540 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007263", "end": "2024-03-15 02:45:12.347272", "rc": 0, "start": "2024-03-15 02:45:12.340009" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 02:45:12 +0000 (0:00:00.228) 0:00:12.769 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 02:45:12 +0000 (0:00:00.009) 0:00:12.779 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 02:45:12 +0000 (0:00:00.011) 0:00:12.790 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:18 Friday 15 March 2024 02:45:12 +0000 (0:00:00.010) 0:00:12.801 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:45:12 +0000 (0:00:00.022) 0:00:12.823 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:45:12 +0000 (0:00:00.011) 0:00:12.834 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003881", "end": "2024-03-15 02:45:12.633883", "rc": 0, "start": "2024-03-15 02:45:12.630002" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:45:12 +0000 (0:00:00.216) 0:00:13.050 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:45:12 +0000 (0:00:00.010) 0:00:13.061 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:20 Friday 15 March 2024 02:45:12 +0000 (0:00:00.020) 0:00:13.081 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/assert_device_present.yml:3 Friday 15 March 2024 02:45:12 +0000 (0:00:00.022) 0:00:13.104 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:45:12 +0000 (0:00:00.022) 0:00:13.126 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1710470712.3436341, "block_size": 4096, "blocks": 0, "ctime": 1710470712.3436341, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28172, "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": 1710470712.3436341, "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_hotfixywssgklx/tests/tasks/assert_device_present.yml:5 Friday 15 March 2024 02:45:12 +0000 (0:00:00.204) 0:00:13.331 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:23 Friday 15 March 2024 02:45:12 +0000 (0:00:00.011) 0:00:13.342 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:3 Friday 15 March 2024 02:45:12 +0000 (0:00:00.020) 0:00:13.363 ********** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:8 Friday 15 March 2024 02:45:12 +0000 (0:00:00.015) 0:00:13.378 ********** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:13 Friday 15 March 2024 02:45:12 +0000 (0:00:00.009) 0:00:13.388 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:45:13 +0000 (0:00:00.013) 0:00:13.401 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:45:13 +0000 (0:00:00.010) 0:00:13.412 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003939", "end": "2024-03-15 02:45:13.209198", "rc": 0, "start": "2024-03-15 02:45:13.205259" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:45:13 +0000 (0:00:00.208) 0:00:13.621 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:45:13 +0000 (0:00:00.011) 0:00:13.632 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:16 Friday 15 March 2024 02:45:13 +0000 (0:00:00.011) 0:00:13.643 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:27 Friday 15 March 2024 02:45:14 +0000 (0:00:00.943) 0:00:14.587 ********** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "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, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:35 Friday 15 March 2024 02:45:14 +0000 (0:00:00.016) 0:00:14.603 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:43 Friday 15 March 2024 02:45:14 +0000 (0:00:00.008) 0:00:14.612 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:49 Friday 15 March 2024 02:45:14 +0000 (0:00:00.009) 0:00:14.621 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:54 Friday 15 March 2024 02:45:14 +0000 (0:00:00.009) 0:00:14.631 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006796", "end": "2024-03-15 02:45:14.433367", "rc": 0, "start": "2024-03-15 02:45:14.426571" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:60 Friday 15 March 2024 02:45:14 +0000 (0:00:00.213) 0:00:14.844 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:65 Friday 15 March 2024 02:45:14 +0000 (0:00:00.010) 0:00:14.855 ********** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:27 Friday 15 March 2024 02:45:14 +0000 (0:00:00.009) 0:00:14.865 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:3 Friday 15 March 2024 02:45:14 +0000 (0:00:00.019) 0:00:14.884 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Friday 15 March 2024 02:45:14 +0000 (0:00:00.010) 0:00:14.895 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003912", "end": "2024-03-15 02:45:14.693133", "rc": 0, "start": "2024-03-15 02:45:14.689221" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:9 Friday 15 March 2024 02:45:14 +0000 (0:00:00.209) 0:00:15.104 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/show_interfaces.yml:5 Friday 15 March 2024 02:45:14 +0000 (0:00:00.010) 0:00:15.115 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/create_and_remove_interface.yml:29 Friday 15 March 2024 02:45:14 +0000 (0:00:00.013) 0:00:15.128 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/assert_device_absent.yml:3 Friday 15 March 2024 02:45:14 +0000 (0:00:00.019) 0:00:15.148 ********** included: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_interface_stat.yml:3 Friday 15 March 2024 02:45:14 +0000 (0:00:00.010) 0:00:15.159 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/assert_device_absent.yml:5 Friday 15 March 2024 02:45:14 +0000 (0:00:00.204) 0:00:15.363 ********** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Friday 15 March 2024 02:45:14 +0000 (0:00:00.016) 0:00:15.380 ********** =============================================================================== Install iproute --------------------------------------------------------- 1.06s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.96s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.96s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.96s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.95s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.94s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.94s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.68s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.40s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/el_repo_setup.yml:3 --------- Gather current interface info ------------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:35 Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Create dummy interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Delete veth interface veth1298 ------------------------------------------ 0.23s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/manage_test_interface.yml:43 Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Get stat for interface veth1298 ----------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixywssgklx/tests/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---