# 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_hotfixq_kpr53i/.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_hotfixq_kpr53i/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_hotfixq_kpr53i/tests/tests_helpers_and_asserts.yml:3 Tuesday 20 February 2024 20:33:14 +0000 (0:00:00.034) 0:00:00.034 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tests_helpers_and_asserts.yml:6 Tuesday 20 February 2024 20:33:15 +0000 (0:00:01.030) 0:00:01.065 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/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_hotfixq_kpr53i/tests/tasks/el_repo_setup.yml:3 Tuesday 20 February 2024 20:33:15 +0000 (0:00:00.013) 0:00:01.079 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/el_repo_setup.yml:17 Tuesday 20 February 2024 20:33:16 +0000 (0:00:00.407) 0:00:01.487 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/el_repo_setup.yml:22 Tuesday 20 February 2024 20:33:16 +0000 (0:00:00.286) 0:00:01.773 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/el_repo_setup.yml:26 Tuesday 20 February 2024 20:33:16 +0000 (0:00:00.014) 0:00:01.788 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/el_repo_setup.yml:51 Tuesday 20 February 2024 20:33:16 +0000 (0:00:00.007) 0:00:01.796 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/enable_epel.yml:8 Tuesday 20 February 2024 20:33:16 +0000 (0:00:00.021) 0:00:01.818 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/enable_epel.yml:24 Tuesday 20 February 2024 20:33:16 +0000 (0:00:00.008) 0:00:01.826 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/enable_epel.yml:30 Tuesday 20 February 2024 20:33:16 +0000 (0:00:00.010) 0:00:01.837 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/enable_epel.yml:35 Tuesday 20 February 2024 20:33:16 +0000 (0:00:00.007) 0:00:01.844 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/enable_epel.yml:40 Tuesday 20 February 2024 20:33:16 +0000 (0:00:00.007) 0:00:01.852 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tests_helpers_and_asserts.yml:9 Tuesday 20 February 2024 20:33:16 +0000 (0:00:00.007) 0:00:01.860 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:3 Tuesday 20 February 2024 20:33:16 +0000 (0:00:00.012) 0:00:01.872 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:33:16 +0000 (0:00:00.010) 0:00:01.883 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:33:16 +0000 (0:00:00.009) 0:00:01.892 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003783", "end": "2024-02-20 20:33:17.036560", "rc": 0, "start": "2024-02-20 20:33:17.032777" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:33:17 +0000 (0:00:00.294) 0:00:02.186 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:33:17 +0000 (0:00:00.011) 0:00:02.197 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:5 Tuesday 20 February 2024 20:33:17 +0000 (0:00:00.010) 0:00:02.208 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:33:17 +0000 (0:00:00.013) 0:00:02.222 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:33:17 +0000 (0:00:00.026) 0:00:02.248 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:33:17 +0000 (0:00:00.008) 0:00:02.257 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:33:17 +0000 (0:00:00.011) 0:00:02.268 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:33:17 +0000 (0:00:00.011) 0:00:02.280 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003638", "end": "2024-02-20 20:33:17.371894", "rc": 0, "start": "2024-02-20 20:33:17.368256" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:33:17 +0000 (0:00:00.239) 0:00:02.519 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:33:17 +0000 (0:00:00.011) 0:00:02.530 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:33:17 +0000 (0:00:00.013) 0:00:02.544 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:27 Tuesday 20 February 2024 20:33:19 +0000 (0:00:02.124) 0:00:04.668 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:35 Tuesday 20 February 2024 20:33:19 +0000 (0:00:00.021) 0:00:04.690 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:43 Tuesday 20 February 2024 20:33:19 +0000 (0:00:00.018) 0:00:04.709 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:49 Tuesday 20 February 2024 20:33:19 +0000 (0:00:00.029) 0:00:04.738 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:54 Tuesday 20 February 2024 20:33:19 +0000 (0:00:00.022) 0:00:04.760 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:60 Tuesday 20 February 2024 20:33:19 +0000 (0:00:00.097) 0:00:04.857 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:33:19 +0000 (0:00:00.016) 0:00:04.874 ****** 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_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:9 Tuesday 20 February 2024 20:33:19 +0000 (0:00:00.052) 0:00:04.926 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:33:19 +0000 (0:00:00.032) 0:00:04.959 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:33:19 +0000 (0:00:00.013) 0:00:04.972 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003693", "end": "2024-02-20 20:33:20.113617", "rc": 0, "start": "2024-02-20 20:33:20.109924" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:33:20 +0000 (0:00:00.302) 0:00:05.275 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:33:20 +0000 (0:00:00.011) 0:00:05.286 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:11 Tuesday 20 February 2024 20:33:20 +0000 (0:00:00.023) 0:00:05.310 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/assert_device_absent.yml:3 Tuesday 20 February 2024 20:33:20 +0000 (0:00:00.020) 0:00:05.330 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:33:20 +0000 (0:00:00.021) 0:00:05.352 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/assert_device_absent.yml:5 Tuesday 20 February 2024 20:33:20 +0000 (0:00:00.239) 0:00:05.591 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:14 Tuesday 20 February 2024 20:33:20 +0000 (0:00:00.011) 0:00:05.603 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:33:20 +0000 (0:00:00.015) 0:00:05.618 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:33:20 +0000 (0:00:00.008) 0:00:05.627 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:33:20 +0000 (0:00:00.007) 0:00:05.634 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:33:20 +0000 (0:00:00.010) 0:00:05.645 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:33:20 +0000 (0:00:00.010) 0:00:05.656 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003665", "end": "2024-02-20 20:33:20.740819", "rc": 0, "start": "2024-02-20 20:33:20.737154" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:33:20 +0000 (0:00:00.236) 0:00:05.892 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:33:20 +0000 (0:00:00.015) 0:00:05.907 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:33:20 +0000 (0:00:00.013) 0:00:05.921 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:27 Tuesday 20 February 2024 20:33:22 +0000 (0:00:02.061) 0:00:07.982 ****** 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.007689", "end": "2024-02-20 20:33:23.073934", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-20 20:33:23.066245" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003893", "end": "2024-02-20 20:33:23.352765", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-20 20:33:23.348872" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004878", "end": "2024-02-20 20:33:23.580612", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-20 20:33:23.575734" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:35 Tuesday 20 February 2024 20:33:23 +0000 (0:00:00.791) 0:00:08.774 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023064", "end": "2024-02-20 20:33:24.072276", "rc": 0, "start": "2024-02-20 20:33:24.049212" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:43 Tuesday 20 February 2024 20:33:24 +0000 (0:00:00.465) 0:00:09.239 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:49 Tuesday 20 February 2024 20:33:24 +0000 (0:00:00.019) 0:00:09.258 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:54 Tuesday 20 February 2024 20:33:24 +0000 (0:00:00.021) 0:00:09.280 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:60 Tuesday 20 February 2024 20:33:24 +0000 (0:00:00.011) 0:00:09.291 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:33:24 +0000 (0:00:00.010) 0:00:09.302 ****** 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_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:18 Tuesday 20 February 2024 20:33:24 +0000 (0:00:00.010) 0:00:09.313 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:33:24 +0000 (0:00:00.017) 0:00:09.330 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:33:24 +0000 (0:00:00.011) 0:00:09.342 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003509", "end": "2024-02-20 20:33:24.426375", "rc": 0, "start": "2024-02-20 20:33:24.422866" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:33:24 +0000 (0:00:00.245) 0:00:09.588 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:33:24 +0000 (0:00:00.013) 0:00:09.601 ****** 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_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:20 Tuesday 20 February 2024 20:33:24 +0000 (0:00:00.033) 0:00:09.634 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/assert_device_present.yml:3 Tuesday 20 February 2024 20:33:24 +0000 (0:00:00.117) 0:00:09.752 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:33:24 +0000 (0:00:00.019) 0:00:09.771 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1708461203.0703416, "block_size": 4096, "blocks": 0, "ctime": 1708461203.0703416, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31357, "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": 1708461203.0703416, "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_hotfixq_kpr53i/tests/tasks/assert_device_present.yml:5 Tuesday 20 February 2024 20:33:24 +0000 (0:00:00.309) 0:00:10.081 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:23 Tuesday 20 February 2024 20:33:24 +0000 (0:00:00.031) 0:00:10.112 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:33:25 +0000 (0:00:00.049) 0:00:10.161 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:33:25 +0000 (0:00:00.040) 0:00:10.202 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:33:25 +0000 (0:00:00.022) 0:00:10.225 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:33:25 +0000 (0:00:00.039) 0:00:10.264 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:33:25 +0000 (0:00:00.022) 0:00:10.287 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003616", "end": "2024-02-20 20:33:25.400559", "rc": 0, "start": "2024-02-20 20:33:25.396943" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:33:25 +0000 (0:00:00.268) 0:00:10.555 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:33:25 +0000 (0:00:00.026) 0:00:10.582 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:33:25 +0000 (0:00:00.039) 0:00:10.621 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:27 Tuesday 20 February 2024 20:33:27 +0000 (0:00:02.086) 0:00:12.707 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:35 Tuesday 20 February 2024 20:33:27 +0000 (0:00:00.038) 0:00:12.746 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:43 Tuesday 20 February 2024 20:33:27 +0000 (0:00:00.029) 0:00:12.775 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009088", "end": "2024-02-20 20:33:27.882186", "rc": 0, "start": "2024-02-20 20:33:27.873098" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:49 Tuesday 20 February 2024 20:33:27 +0000 (0:00:00.281) 0:00:13.057 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:54 Tuesday 20 February 2024 20:33:27 +0000 (0:00:00.014) 0:00:13.071 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:60 Tuesday 20 February 2024 20:33:27 +0000 (0:00:00.038) 0:00:13.110 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:33:28 +0000 (0:00:00.041) 0:00:13.151 ****** 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_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:27 Tuesday 20 February 2024 20:33:28 +0000 (0:00:00.028) 0:00:13.180 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:33:28 +0000 (0:00:00.031) 0:00:13.211 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:33:28 +0000 (0:00:00.039) 0:00:13.250 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003591", "end": "2024-02-20 20:33:28.368438", "rc": 0, "start": "2024-02-20 20:33:28.364847" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:33:28 +0000 (0:00:00.274) 0:00:13.525 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:33:28 +0000 (0:00:00.012) 0:00:13.538 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:29 Tuesday 20 February 2024 20:33:28 +0000 (0:00:00.025) 0:00:13.563 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/assert_device_absent.yml:3 Tuesday 20 February 2024 20:33:28 +0000 (0:00:00.067) 0:00:13.631 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:33:28 +0000 (0:00:00.011) 0:00:13.642 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/assert_device_absent.yml:5 Tuesday 20 February 2024 20:33:28 +0000 (0:00:00.265) 0:00:13.908 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tests_helpers_and_asserts.yml:15 Tuesday 20 February 2024 20:33:28 +0000 (0:00:00.013) 0:00:13.921 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:3 Tuesday 20 February 2024 20:33:28 +0000 (0:00:00.042) 0:00:13.964 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:33:28 +0000 (0:00:00.027) 0:00:13.992 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:33:28 +0000 (0:00:00.040) 0:00:14.032 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003755", "end": "2024-02-20 20:33:29.134608", "rc": 0, "start": "2024-02-20 20:33:29.130853" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:33:29 +0000 (0:00:00.259) 0:00:14.292 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:33:29 +0000 (0:00:00.017) 0:00:14.310 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:5 Tuesday 20 February 2024 20:33:29 +0000 (0:00:00.028) 0:00:14.338 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:33:29 +0000 (0:00:00.023) 0:00:14.362 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:33:29 +0000 (0:00:00.009) 0:00:14.372 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:33:29 +0000 (0:00:00.020) 0:00:14.392 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:33:29 +0000 (0:00:00.020) 0:00:14.413 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:33:29 +0000 (0:00:00.046) 0:00:14.459 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003732", "end": "2024-02-20 20:33:29.632164", "rc": 0, "start": "2024-02-20 20:33:29.628432" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:33:29 +0000 (0:00:00.332) 0:00:14.791 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:33:29 +0000 (0:00:00.028) 0:00:14.820 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:33:29 +0000 (0:00:00.023) 0:00:14.843 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:27 Tuesday 20 February 2024 20:33:31 +0000 (0:00:01.987) 0:00:16.830 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:35 Tuesday 20 February 2024 20:33:31 +0000 (0:00:00.033) 0:00:16.864 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:43 Tuesday 20 February 2024 20:33:31 +0000 (0:00:00.012) 0:00:16.876 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:49 Tuesday 20 February 2024 20:33:31 +0000 (0:00:00.009) 0:00:16.886 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:54 Tuesday 20 February 2024 20:33:31 +0000 (0:00:00.009) 0:00:16.895 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:60 Tuesday 20 February 2024 20:33:31 +0000 (0:00:00.019) 0:00:16.915 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:33:31 +0000 (0:00:00.013) 0:00:16.928 ****** 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_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:9 Tuesday 20 February 2024 20:33:31 +0000 (0:00:00.017) 0:00:16.946 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:33:31 +0000 (0:00:00.024) 0:00:16.970 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:33:31 +0000 (0:00:00.010) 0:00:16.981 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003645", "end": "2024-02-20 20:33:32.077510", "rc": 0, "start": "2024-02-20 20:33:32.073865" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:33:32 +0000 (0:00:00.244) 0:00:17.226 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:33:32 +0000 (0:00:00.010) 0:00:17.236 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:11 Tuesday 20 February 2024 20:33:32 +0000 (0:00:00.009) 0:00:17.246 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/assert_device_absent.yml:3 Tuesday 20 February 2024 20:33:32 +0000 (0:00:00.014) 0:00:17.260 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:33:32 +0000 (0:00:00.010) 0:00:17.270 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/assert_device_absent.yml:5 Tuesday 20 February 2024 20:33:32 +0000 (0:00:00.237) 0:00:17.508 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:14 Tuesday 20 February 2024 20:33:32 +0000 (0:00:00.021) 0:00:17.530 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:33:32 +0000 (0:00:00.022) 0:00:17.552 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:33:32 +0000 (0:00:00.015) 0:00:17.568 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:33:32 +0000 (0:00:00.012) 0:00:17.580 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:33:32 +0000 (0:00:00.019) 0:00:17.599 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:33:32 +0000 (0:00:00.024) 0:00:17.624 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003699", "end": "2024-02-20 20:33:32.745102", "rc": 0, "start": "2024-02-20 20:33:32.741403" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:33:32 +0000 (0:00:00.269) 0:00:17.893 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:33:32 +0000 (0:00:00.019) 0:00:17.913 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:33:32 +0000 (0:00:00.015) 0:00:17.928 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:27 Tuesday 20 February 2024 20:33:34 +0000 (0:00:02.015) 0:00:19.944 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:35 Tuesday 20 February 2024 20:33:34 +0000 (0:00:00.029) 0:00:19.974 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:43 Tuesday 20 February 2024 20:33:34 +0000 (0:00:00.021) 0:00:19.995 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:49 Tuesday 20 February 2024 20:33:34 +0000 (0:00:00.017) 0:00:20.013 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.109446", "end": "2024-02-20 20:33:35.232032", "rc": 0, "start": "2024-02-20 20:33:35.122586" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:54 Tuesday 20 February 2024 20:33:35 +0000 (0:00:00.395) 0:00:20.408 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:60 Tuesday 20 February 2024 20:33:35 +0000 (0:00:00.017) 0:00:20.426 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:33:35 +0000 (0:00:00.017) 0:00:20.443 ****** 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_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:18 Tuesday 20 February 2024 20:33:35 +0000 (0:00:00.016) 0:00:20.460 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:33:35 +0000 (0:00:00.022) 0:00:20.482 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:33:35 +0000 (0:00:00.022) 0:00:20.505 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003935", "end": "2024-02-20 20:33:35.600011", "rc": 0, "start": "2024-02-20 20:33:35.596076" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:33:35 +0000 (0:00:00.251) 0:00:20.756 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:33:35 +0000 (0:00:00.017) 0:00:20.774 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:20 Tuesday 20 February 2024 20:33:35 +0000 (0:00:00.057) 0:00:20.831 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/assert_device_present.yml:3 Tuesday 20 February 2024 20:33:35 +0000 (0:00:00.066) 0:00:20.898 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:33:35 +0000 (0:00:00.031) 0:00:20.929 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1708461215.2288127, "block_size": 4096, "blocks": 0, "ctime": 1708461215.2288127, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31689, "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": 1708461215.2288127, "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_hotfixq_kpr53i/tests/tasks/assert_device_present.yml:5 Tuesday 20 February 2024 20:33:36 +0000 (0:00:00.298) 0:00:21.228 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:23 Tuesday 20 February 2024 20:33:36 +0000 (0:00:00.023) 0:00:21.251 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:33:36 +0000 (0:00:00.034) 0:00:21.286 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:33:36 +0000 (0:00:00.025) 0:00:21.311 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:33:36 +0000 (0:00:00.012) 0:00:21.323 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:33:36 +0000 (0:00:00.011) 0:00:21.335 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:33:36 +0000 (0:00:00.010) 0:00:21.345 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003664", "end": "2024-02-20 20:33:36.432337", "rc": 0, "start": "2024-02-20 20:33:36.428673" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:33:36 +0000 (0:00:00.240) 0:00:21.586 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:33:36 +0000 (0:00:00.013) 0:00:21.599 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:33:36 +0000 (0:00:00.026) 0:00:21.626 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:27 Tuesday 20 February 2024 20:33:38 +0000 (0:00:02.378) 0:00:24.004 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:35 Tuesday 20 February 2024 20:33:38 +0000 (0:00:00.019) 0:00:24.024 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:43 Tuesday 20 February 2024 20:33:38 +0000 (0:00:00.013) 0:00:24.037 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:49 Tuesday 20 February 2024 20:33:38 +0000 (0:00:00.040) 0:00:24.077 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:54 Tuesday 20 February 2024 20:33:38 +0000 (0:00:00.015) 0:00:24.093 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.017587", "end": "2024-02-20 20:33:39.235273", "rc": 0, "start": "2024-02-20 20:33:39.217686" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:60 Tuesday 20 February 2024 20:33:39 +0000 (0:00:00.301) 0:00:24.394 ****** 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_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:33:39 +0000 (0:00:00.021) 0:00:24.415 ****** 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_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:27 Tuesday 20 February 2024 20:33:39 +0000 (0:00:00.010) 0:00:24.426 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:33:39 +0000 (0:00:00.036) 0:00:24.462 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:33:39 +0000 (0:00:00.057) 0:00:24.520 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003753", "end": "2024-02-20 20:33:39.621434", "rc": 0, "start": "2024-02-20 20:33:39.617681" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:33:39 +0000 (0:00:00.254) 0:00:24.774 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:33:39 +0000 (0:00:00.026) 0:00:24.801 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/create_and_remove_interface.yml:29 Tuesday 20 February 2024 20:33:39 +0000 (0:00:00.014) 0:00:24.815 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/assert_device_absent.yml:3 Tuesday 20 February 2024 20:33:39 +0000 (0:00:00.034) 0:00:24.850 ****** included: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:33:39 +0000 (0:00:00.021) 0:00:24.871 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/assert_device_absent.yml:5 Tuesday 20 February 2024 20:33:40 +0000 (0:00:00.272) 0:00:25.144 ****** 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 Tuesday 20 February 2024 20:33:40 +0000 (0:00:00.079) 0:00:25.223 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.38s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.12s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.09s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.06s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.02s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.99s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.03s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.79s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:27 Set up veth as managed by NetworkManager -------------------------------- 0.47s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:35 Gather the minimum subset of ansible_facts required by the network role test --- 0.41s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/el_repo_setup.yml:3 --------- Create dummy interface dummy1298 ---------------------------------------- 0.40s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.33s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Get stat for interface veth1298 ----------------------------------------- 0.31s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Delete dummy interface dummy1298 ---------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:54 Get stat for interface dummy1298 ---------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/el_repo_setup.yml:17 -------- Delete veth interface veth1298 ------------------------------------------ 0.28s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/tests/tasks/manage_test_interface.yml:43 Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfixq_kpr53i/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. ---^---^---^---^---^---