# 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_hotfixlw_83jts/.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_hotfixlw_83jts/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_hotfixlw_83jts/tests/tests_helpers_and_asserts.yml:3 Thursday 29 February 2024 00:11:18 +0000 (0:00:00.050) 0:00:00.050 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tests_helpers_and_asserts.yml:6 Thursday 29 February 2024 00:11:21 +0000 (0:00:02.117) 0:00:02.167 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/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_hotfixlw_83jts/tests/tasks/el_repo_setup.yml:3 Thursday 29 February 2024 00:11:21 +0000 (0:00:00.023) 0:00:02.191 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/el_repo_setup.yml:17 Thursday 29 February 2024 00:11:21 +0000 (0:00:00.461) 0:00:02.653 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/el_repo_setup.yml:22 Thursday 29 February 2024 00:11:21 +0000 (0:00:00.392) 0:00:03.045 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/el_repo_setup.yml:26 Thursday 29 February 2024 00:11:21 +0000 (0:00:00.018) 0:00:03.063 ***** 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_hotfixlw_83jts/tests/tasks/el_repo_setup.yml:51 Thursday 29 February 2024 00:11:21 +0000 (0:00:00.009) 0:00:03.073 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/enable_epel.yml:8 Thursday 29 February 2024 00:11:22 +0000 (0:00:00.064) 0:00:03.138 ***** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/enable_epel.yml:24 Thursday 29 February 2024 00:11:22 +0000 (0:00:00.359) 0:00:03.497 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/enable_epel.yml:30 Thursday 29 February 2024 00:11:22 +0000 (0:00:00.013) 0:00:03.511 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/enable_epel.yml:35 Thursday 29 February 2024 00:11:22 +0000 (0:00:00.018) 0:00:03.529 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.254025", "end": "2024-02-29 00:11:22.887984", "rc": 0, "start": "2024-02-29 00:11:22.633959" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/enable_epel.yml:40 Thursday 29 February 2024 00:11:22 +0000 (0:00:00.487) 0:00:04.017 ***** 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_hotfixlw_83jts/tests/tests_helpers_and_asserts.yml:9 Thursday 29 February 2024 00:11:22 +0000 (0:00:00.021) 0:00:04.038 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:3 Thursday 29 February 2024 00:11:22 +0000 (0:00:00.023) 0:00:04.061 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:11:22 +0000 (0:00:00.010) 0:00:04.072 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:11:22 +0000 (0:00:00.027) 0:00:04.099 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003614", "end": "2024-02-29 00:11:23.188086", "rc": 0, "start": "2024-02-29 00:11:23.184472" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:11:23 +0000 (0:00:00.219) 0:00:04.318 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:11:23 +0000 (0:00:00.011) 0:00:04.329 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:5 Thursday 29 February 2024 00:11:23 +0000 (0:00:00.010) 0:00:04.340 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:11:23 +0000 (0:00:00.014) 0:00:04.354 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:11:23 +0000 (0:00:00.013) 0:00:04.367 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:11:23 +0000 (0:00:00.008) 0:00:04.375 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:11:23 +0000 (0:00:00.013) 0:00:04.388 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:11:23 +0000 (0:00:00.009) 0:00:04.398 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003750", "end": "2024-02-29 00:11:23.472230", "rc": 0, "start": "2024-02-29 00:11:23.468480" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:11:23 +0000 (0:00:00.200) 0:00:04.599 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:11:23 +0000 (0:00:00.012) 0:00:04.611 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:11:23 +0000 (0:00:00.010) 0:00:04.622 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:11:26 +0000 (0:00:02.933) 0:00:07.556 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:11:26 +0000 (0:00:00.025) 0:00:07.582 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:11:26 +0000 (0:00:00.012) 0:00:07.594 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:11:26 +0000 (0:00:00.010) 0:00:07.605 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:11:26 +0000 (0:00:00.035) 0:00:07.640 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:11:26 +0000 (0:00:00.014) 0:00:07.655 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:11:26 +0000 (0:00:00.021) 0:00:07.677 ***** 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_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:9 Thursday 29 February 2024 00:11:26 +0000 (0:00:00.022) 0:00:07.699 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:11:26 +0000 (0:00:00.016) 0:00:07.715 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:11:26 +0000 (0:00:00.010) 0:00:07.726 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003629", "end": "2024-02-29 00:11:26.795042", "rc": 0, "start": "2024-02-29 00:11:26.791413" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:11:26 +0000 (0:00:00.195) 0:00:07.921 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:11:26 +0000 (0:00:00.020) 0:00:07.941 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:11 Thursday 29 February 2024 00:11:26 +0000 (0:00:00.013) 0:00:07.954 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:11:26 +0000 (0:00:00.034) 0:00:07.989 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:11:26 +0000 (0:00:00.034) 0:00:08.024 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:11:27 +0000 (0:00:00.242) 0:00:08.266 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:14 Thursday 29 February 2024 00:11:27 +0000 (0:00:00.016) 0:00:08.282 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:11:27 +0000 (0:00:00.033) 0:00:08.316 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:11:27 +0000 (0:00:00.010) 0:00:08.327 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:11:27 +0000 (0:00:00.011) 0:00:08.338 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:11:27 +0000 (0:00:00.043) 0:00:08.381 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:11:27 +0000 (0:00:00.015) 0:00:08.397 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003638", "end": "2024-02-29 00:11:27.519591", "rc": 0, "start": "2024-02-29 00:11:27.515953" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:11:27 +0000 (0:00:00.260) 0:00:08.657 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:11:27 +0000 (0:00:00.027) 0:00:08.684 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:11:27 +0000 (0:00:00.033) 0:00:08.718 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:11:30 +0000 (0:00:02.591) 0:00:11.310 ***** 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.015129", "end": "2024-02-29 00:11:30.407547", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-29 00:11:30.392418" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004133", "end": "2024-02-29 00:11:30.644003", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-29 00:11:30.639870" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004523", "end": "2024-02-29 00:11:30.855065", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-29 00:11:30.850542" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:11:30 +0000 (0:00:00.675) 0:00:11.985 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024975", "end": "2024-02-29 00:11:31.093205", "rc": 0, "start": "2024-02-29 00:11:31.068230" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.247) 0:00:12.232 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.010) 0:00:12.243 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.031) 0:00:12.274 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.010) 0:00:12.285 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.015) 0:00:12.300 ***** 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_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:18 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.013) 0:00:12.313 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.016) 0:00:12.330 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.009) 0:00:12.340 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003606", "end": "2024-02-29 00:11:31.416318", "rc": 0, "start": "2024-02-29 00:11:31.412712" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.206) 0:00:12.546 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.014) 0:00:12.561 ***** 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_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:20 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.012) 0:00:12.573 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/assert_device_present.yml:3 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.019) 0:00:12.592 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.027) 0:00:12.620 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1709165490.3963344, "block_size": 4096, "blocks": 0, "ctime": 1709165490.3963344, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30737, "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": 1709165490.3963344, "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_hotfixlw_83jts/tests/tasks/assert_device_present.yml:5 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.228) 0:00:12.848 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:23 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.011) 0:00:12.860 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.031) 0:00:12.891 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.020) 0:00:12.912 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.011) 0:00:12.924 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.023) 0:00:12.948 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:11:31 +0000 (0:00:00.032) 0:00:12.980 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003679", "end": "2024-02-29 00:11:32.057299", "rc": 0, "start": "2024-02-29 00:11:32.053620" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:11:32 +0000 (0:00:00.205) 0:00:13.185 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:11:32 +0000 (0:00:00.018) 0:00:13.204 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:11:32 +0000 (0:00:00.014) 0:00:13.219 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:11:34 +0000 (0:00:02.617) 0:00:15.836 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:11:34 +0000 (0:00:00.021) 0:00:15.858 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:11:34 +0000 (0:00:00.058) 0:00:15.917 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011090", "end": "2024-02-29 00:11:35.003167", "rc": 0, "start": "2024-02-29 00:11:34.992077" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.214) 0:00:16.132 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.009) 0:00:16.141 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.008) 0:00:16.150 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.013) 0:00:16.163 ***** 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_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:27 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.009) 0:00:16.173 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.021) 0:00:16.195 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.010) 0:00:16.205 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003997", "end": "2024-02-29 00:11:35.280637", "rc": 0, "start": "2024-02-29 00:11:35.276640" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.226) 0:00:16.432 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.031) 0:00:16.463 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:29 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.015) 0:00:16.479 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.031) 0:00:16.511 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.010) 0:00:16.521 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.215) 0:00:16.736 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tests_helpers_and_asserts.yml:15 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.017) 0:00:16.754 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:3 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.017) 0:00:16.772 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.017) 0:00:16.789 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.015) 0:00:16.804 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003914", "end": "2024-02-29 00:11:35.883701", "rc": 0, "start": "2024-02-29 00:11:35.879787" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.205) 0:00:17.010 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.009) 0:00:17.020 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:5 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.010) 0:00:17.030 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.018) 0:00:17.049 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.009) 0:00:17.058 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.016) 0:00:17.074 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.022) 0:00:17.096 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:11:35 +0000 (0:00:00.011) 0:00:17.108 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003590", "end": "2024-02-29 00:11:36.183409", "rc": 0, "start": "2024-02-29 00:11:36.179819" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:11:36 +0000 (0:00:00.205) 0:00:17.314 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:11:36 +0000 (0:00:00.012) 0:00:17.326 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:11:36 +0000 (0:00:00.010) 0:00:17.337 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:11:38 +0000 (0:00:02.594) 0:00:19.931 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:11:38 +0000 (0:00:00.072) 0:00:20.004 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:11:38 +0000 (0:00:00.019) 0:00:20.024 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:11:38 +0000 (0:00:00.032) 0:00:20.056 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:11:38 +0000 (0:00:00.043) 0:00:20.100 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.025) 0:00:20.125 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.025) 0:00:20.150 ***** 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_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:9 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.014) 0:00:20.165 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.017) 0:00:20.182 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.034) 0:00:20.217 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003648", "end": "2024-02-29 00:11:39.403613", "rc": 0, "start": "2024-02-29 00:11:39.399965" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.319) 0:00:20.537 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.016) 0:00:20.553 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:11 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.011) 0:00:20.564 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.013) 0:00:20.578 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.009) 0:00:20.588 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.205) 0:00:20.793 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:14 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.012) 0:00:20.806 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.026) 0:00:20.833 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.012) 0:00:20.846 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.037) 0:00:20.883 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.015) 0:00:20.898 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:11:39 +0000 (0:00:00.021) 0:00:20.920 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003696", "end": "2024-02-29 00:11:40.026776", "rc": 0, "start": "2024-02-29 00:11:40.023080" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:11:40 +0000 (0:00:00.234) 0:00:21.155 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:11:40 +0000 (0:00:00.051) 0:00:21.206 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:11:40 +0000 (0:00:00.061) 0:00:21.267 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:11:42 +0000 (0:00:02.610) 0:00:23.878 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:11:42 +0000 (0:00:00.014) 0:00:23.892 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:11:42 +0000 (0:00:00.008) 0:00:23.901 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:11:42 +0000 (0:00:00.009) 0:00:23.910 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010220", "end": "2024-02-29 00:11:42.987305", "rc": 0, "start": "2024-02-29 00:11:42.977085" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.211) 0:00:24.122 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.009) 0:00:24.132 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.008) 0:00:24.141 ***** 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_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:18 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.008) 0:00:24.150 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.018) 0:00:24.168 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.018) 0:00:24.186 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003883", "end": "2024-02-29 00:11:43.255153", "rc": 0, "start": "2024-02-29 00:11:43.251270" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.214) 0:00:24.401 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.016) 0:00:24.417 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:20 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.011) 0:00:24.429 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/assert_device_present.yml:3 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.029) 0:00:24.459 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.024) 0:00:24.484 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1709165502.9856896, "block_size": 4096, "blocks": 0, "ctime": 1709165502.9856896, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31060, "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": 1709165502.9856896, "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_hotfixlw_83jts/tests/tasks/assert_device_present.yml:5 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.194) 0:00:24.678 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:23 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.011) 0:00:24.690 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:3 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.021) 0:00:24.711 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:8 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.009) 0:00:24.720 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:13 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.007) 0:00:24.728 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.012) 0:00:24.741 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.013) 0:00:24.754 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003650", "end": "2024-02-29 00:11:43.828211", "rc": 0, "start": "2024-02-29 00:11:43.824561" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.205) 0:00:24.960 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.014) 0:00:24.975 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:16 Thursday 29 February 2024 00:11:43 +0000 (0:00:00.011) 0:00:24.986 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:27 Thursday 29 February 2024 00:11:46 +0000 (0:00:02.690) 0:00:27.676 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:35 Thursday 29 February 2024 00:11:46 +0000 (0:00:00.015) 0:00:27.692 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:43 Thursday 29 February 2024 00:11:46 +0000 (0:00:00.009) 0:00:27.701 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:49 Thursday 29 February 2024 00:11:46 +0000 (0:00:00.009) 0:00:27.710 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:54 Thursday 29 February 2024 00:11:46 +0000 (0:00:00.008) 0:00:27.719 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007784", "end": "2024-02-29 00:11:46.793185", "rc": 0, "start": "2024-02-29 00:11:46.785401" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:60 Thursday 29 February 2024 00:11:46 +0000 (0:00:00.201) 0:00:27.920 ***** 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_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:65 Thursday 29 February 2024 00:11:46 +0000 (0:00:00.009) 0:00:27.929 ***** 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_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:27 Thursday 29 February 2024 00:11:46 +0000 (0:00:00.008) 0:00:27.938 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:3 Thursday 29 February 2024 00:11:46 +0000 (0:00:00.020) 0:00:27.958 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Thursday 29 February 2024 00:11:46 +0000 (0:00:00.009) 0:00:27.968 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003593", "end": "2024-02-29 00:11:47.036965", "rc": 0, "start": "2024-02-29 00:11:47.033372" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:9 Thursday 29 February 2024 00:11:47 +0000 (0:00:00.221) 0:00:28.189 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/show_interfaces.yml:5 Thursday 29 February 2024 00:11:47 +0000 (0:00:00.039) 0:00:28.229 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/create_and_remove_interface.yml:29 Thursday 29 February 2024 00:11:47 +0000 (0:00:00.043) 0:00:28.272 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/assert_device_absent.yml:3 Thursday 29 February 2024 00:11:47 +0000 (0:00:00.036) 0:00:28.309 ***** included: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_interface_stat.yml:3 Thursday 29 February 2024 00:11:47 +0000 (0:00:00.012) 0:00:28.322 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/assert_device_absent.yml:5 Thursday 29 February 2024 00:11:47 +0000 (0:00:00.202) 0:00:28.524 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Thursday 29 February 2024 00:11:47 +0000 (0:00:00.020) 0:00:28.545 ***** =============================================================================== Install iproute --------------------------------------------------------- 2.93s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.69s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.62s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.61s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 2.12s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.68s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:27 Enable EPEL 8 ----------------------------------------------------------- 0.49s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/enable_epel.yml:35 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 0.46s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/el_repo_setup.yml:3 --------- Check if system is ostree ----------------------------------------------- 0.39s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/el_repo_setup.yml:17 -------- Create EPEL 8 ----------------------------------------------------------- 0.36s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/enable_epel.yml:8 ----------- Gather current interface info ------------------------------------------- 0.32s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Set up veth as managed by NetworkManager -------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/manage_test_interface.yml:35 Get stat for interface veth1298 ----------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Get stat for interface veth1298 ----------------------------------------- 0.23s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-nm_plugin_hotfixlw_83jts/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixlw_83jts/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. ---^---^---^---^---^---