# 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_hotfixd16fjt30/.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_hotfixd16fjt30/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_hotfixd16fjt30/tests/tests_helpers_and_asserts.yml:3 Thursday 22 February 2024 04:12:26 +0000 (0:00:00.033) 0:00:00.033 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tests_helpers_and_asserts.yml:6 Thursday 22 February 2024 04:12:26 +0000 (0:00:00.834) 0:00:00.868 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/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_hotfixd16fjt30/tests/tasks/el_repo_setup.yml:3 Thursday 22 February 2024 04:12:26 +0000 (0:00:00.012) 0:00:00.880 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/el_repo_setup.yml:17 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.338) 0:00:01.218 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/el_repo_setup.yml:22 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.236) 0:00:01.455 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/el_repo_setup.yml:26 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.013) 0:00:01.468 ***** 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_hotfixd16fjt30/tests/tasks/el_repo_setup.yml:51 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.016) 0:00:01.485 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/enable_epel.yml:8 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.021) 0:00:01.506 ***** 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_hotfixd16fjt30/tests/tasks/enable_epel.yml:24 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.009) 0:00:01.515 ***** 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_hotfixd16fjt30/tests/tasks/enable_epel.yml:30 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.007) 0:00:01.523 ***** 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_hotfixd16fjt30/tests/tasks/enable_epel.yml:35 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.007) 0:00:01.530 ***** 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_hotfixd16fjt30/tests/tasks/enable_epel.yml:40 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.009) 0:00:01.540 ***** 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_hotfixd16fjt30/tests/tests_helpers_and_asserts.yml:9 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.007) 0:00:01.547 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:3 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.011) 0:00:01.559 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.009) 0:00:01.569 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.010) 0:00:01.579 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003344", "end": "2024-02-22 04:12:27.917284", "rc": 0, "start": "2024-02-22 04:12:27.913940" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.240) 0:00:01.819 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.009) 0:00:01.829 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:5 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.008) 0:00:01.838 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.015) 0:00:01.853 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.008) 0:00:01.861 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.012) 0:00:01.873 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 04:12:27 +0000 (0:00:00.010) 0:00:01.884 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 04:12:28 +0000 (0:00:00.008) 0:00:01.893 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003248", "end": "2024-02-22 04:12:28.176081", "rc": 0, "start": "2024-02-22 04:12:28.172833" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 04:12:28 +0000 (0:00:00.184) 0:00:02.078 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 04:12:28 +0000 (0:00:00.009) 0:00:02.087 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 04:12:28 +0000 (0:00:00.008) 0:00:02.095 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:27 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.950) 0:00:03.046 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:35 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.013) 0:00:03.060 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:43 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.008) 0:00:03.068 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:49 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.007) 0:00:03.076 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:54 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.007) 0:00:03.083 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:60 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.007) 0:00:03.091 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.007) 0:00:03.098 ***** 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_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:9 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.007) 0:00:03.105 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.011) 0:00:03.117 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.008) 0:00:03.126 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003209", "end": "2024-02-22 04:12:29.407275", "rc": 0, "start": "2024-02-22 04:12:29.404066" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.182) 0:00:03.308 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.010) 0:00:03.319 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:11 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.008) 0:00:03.328 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/assert_device_absent.yml:3 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.013) 0:00:03.341 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.009) 0:00:03.351 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/assert_device_absent.yml:5 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.181) 0:00:03.533 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:14 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.009) 0:00:03.542 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.014) 0:00:03.557 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.007) 0:00:03.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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.007) 0:00:03.571 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.010) 0:00:03.581 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.008) 0:00:03.590 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003193", "end": "2024-02-22 04:12:29.872327", "rc": 0, "start": "2024-02-22 04:12:29.869134" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.183) 0:00:03.774 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.009) 0:00:03.783 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 04:12:29 +0000 (0:00:00.008) 0:00:03.792 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:27 Thursday 22 February 2024 04:12:30 +0000 (0:00:00.847) 0:00:04.640 ***** 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.009207", "end": "2024-02-22 04:12:30.931271", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-22 04:12:30.922064" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003412", "end": "2024-02-22 04:12:31.144068", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-22 04:12:31.140656" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003320", "end": "2024-02-22 04:12:31.321219", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-22 04:12:31.317899" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:35 Thursday 22 February 2024 04:12:31 +0000 (0:00:00.584) 0:00:05.224 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022805", "end": "2024-02-22 04:12:31.525962", "rc": 0, "start": "2024-02-22 04:12:31.503157" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:43 Thursday 22 February 2024 04:12:31 +0000 (0:00:00.204) 0:00:05.429 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:49 Thursday 22 February 2024 04:12:31 +0000 (0:00:00.008) 0:00:05.437 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:54 Thursday 22 February 2024 04:12:31 +0000 (0:00:00.009) 0:00:05.446 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:60 Thursday 22 February 2024 04:12:31 +0000 (0:00:00.007) 0:00:05.454 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 04:12:31 +0000 (0:00:00.007) 0:00:05.462 ***** 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_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:18 Thursday 22 February 2024 04:12:31 +0000 (0:00:00.007) 0:00:05.469 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 04:12:31 +0000 (0:00:00.016) 0:00:05.485 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 04:12:31 +0000 (0:00:00.009) 0:00:05.495 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003172", "end": "2024-02-22 04:12:31.778029", "rc": 0, "start": "2024-02-22 04:12:31.774857" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 04:12:31 +0000 (0:00:00.184) 0:00:05.679 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 04:12:31 +0000 (0:00:00.009) 0:00:05.689 ***** 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_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:20 Thursday 22 February 2024 04:12:31 +0000 (0:00:00.009) 0:00:05.699 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/assert_device_present.yml:3 Thursday 22 February 2024 04:12:31 +0000 (0:00:00.015) 0:00:05.714 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 04:12:31 +0000 (0:00:00.009) 0:00:05.724 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708575150.925519, "block_size": 4096, "blocks": 0, "ctime": 1708575150.925519, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31093, "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": 1708575150.925519, "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_hotfixd16fjt30/tests/tasks/assert_device_present.yml:5 Thursday 22 February 2024 04:12:32 +0000 (0:00:00.181) 0:00:05.905 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:23 Thursday 22 February 2024 04:12:32 +0000 (0:00:00.009) 0:00:05.914 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 04:12:32 +0000 (0:00:00.017) 0:00:05.931 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 04:12:32 +0000 (0:00:00.007) 0:00:05.939 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 04:12:32 +0000 (0:00:00.007) 0:00:05.946 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 04:12:32 +0000 (0:00:00.010) 0:00:05.957 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 04:12:32 +0000 (0:00:00.009) 0:00:05.966 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003072", "end": "2024-02-22 04:12:32.248674", "rc": 0, "start": "2024-02-22 04:12:32.245602" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 04:12:32 +0000 (0:00:00.184) 0:00:06.150 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 04:12:32 +0000 (0:00:00.011) 0:00:06.162 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 04:12:32 +0000 (0:00:00.008) 0:00:06.171 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:27 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.843) 0:00:07.015 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:35 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.013) 0:00:07.028 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:43 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.007) 0:00:07.036 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.007113", "end": "2024-02-22 04:12:33.326379", "rc": 0, "start": "2024-02-22 04:12:33.319266" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:49 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.193) 0:00:07.230 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:54 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.009) 0:00:07.239 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:60 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.007) 0:00:07.247 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.009) 0:00:07.256 ***** 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_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:27 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.007) 0:00:07.264 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.018) 0:00:07.282 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.008) 0:00:07.291 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003057", "end": "2024-02-22 04:12:33.571624", "rc": 0, "start": "2024-02-22 04:12:33.568567" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.182) 0:00:07.473 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.009) 0:00:07.483 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:29 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.008) 0:00:07.491 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/assert_device_absent.yml:3 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.018) 0:00:07.510 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.009) 0:00:07.519 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/assert_device_absent.yml:5 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.178) 0:00:07.698 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tests_helpers_and_asserts.yml:15 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.011) 0:00:07.709 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:3 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.013) 0:00:07.723 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.009) 0:00:07.733 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 04:12:33 +0000 (0:00:00.009) 0:00:07.742 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003124", "end": "2024-02-22 04:12:34.024504", "rc": 0, "start": "2024-02-22 04:12:34.021380" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 04:12:34 +0000 (0:00:00.184) 0:00:07.926 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 04:12:34 +0000 (0:00:00.009) 0:00:07.936 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:5 Thursday 22 February 2024 04:12:34 +0000 (0:00:00.009) 0:00:07.945 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 04:12:34 +0000 (0:00:00.011) 0:00:07.957 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 04:12:34 +0000 (0:00:00.007) 0:00:07.965 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 04:12:34 +0000 (0:00:00.007) 0:00:07.972 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 04:12:34 +0000 (0:00:00.010) 0:00:07.982 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 04:12:34 +0000 (0:00:00.009) 0:00:07.991 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003046", "end": "2024-02-22 04:12:34.273278", "rc": 0, "start": "2024-02-22 04:12:34.270232" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 04:12:34 +0000 (0:00:00.183) 0:00:08.175 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 04:12:34 +0000 (0:00:00.009) 0:00:08.185 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 04:12:34 +0000 (0:00:00.009) 0:00:08.195 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:27 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.848) 0:00:09.044 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:35 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.013) 0:00:09.057 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:43 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.008) 0:00:09.065 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:49 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.007) 0:00:09.073 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:54 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.007) 0:00:09.080 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:60 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.010) 0:00:09.091 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.007) 0:00:09.099 ***** 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_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:9 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.007) 0:00:09.106 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.012) 0:00:09.118 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.008) 0:00:09.127 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003460", "end": "2024-02-22 04:12:35.409160", "rc": 0, "start": "2024-02-22 04:12:35.405700" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.183) 0:00:09.311 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.009) 0:00:09.320 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:11 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.009) 0:00:09.330 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/assert_device_absent.yml:3 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.012) 0:00:09.343 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.009) 0:00:09.352 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/assert_device_absent.yml:5 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.179) 0:00:09.531 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:14 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.014) 0:00:09.546 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.015) 0:00:09.561 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.007) 0:00:09.569 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.007) 0:00:09.576 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.010) 0:00:09.587 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.009) 0:00:09.596 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003116", "end": "2024-02-22 04:12:35.879820", "rc": 0, "start": "2024-02-22 04:12:35.876704" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.186) 0:00:09.783 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.009) 0:00:09.792 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 04:12:35 +0000 (0:00:00.008) 0:00:09.801 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:27 Thursday 22 February 2024 04:12:36 +0000 (0:00:00.847) 0:00:10.648 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:35 Thursday 22 February 2024 04:12:36 +0000 (0:00:00.013) 0:00:10.662 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:43 Thursday 22 February 2024 04:12:36 +0000 (0:00:00.008) 0:00:10.670 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:49 Thursday 22 February 2024 04:12:36 +0000 (0:00:00.007) 0:00:10.678 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.082399", "end": "2024-02-22 04:12:37.040263", "rc": 0, "start": "2024-02-22 04:12:36.957864" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:54 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.270) 0:00:10.949 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:60 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.009) 0:00:10.959 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.007) 0:00:10.966 ***** 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_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:18 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.007) 0:00:10.974 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.014) 0:00:10.989 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.008) 0:00:10.998 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003098", "end": "2024-02-22 04:12:37.280622", "rc": 0, "start": "2024-02-22 04:12:37.277524" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.185) 0:00:11.183 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.009) 0:00:11.193 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:20 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.008) 0:00:11.201 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/assert_device_present.yml:3 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.015) 0:00:11.217 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.009) 0:00:11.226 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708575157.0322502, "block_size": 4096, "blocks": 0, "ctime": 1708575157.0322502, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31421, "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": 1708575157.0322502, "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_hotfixd16fjt30/tests/tasks/assert_device_present.yml:5 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.179) 0:00:11.406 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:23 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.010) 0:00:11.416 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:3 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.020) 0:00:11.437 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:8 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.007) 0:00:11.444 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:13 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.007) 0:00:11.452 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.010) 0:00:11.463 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.010) 0:00:11.473 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003165", "end": "2024-02-22 04:12:37.754283", "rc": 0, "start": "2024-02-22 04:12:37.751118" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.183) 0:00:11.657 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.009) 0:00:11.666 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:16 Thursday 22 February 2024 04:12:37 +0000 (0:00:00.008) 0:00:11.675 ***** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:27 Thursday 22 February 2024 04:12:38 +0000 (0:00:00.844) 0:00:12.520 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:35 Thursday 22 February 2024 04:12:38 +0000 (0:00:00.013) 0:00:12.533 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:43 Thursday 22 February 2024 04:12:38 +0000 (0:00:00.007) 0:00:12.541 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:49 Thursday 22 February 2024 04:12:38 +0000 (0:00:00.007) 0:00:12.549 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:54 Thursday 22 February 2024 04:12:38 +0000 (0:00:00.008) 0:00:12.557 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011133", "end": "2024-02-22 04:12:38.848326", "rc": 0, "start": "2024-02-22 04:12:38.837193" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:60 Thursday 22 February 2024 04:12:38 +0000 (0:00:00.193) 0:00:12.750 ***** 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_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:65 Thursday 22 February 2024 04:12:38 +0000 (0:00:00.008) 0:00:12.758 ***** 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_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:27 Thursday 22 February 2024 04:12:38 +0000 (0:00:00.007) 0:00:12.766 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:3 Thursday 22 February 2024 04:12:38 +0000 (0:00:00.017) 0:00:12.784 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Thursday 22 February 2024 04:12:38 +0000 (0:00:00.009) 0:00:12.794 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003130", "end": "2024-02-22 04:12:39.075960", "rc": 0, "start": "2024-02-22 04:12:39.072830" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:9 Thursday 22 February 2024 04:12:39 +0000 (0:00:00.183) 0:00:12.977 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/show_interfaces.yml:5 Thursday 22 February 2024 04:12:39 +0000 (0:00:00.009) 0:00:12.987 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/create_and_remove_interface.yml:29 Thursday 22 February 2024 04:12:39 +0000 (0:00:00.013) 0:00:13.001 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/assert_device_absent.yml:3 Thursday 22 February 2024 04:12:39 +0000 (0:00:00.019) 0:00:13.020 ***** included: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_interface_stat.yml:3 Thursday 22 February 2024 04:12:39 +0000 (0:00:00.009) 0:00:13.030 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/assert_device_absent.yml:5 Thursday 22 February 2024 04:12:39 +0000 (0:00:00.178) 0:00:13.209 ***** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Thursday 22 February 2024 04:12:39 +0000 (0:00:00.014) 0:00:13.223 ***** =============================================================================== Install iproute --------------------------------------------------------- 0.95s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.84s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.84s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.83s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.58s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.34s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/el_repo_setup.yml:3 --------- Create dummy interface dummy1298 ---------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:35 Delete veth interface veth1298 ------------------------------------------ 0.19s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:43 Delete dummy interface dummy1298 ---------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.18s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.18s /WORKDIR/git-nm_plugin_hotfixd16fjt30/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.18s /WORKDIR/git-nm_plugin_hotfixd16fjt30/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. ---^---^---^---^---^---