# 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_hotfixoywt44qu/.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_hotfixoywt44qu/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_hotfixoywt44qu/tests/tests_helpers_and_asserts.yml:3 Sunday 18 February 2024 17:58:31 +0000 (0:00:00.036) 0:00:00.036 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tests_helpers_and_asserts.yml:6 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.841) 0:00:00.878 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/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_hotfixoywt44qu/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.012) 0:00:00.891 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/el_repo_setup.yml:17 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.017) 0:00:00.908 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/el_repo_setup.yml:22 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.246) 0:00:01.155 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/el_repo_setup.yml:26 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.015) 0:00:01.170 ******* 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_hotfixoywt44qu/tests/tasks/el_repo_setup.yml:51 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.008) 0:00:01.179 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.022) 0:00:01.201 ******* 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_hotfixoywt44qu/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.009) 0:00:01.211 ******* 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_hotfixoywt44qu/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.008) 0:00:01.219 ******* 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_hotfixoywt44qu/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.008) 0:00:01.228 ******* 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_hotfixoywt44qu/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.008) 0:00:01.236 ******* 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_hotfixoywt44qu/tests/tests_helpers_and_asserts.yml:9 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.008) 0:00:01.245 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.011) 0:00:01.256 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.010) 0:00:01.267 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.009) 0:00:01.276 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003346", "end": "2024-02-18 17:58:32.715517", "rc": 0, "start": "2024-02-18 17:58:32.712171" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.245) 0:00:01.522 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.010) 0:00:01.532 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.009) 0:00:01.542 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.014) 0:00:01.556 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.007) 0:00:01.564 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.008) 0:00:01.573 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.010) 0:00:01.584 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.009) 0:00:01.593 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003411", "end": "2024-02-18 17:58:32.974906", "rc": 0, "start": "2024-02-18 17:58:32.971495" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 17:58:32 +0000 (0:00:00.187) 0:00:01.781 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 17:58:33 +0000 (0:00:00.010) 0:00:01.792 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 17:58:33 +0000 (0:00:00.009) 0:00:01.801 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 18:02:34 +0000 (0:04:01.023) 0:04:02.824 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.015) 0:04:02.839 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.009) 0:04:02.849 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.009) 0:04:02.859 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.009) 0:04:02.869 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.009) 0:04:02.879 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.010) 0:04:02.889 ******* 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_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.009) 0:04:02.898 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.012) 0:04:02.911 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.009) 0:04:02.921 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003325", "end": "2024-02-18 18:02:34.302542", "rc": 0, "start": "2024-02-18 18:02:34.299217" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.188) 0:04:03.109 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.009) 0:04:03.119 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.009) 0:04:03.129 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.014) 0:04:03.144 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.010) 0:04:03.155 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.182) 0:04:03.338 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.011) 0:04:03.349 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.016) 0:04:03.365 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.008) 0:04:03.374 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.007) 0:04:03.382 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.011) 0:04:03.393 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.009) 0:04:03.403 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003226", "end": "2024-02-18 18:02:34.783610", "rc": 0, "start": "2024-02-18 18:02:34.780384" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.186) 0:04:03.590 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.010) 0:04:03.601 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 18:02:34 +0000 (0:00:00.009) 0:04:03.611 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 18:06:35 +0000 (0:04:00.908) 0:08:04.519 ******* 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.009514", "end": "2024-02-18 18:06:35.910623", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-18 18:06:35.901109" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003537", "end": "2024-02-18 18:06:36.127732", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-18 18:06:36.124195" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004367", "end": "2024-02-18 18:06:36.310261", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-18 18:06:36.305894" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 18:06:36 +0000 (0:00:00.598) 0:08:05.118 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.021787", "end": "2024-02-18 18:06:36.519861", "rc": 0, "start": "2024-02-18 18:06:36.498074" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 18:06:36 +0000 (0:00:00.210) 0:08:05.328 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 18:06:36 +0000 (0:00:00.009) 0:08:05.338 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 18:06:36 +0000 (0:00:00.008) 0:08:05.346 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 18:06:36 +0000 (0:00:00.008) 0:08:05.354 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 18:06:36 +0000 (0:00:00.008) 0:08:05.363 ******* 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_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 18:06:36 +0000 (0:00:00.007) 0:08:05.370 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:06:36 +0000 (0:00:00.016) 0:08:05.387 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:06:36 +0000 (0:00:00.009) 0:08:05.396 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003282", "end": "2024-02-18 18:06:36.778123", "rc": 0, "start": "2024-02-18 18:06:36.774841" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:06:36 +0000 (0:00:00.188) 0:08:05.585 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:06:36 +0000 (0:00:00.009) 0:08:05.594 ******* 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_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 18:06:36 +0000 (0:00:00.009) 0:08:05.604 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 18:06:36 +0000 (0:00:00.016) 0:08:05.621 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 18:06:36 +0000 (0:00:00.009) 0:08:05.631 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708279595.9050713, "block_size": 4096, "blocks": 0, "ctime": 1708279595.9050713, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29872, "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": 1708279595.9050713, "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_hotfixoywt44qu/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 18:06:37 +0000 (0:00:00.185) 0:08:05.817 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 18:06:37 +0000 (0:00:00.010) 0:08:05.827 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 18:06:37 +0000 (0:00:00.018) 0:08:05.845 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 18:06:37 +0000 (0:00:00.007) 0:08:05.853 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 18:06:37 +0000 (0:00:00.007) 0:08:05.860 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:06:37 +0000 (0:00:00.010) 0:08:05.871 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:06:37 +0000 (0:00:00.009) 0:08:05.881 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003368", "end": "2024-02-18 18:06:37.263592", "rc": 0, "start": "2024-02-18 18:06:37.260224" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:06:37 +0000 (0:00:00.189) 0:08:06.071 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:06:37 +0000 (0:00:00.010) 0:08:06.081 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 18:06:37 +0000 (0:00:00.009) 0:08:06.091 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 18:10:38 +0000 (0:04:00.916) 0:12:07.007 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.017) 0:12:07.024 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.008) 0:12:07.033 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.015185", "end": "2024-02-18 18:10:38.428328", "rc": 0, "start": "2024-02-18 18:10:38.413143" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.205) 0:12:07.239 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.009) 0:12:07.248 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.009) 0:12:07.257 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.009) 0:12:07.267 ******* 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_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.007) 0:12:07.275 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.018) 0:12:07.294 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.009) 0:12:07.303 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003451", "end": "2024-02-18 18:10:38.684268", "rc": 0, "start": "2024-02-18 18:10:38.680817" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.188) 0:12:07.491 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.010) 0:12:07.501 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.009) 0:12:07.511 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.018) 0:12:07.530 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.010) 0:12:07.540 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.185) 0:12:07.726 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tests_helpers_and_asserts.yml:15 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.011) 0:12:07.737 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.013) 0:12:07.751 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.010) 0:12:07.762 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:10:38 +0000 (0:00:00.009) 0:12:07.771 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003414", "end": "2024-02-18 18:10:39.153174", "rc": 0, "start": "2024-02-18 18:10:39.149760" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:10:39 +0000 (0:00:00.188) 0:12:07.959 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:10:39 +0000 (0:00:00.009) 0:12:07.969 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 18:10:39 +0000 (0:00:00.010) 0:12:07.980 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 18:10:39 +0000 (0:00:00.012) 0:12:07.992 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 18:10:39 +0000 (0:00:00.008) 0:12:08.000 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 18:10:39 +0000 (0:00:00.007) 0:12:08.007 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:10:39 +0000 (0:00:00.011) 0:12:08.019 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:10:39 +0000 (0:00:00.009) 0:12:08.028 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003277", "end": "2024-02-18 18:10:39.409458", "rc": 0, "start": "2024-02-18 18:10:39.406181" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:10:39 +0000 (0:00:00.188) 0:12:08.216 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:10:39 +0000 (0:00:00.009) 0:12:08.226 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 18:10:39 +0000 (0:00:00.009) 0:12:08.236 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 18:14:40 +0000 (0:04:00.913) 0:16:09.150 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.014) 0:16:09.164 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.009) 0:16:09.174 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.009) 0:16:09.184 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.008) 0:16:09.192 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.009) 0:16:09.202 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.009) 0:16:09.211 ******* 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_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.007) 0:16:09.218 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.015) 0:16:09.234 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.009) 0:16:09.243 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003286", "end": "2024-02-18 18:14:40.624357", "rc": 0, "start": "2024-02-18 18:14:40.621071" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.187) 0:16:09.431 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.010) 0:16:09.441 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.010) 0:16:09.451 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.013) 0:16:09.464 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.009) 0:16:09.474 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.184) 0:16:09.659 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.011) 0:16:09.670 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.015) 0:16:09.685 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.008) 0:16:09.694 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.007) 0:16:09.702 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.011) 0:16:09.713 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:14:40 +0000 (0:00:00.009) 0:16:09.722 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003290", "end": "2024-02-18 18:14:41.105657", "rc": 0, "start": "2024-02-18 18:14:41.102367" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:14:41 +0000 (0:00:00.190) 0:16:09.913 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:14:41 +0000 (0:00:00.009) 0:16:09.923 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 18:14:41 +0000 (0:00:00.009) 0:16:09.932 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 18:18:42 +0000 (0:04:00.908) 0:20:10.841 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.014) 0:20:10.856 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.009) 0:20:10.865 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.009) 0:20:10.875 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007205", "end": "2024-02-18 18:18:42.261634", "rc": 0, "start": "2024-02-18 18:18:42.254429" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.201) 0:20:11.077 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.010) 0:20:11.087 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.009) 0:20:11.096 ******* 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_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.008) 0:20:11.104 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.016) 0:20:11.121 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.009) 0:20:11.130 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003431", "end": "2024-02-18 18:18:42.510567", "rc": 0, "start": "2024-02-18 18:18:42.507136" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.186) 0:20:11.317 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.010) 0:20:11.327 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.009) 0:20:11.337 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.016) 0:20:11.353 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.010) 0:20:11.364 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708280322.2575495, "block_size": 4096, "blocks": 0, "ctime": 1708280322.2575495, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30165, "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": 1708280322.2575495, "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_hotfixoywt44qu/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.184) 0:20:11.548 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.011) 0:20:11.559 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.019) 0:20:11.579 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.008) 0:20:11.587 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.007) 0:20:11.594 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.012) 0:20:11.606 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:18:42 +0000 (0:00:00.009) 0:20:11.616 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004597", "end": "2024-02-18 18:18:42.999168", "rc": 0, "start": "2024-02-18 18:18:42.994571" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:18:43 +0000 (0:00:00.188) 0:20:11.805 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:18:43 +0000 (0:00:00.009) 0:20:11.815 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 18:18:43 +0000 (0:00:00.009) 0:20:11.825 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 18:22:43 +0000 (0:04:00.911) 0:24:12.737 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 18:22:43 +0000 (0:00:00.014) 0:24:12.751 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 18:22:43 +0000 (0:00:00.008) 0:24:12.760 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 18:22:43 +0000 (0:00:00.008) 0:24:12.768 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 18:22:43 +0000 (0:00:00.009) 0:24:12.778 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007152", "end": "2024-02-18 18:22:44.162105", "rc": 0, "start": "2024-02-18 18:22:44.154953" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 18:22:44 +0000 (0:00:00.195) 0:24:12.974 ******* 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_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 18:22:44 +0000 (0:00:00.009) 0:24:12.983 ******* 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_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 18:22:44 +0000 (0:00:00.008) 0:24:12.992 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:22:44 +0000 (0:00:00.018) 0:24:13.010 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:22:44 +0000 (0:00:00.009) 0:24:13.020 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003198", "end": "2024-02-18 18:22:44.399004", "rc": 0, "start": "2024-02-18 18:22:44.395806" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:22:44 +0000 (0:00:00.184) 0:24:13.204 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:22:44 +0000 (0:00:00.010) 0:24:13.215 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 18:22:44 +0000 (0:00:00.016) 0:24:13.231 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 18:22:44 +0000 (0:00:00.020) 0:24:13.252 ******* included: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 18:22:44 +0000 (0:00:00.011) 0:24:13.264 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 18:22:44 +0000 (0:00:00.181) 0:24:13.445 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=118 changed=0 unreachable=0 failed=0 skipped=56 rescued=0 ignored=0 Sunday 18 February 2024 18:22:44 +0000 (0:00:00.015) 0:24:13.460 ******* =============================================================================== Install iproute ------------------------------------------------------- 241.02s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.92s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.91s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.91s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.91s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.91s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.84s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.60s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:27 Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/el_repo_setup.yml:17 -------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:35 Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:43 Create dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:49 Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixoywt44qu/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixoywt44qu/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. ---^---^---^---^---^---