# 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_hotfix8v0f5jj7/.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_hotfix8v0f5jj7/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_hotfix8v0f5jj7/tests/tests_helpers_and_asserts.yml:3 Tuesday 05 March 2024 21:14:44 +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_hotfix8v0f5jj7/tests/tests_helpers_and_asserts.yml:6 Tuesday 05 March 2024 21:14:45 +0000 (0:00:00.969) 0:00:01.002 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/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_hotfix8v0f5jj7/tests/tasks/el_repo_setup.yml:3 Tuesday 05 March 2024 21:14:45 +0000 (0:00:00.012) 0:00:01.015 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/el_repo_setup.yml:17 Tuesday 05 March 2024 21:14:45 +0000 (0:00:00.359) 0:00:01.375 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/el_repo_setup.yml:22 Tuesday 05 March 2024 21:14:45 +0000 (0:00:00.278) 0:00:01.654 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/el_repo_setup.yml:26 Tuesday 05 March 2024 21:14:45 +0000 (0:00:00.048) 0:00:01.702 ********* 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_hotfix8v0f5jj7/tests/tasks/el_repo_setup.yml:51 Tuesday 05 March 2024 21:14:45 +0000 (0:00:00.025) 0:00:01.727 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/enable_epel.yml:8 Tuesday 05 March 2024 21:14:45 +0000 (0:00:00.027) 0:00:01.754 ********* 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_hotfix8v0f5jj7/tests/tasks/enable_epel.yml:24 Tuesday 05 March 2024 21:14:45 +0000 (0:00:00.012) 0:00:01.767 ********* 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_hotfix8v0f5jj7/tests/tasks/enable_epel.yml:30 Tuesday 05 March 2024 21:14:45 +0000 (0:00:00.013) 0:00:01.781 ********* 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_hotfix8v0f5jj7/tests/tasks/enable_epel.yml:35 Tuesday 05 March 2024 21:14:45 +0000 (0:00:00.044) 0:00:01.825 ********* 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_hotfix8v0f5jj7/tests/tasks/enable_epel.yml:40 Tuesday 05 March 2024 21:14:45 +0000 (0:00:00.012) 0:00:01.837 ********* 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_hotfix8v0f5jj7/tests/tests_helpers_and_asserts.yml:9 Tuesday 05 March 2024 21:14:45 +0000 (0:00:00.023) 0:00:01.861 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:3 Tuesday 05 March 2024 21:14:46 +0000 (0:00:00.042) 0:00:01.904 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:46 +0000 (0:00:00.027) 0:00:01.931 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:46 +0000 (0:00:00.026) 0:00:01.958 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003791", "end": "2024-03-05 21:14:46.432816", "rc": 0, "start": "2024-03-05 21:14:46.429025" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:46 +0000 (0:00:00.414) 0:00:02.372 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:46 +0000 (0:00:00.022) 0:00:02.395 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:5 Tuesday 05 March 2024 21:14:46 +0000 (0:00:00.023) 0:00:02.418 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:3 Tuesday 05 March 2024 21:14:46 +0000 (0:00:00.022) 0:00:02.441 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:8 Tuesday 05 March 2024 21:14:46 +0000 (0:00:00.016) 0:00:02.457 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:13 Tuesday 05 March 2024 21:14:46 +0000 (0:00:00.023) 0:00:02.481 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:46 +0000 (0:00:00.065) 0:00:02.546 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:46 +0000 (0:00:00.035) 0:00:02.582 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003677", "end": "2024-03-05 21:14:46.903656", "rc": 0, "start": "2024-03-05 21:14:46.899979" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:46 +0000 (0:00:00.225) 0:00:02.807 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:46 +0000 (0:00:00.010) 0:00:02.817 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:16 Tuesday 05 March 2024 21:14:46 +0000 (0:00:00.009) 0:00:02.826 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:27 Tuesday 05 March 2024 21:14:49 +0000 (0:00:02.393) 0:00:05.220 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:35 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.013) 0:00:05.233 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:43 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.009) 0:00:05.243 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:49 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.009) 0:00:05.252 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:54 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.009) 0:00:05.262 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:60 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.008) 0:00:05.270 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:65 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.008) 0:00:05.278 ********* 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_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:9 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.010) 0:00:05.288 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.016) 0:00:05.305 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.012) 0:00:05.317 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003644", "end": "2024-03-05 21:14:49.621015", "rc": 0, "start": "2024-03-05 21:14:49.617371" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.205) 0:00:05.523 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.009) 0:00:05.533 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:11 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.008) 0:00:05.541 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/assert_device_absent.yml:3 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.013) 0:00:05.555 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.012) 0:00:05.567 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/assert_device_absent.yml:5 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.201) 0:00:05.768 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:14 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.011) 0:00:05.779 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:3 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.015) 0:00:05.794 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:8 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.007) 0:00:05.802 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:13 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.007) 0:00:05.809 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.010) 0:00:05.819 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:49 +0000 (0:00:00.010) 0:00:05.830 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003566", "end": "2024-03-05 21:14:50.132186", "rc": 0, "start": "2024-03-05 21:14:50.128620" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:50 +0000 (0:00:00.218) 0:00:06.048 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:50 +0000 (0:00:00.013) 0:00:06.062 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:16 Tuesday 05 March 2024 21:14:50 +0000 (0:00:00.016) 0:00:06.078 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:27 Tuesday 05 March 2024 21:14:52 +0000 (0:00:02.232) 0:00:08.311 ********* 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.006120", "end": "2024-03-05 21:14:52.650844", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-05 21:14:52.644724" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004021", "end": "2024-03-05 21:14:52.908024", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-05 21:14:52.904003" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004232", "end": "2024-03-05 21:14:53.117790", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-05 21:14:53.113558" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:35 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.711) 0:00:09.022 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022595", "end": "2024-03-05 21:14:53.344321", "rc": 0, "start": "2024-03-05 21:14:53.321726" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:43 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.236) 0:00:09.259 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:49 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.010) 0:00:09.269 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:54 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.027) 0:00:09.297 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:60 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.018) 0:00:09.315 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:65 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.017) 0:00:09.333 ********* 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_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:18 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.009) 0:00:09.343 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.028) 0:00:09.371 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.024) 0:00:09.396 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003613", "end": "2024-03-05 21:14:53.699349", "rc": 0, "start": "2024-03-05 21:14:53.695736" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.207) 0:00:09.604 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.020) 0:00:09.624 ********* 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_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:20 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.019) 0:00:09.644 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/assert_device_present.yml:3 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.030) 0:00:09.675 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:14:53 +0000 (0:00:00.010) 0:00:09.686 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1709673292.6489472, "block_size": 4096, "blocks": 0, "ctime": 1709673292.6489472, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 35965, "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": 1709673292.6489472, "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_hotfix8v0f5jj7/tests/tasks/assert_device_present.yml:5 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.215) 0:00:09.901 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:23 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.025) 0:00:09.927 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:3 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.023) 0:00:09.950 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:8 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.013) 0:00:09.963 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:13 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.012) 0:00:09.975 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.023) 0:00:09.999 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.017) 0:00:10.016 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003519", "end": "2024-03-05 21:14:54.335263", "rc": 0, "start": "2024-03-05 21:14:54.331744" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.233) 0:00:10.250 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.011) 0:00:10.261 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:16 Tuesday 05 March 2024 21:14:54 +0000 (0:00:00.018) 0:00:10.279 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:27 Tuesday 05 March 2024 21:14:56 +0000 (0:00:02.241) 0:00:12.521 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:35 Tuesday 05 March 2024 21:14:56 +0000 (0:00:00.022) 0:00:12.543 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:43 Tuesday 05 March 2024 21:14:56 +0000 (0:00:00.022) 0:00:12.565 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.007944", "end": "2024-03-05 21:14:56.885129", "rc": 0, "start": "2024-03-05 21:14:56.877185" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:49 Tuesday 05 March 2024 21:14:56 +0000 (0:00:00.245) 0:00:12.811 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:54 Tuesday 05 March 2024 21:14:56 +0000 (0:00:00.017) 0:00:12.828 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:60 Tuesday 05 March 2024 21:14:56 +0000 (0:00:00.019) 0:00:12.848 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:65 Tuesday 05 March 2024 21:14:56 +0000 (0:00:00.015) 0:00:12.863 ********* 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_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:27 Tuesday 05 March 2024 21:14:56 +0000 (0:00:00.009) 0:00:12.873 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.027) 0:00:12.900 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.009) 0:00:12.910 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003609", "end": "2024-03-05 21:14:57.211936", "rc": 0, "start": "2024-03-05 21:14:57.208327" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.205) 0:00:13.116 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.017) 0:00:13.133 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:29 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.015) 0:00:13.148 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/assert_device_absent.yml:3 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.025) 0:00:13.174 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.011) 0:00:13.186 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/assert_device_absent.yml:5 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.209) 0:00:13.395 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tests_helpers_and_asserts.yml:15 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.011) 0:00:13.407 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:3 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.012) 0:00:13.419 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.010) 0:00:13.430 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.011) 0:00:13.442 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003838", "end": "2024-03-05 21:14:57.762003", "rc": 0, "start": "2024-03-05 21:14:57.758165" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.222) 0:00:13.664 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.010) 0:00:13.675 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:5 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.009) 0:00:13.685 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:3 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.015) 0:00:13.700 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:8 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.009) 0:00:13.710 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:13 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.007) 0:00:13.718 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.010) 0:00:13.729 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:57 +0000 (0:00:00.009) 0:00:13.738 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003648", "end": "2024-03-05 21:14:58.040084", "rc": 0, "start": "2024-03-05 21:14:58.036436" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:58 +0000 (0:00:00.204) 0:00:13.942 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:58 +0000 (0:00:00.010) 0:00:13.953 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:16 Tuesday 05 March 2024 21:14:58 +0000 (0:00:00.008) 0:00:13.961 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:27 Tuesday 05 March 2024 21:15:00 +0000 (0:00:02.258) 0:00:16.219 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:35 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.021) 0:00:16.241 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:43 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.017) 0:00:16.258 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:49 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.010) 0:00:16.268 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:54 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.011) 0:00:16.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 dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:60 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.009) 0:00:16.289 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:65 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.015) 0:00:16.305 ********* 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_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:9 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.008) 0:00:16.314 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.014) 0:00:16.328 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.012) 0:00:16.341 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003806", "end": "2024-03-05 21:15:00.643616", "rc": 0, "start": "2024-03-05 21:15:00.639810" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.210) 0:00:16.551 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.011) 0:00:16.563 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:11 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.015) 0:00:16.578 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/assert_device_absent.yml:3 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.014) 0:00:16.593 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.012) 0:00:16.605 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/assert_device_absent.yml:5 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.243) 0:00:16.849 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:14 Tuesday 05 March 2024 21:15:00 +0000 (0:00:00.017) 0:00:16.866 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:3 Tuesday 05 March 2024 21:15:01 +0000 (0:00:00.020) 0:00:16.886 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:8 Tuesday 05 March 2024 21:15:01 +0000 (0:00:00.011) 0:00:16.897 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:13 Tuesday 05 March 2024 21:15:01 +0000 (0:00:00.008) 0:00:16.906 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:15:01 +0000 (0:00:00.012) 0:00:16.919 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:15:01 +0000 (0:00:00.010) 0:00:16.929 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003645", "end": "2024-03-05 21:15:01.233761", "rc": 0, "start": "2024-03-05 21:15:01.230116" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:15:01 +0000 (0:00:00.214) 0:00:17.144 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:15:01 +0000 (0:00:00.012) 0:00:17.157 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:16 Tuesday 05 March 2024 21:15:01 +0000 (0:00:00.011) 0:00:17.168 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:27 Tuesday 05 March 2024 21:15:03 +0000 (0:00:02.264) 0:00:19.432 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:35 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.024) 0:00:19.456 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:43 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.011) 0:00:19.467 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:49 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.012) 0:00:19.480 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.053052", "end": "2024-03-05 21:15:03.840666", "rc": 0, "start": "2024-03-05 21:15:03.787614" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:54 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.281) 0:00:19.762 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:60 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.022) 0:00:19.785 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:65 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.021) 0:00:19.806 ********* 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_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:18 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.022) 0:00:19.829 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.021) 0:00:19.850 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:15:03 +0000 (0:00:00.013) 0:00:19.863 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003631", "end": "2024-03-05 21:15:04.168667", "rc": 0, "start": "2024-03-05 21:15:04.165036" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.208) 0:00:20.071 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.010) 0:00:20.082 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:20 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.009) 0:00:20.091 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/assert_device_present.yml:3 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.023) 0:00:20.115 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.011) 0:00:20.126 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1709673303.837972, "block_size": 4096, "blocks": 0, "ctime": 1709673303.837972, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36297, "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": 1709673303.837972, "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_hotfix8v0f5jj7/tests/tasks/assert_device_present.yml:5 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.201) 0:00:20.328 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:23 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.011) 0:00:20.339 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:3 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.018) 0:00:20.357 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:8 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.007) 0:00:20.365 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:13 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.007) 0:00:20.372 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.010) 0:00:20.383 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.009) 0:00:20.392 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003694", "end": "2024-03-05 21:15:04.696786", "rc": 0, "start": "2024-03-05 21:15:04.693092" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.209) 0:00:20.601 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.010) 0:00:20.611 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:16 Tuesday 05 March 2024 21:15:04 +0000 (0:00:00.009) 0:00:20.621 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:27 Tuesday 05 March 2024 21:15:07 +0000 (0:00:02.279) 0:00:22.900 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:35 Tuesday 05 March 2024 21:15:07 +0000 (0:00:00.017) 0:00:22.918 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:43 Tuesday 05 March 2024 21:15:07 +0000 (0:00:00.008) 0:00:22.926 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:49 Tuesday 05 March 2024 21:15:07 +0000 (0:00:00.007) 0:00:22.934 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:54 Tuesday 05 March 2024 21:15:07 +0000 (0:00:00.008) 0:00:22.942 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007742", "end": "2024-03-05 21:15:07.253795", "rc": 0, "start": "2024-03-05 21:15:07.246053" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:60 Tuesday 05 March 2024 21:15:07 +0000 (0:00:00.221) 0:00:23.164 ********* 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_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:65 Tuesday 05 March 2024 21:15:07 +0000 (0:00:00.009) 0:00:23.174 ********* 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_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:27 Tuesday 05 March 2024 21:15:07 +0000 (0:00:00.008) 0:00:23.182 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:15:07 +0000 (0:00:00.033) 0:00:23.216 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:15:07 +0000 (0:00:00.009) 0:00:23.225 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003728", "end": "2024-03-05 21:15:07.530221", "rc": 0, "start": "2024-03-05 21:15:07.526493" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:15:07 +0000 (0:00:00.207) 0:00:23.433 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:15:07 +0000 (0:00:00.011) 0:00:23.444 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/create_and_remove_interface.yml:29 Tuesday 05 March 2024 21:15:07 +0000 (0:00:00.012) 0:00:23.456 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/assert_device_absent.yml:3 Tuesday 05 March 2024 21:15:07 +0000 (0:00:00.019) 0:00:23.476 ********* included: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:15:07 +0000 (0:00:00.010) 0:00:23.486 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/assert_device_absent.yml:5 Tuesday 05 March 2024 21:15:07 +0000 (0:00:00.200) 0:00:23.687 ********* 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 05 March 2024 21:15:07 +0000 (0:00:00.014) 0:00:23.701 ********* =============================================================================== Install iproute --------------------------------------------------------- 2.39s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.28s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.26s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.26s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.24s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.23s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.97s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.71s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:27 Gather current interface info ------------------------------------------- 0.41s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/el_repo_setup.yml:3 --------- Create dummy interface dummy1298 ---------------------------------------- 0.28s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:49 Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/el_repo_setup.yml:17 -------- Delete veth interface veth1298 ------------------------------------------ 0.25s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:43 Get stat for interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_interface_stat.yml:3 ---- Set up veth as managed by NetworkManager -------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:35 Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/get_current_interfaces.yml:3 Delete dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfix8v0f5jj7/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. ---^---^---^---^---^---