# 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_hotfixvon9mcwy/.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_hotfixvon9mcwy/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_hotfixvon9mcwy/tests/tests_helpers_and_asserts.yml:3 Tuesday 12 March 2024 22:00:20 +0000 (0:00:00.035) 0:00:00.035 ********* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tests_helpers_and_asserts.yml:6 Tuesday 12 March 2024 22:00:20 +0000 (0:00:00.833) 0:00:00.869 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/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_hotfixvon9mcwy/tests/tasks/el_repo_setup.yml:3 Tuesday 12 March 2024 22:00:20 +0000 (0:00:00.012) 0:00:00.881 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/el_repo_setup.yml:17 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.363) 0:00:01.245 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/el_repo_setup.yml:22 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.256) 0:00:01.502 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/el_repo_setup.yml:26 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.015) 0:00:01.517 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/el_repo_setup.yml:51 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.008) 0:00:01.526 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/enable_epel.yml:8 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.021) 0:00:01.547 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/enable_epel.yml:24 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.010) 0:00:01.558 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/enable_epel.yml:30 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.007) 0:00:01.566 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/enable_epel.yml:35 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.011) 0:00:01.577 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/enable_epel.yml:40 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.008) 0:00:01.586 ********* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tests_helpers_and_asserts.yml:9 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.007) 0:00:01.593 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:3 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.011) 0:00:01.605 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.009) 0:00:01.615 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.009) 0:00:01.624 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003627", "end": "2024-03-12 22:00:21.884202", "rc": 0, "start": "2024-03-12 22:00:21.880575" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.244) 0:00:01.868 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.009) 0:00:01.878 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:5 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.009) 0:00:01.887 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.013) 0:00:01.901 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.007) 0:00:01.909 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.007) 0:00:01.916 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.010) 0:00:01.926 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 22:00:21 +0000 (0:00:00.010) 0:00:01.936 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003792", "end": "2024-03-12 22:00:22.140526", "rc": 0, "start": "2024-03-12 22:00:22.136734" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 22:00:22 +0000 (0:00:00.188) 0:00:02.125 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 22:00:22 +0000 (0:00:00.009) 0:00:02.135 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 22:00:22 +0000 (0:00:00.008) 0:00:02.143 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:27 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.967) 0:00:03.111 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:35 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.019) 0:00:03.130 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:43 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.012) 0:00:03.143 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:49 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.010) 0:00:03.154 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:54 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.010) 0:00:03.164 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:60 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.009) 0:00:03.174 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.008) 0:00:03.183 ********* 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_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:9 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.008) 0:00:03.192 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.013) 0:00:03.205 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.009) 0:00:03.215 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003563", "end": "2024-03-12 22:00:23.418515", "rc": 0, "start": "2024-03-12 22:00:23.414952" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.188) 0:00:03.403 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.011) 0:00:03.414 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:11 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.013) 0:00:03.428 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/assert_device_absent.yml:3 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.024) 0:00:03.453 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.013) 0:00:03.466 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/assert_device_absent.yml:5 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.198) 0:00:03.664 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:14 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.010) 0:00:03.675 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.015) 0:00:03.691 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.007) 0:00:03.699 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.007) 0:00:03.706 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.010) 0:00:03.717 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.009) 0:00:03.726 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003393", "end": "2024-03-12 22:00:23.927256", "rc": 0, "start": "2024-03-12 22:00:23.923863" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.187) 0:00:03.913 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.009) 0:00:03.923 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 22:00:23 +0000 (0:00:00.010) 0:00:03.934 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:27 Tuesday 12 March 2024 22:00:24 +0000 (0:00:00.848) 0:00:04.783 ********* 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.010777", "end": "2024-03-12 22:00:25.016982", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-12 22:00:25.006205" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003586", "end": "2024-03-12 22:00:25.235706", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-12 22:00:25.232120" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004073", "end": "2024-03-12 22:00:25.428920", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-12 22:00:25.424847" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:35 Tuesday 12 March 2024 22:00:25 +0000 (0:00:00.631) 0:00:05.414 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022614", "end": "2024-03-12 22:00:25.645277", "rc": 0, "start": "2024-03-12 22:00:25.622663" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:43 Tuesday 12 March 2024 22:00:25 +0000 (0:00:00.216) 0:00:05.631 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:49 Tuesday 12 March 2024 22:00:25 +0000 (0:00:00.008) 0:00:05.639 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:54 Tuesday 12 March 2024 22:00:25 +0000 (0:00:00.009) 0:00:05.648 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:60 Tuesday 12 March 2024 22:00:25 +0000 (0:00:00.008) 0:00:05.657 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 22:00:25 +0000 (0:00:00.008) 0:00:05.666 ********* 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_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:18 Tuesday 12 March 2024 22:00:25 +0000 (0:00:00.008) 0:00:05.674 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 22:00:25 +0000 (0:00:00.017) 0:00:05.692 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 22:00:25 +0000 (0:00:00.009) 0:00:05.701 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003521", "end": "2024-03-12 22:00:25.906610", "rc": 0, "start": "2024-03-12 22:00:25.903089" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 22:00:25 +0000 (0:00:00.190) 0:00:05.892 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 22:00:25 +0000 (0:00:00.009) 0:00:05.902 ********* 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_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:20 Tuesday 12 March 2024 22:00:25 +0000 (0:00:00.009) 0:00:05.911 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/assert_device_present.yml:3 Tuesday 12 March 2024 22:00:25 +0000 (0:00:00.016) 0:00:05.927 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 22:00:25 +0000 (0:00:00.009) 0:00:05.937 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1710280825.0102348, "block_size": 4096, "blocks": 0, "ctime": 1710280825.0102348, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32386, "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": 1710280825.0102348, "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_hotfixvon9mcwy/tests/tasks/assert_device_present.yml:5 Tuesday 12 March 2024 22:00:26 +0000 (0:00:00.187) 0:00:06.125 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:23 Tuesday 12 March 2024 22:00:26 +0000 (0:00:00.010) 0:00:06.136 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 22:00:26 +0000 (0:00:00.017) 0:00:06.154 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 22:00:26 +0000 (0:00:00.007) 0:00:06.161 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 22:00:26 +0000 (0:00:00.007) 0:00:06.168 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 22:00:26 +0000 (0:00:00.010) 0:00:06.179 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 22:00:26 +0000 (0:00:00.009) 0:00:06.188 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003441", "end": "2024-03-12 22:00:26.391806", "rc": 0, "start": "2024-03-12 22:00:26.388365" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 22:00:26 +0000 (0:00:00.189) 0:00:06.377 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 22:00:26 +0000 (0:00:00.016) 0:00:06.394 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 22:00:26 +0000 (0:00:00.011) 0:00:06.405 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:27 Tuesday 12 March 2024 22:00:27 +0000 (0:00:00.853) 0:00:07.259 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:35 Tuesday 12 March 2024 22:00:27 +0000 (0:00:00.014) 0:00:07.273 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:43 Tuesday 12 March 2024 22:00:27 +0000 (0:00:00.008) 0:00:07.282 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008172", "end": "2024-03-12 22:00:27.495113", "rc": 0, "start": "2024-03-12 22:00:27.486941" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:49 Tuesday 12 March 2024 22:00:27 +0000 (0:00:00.203) 0:00:07.485 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:54 Tuesday 12 March 2024 22:00:27 +0000 (0:00:00.010) 0:00:07.496 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:60 Tuesday 12 March 2024 22:00:27 +0000 (0:00:00.010) 0:00:07.506 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 22:00:27 +0000 (0:00:00.009) 0:00:07.516 ********* 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_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:27 Tuesday 12 March 2024 22:00:27 +0000 (0:00:00.012) 0:00:07.528 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 22:00:27 +0000 (0:00:00.020) 0:00:07.548 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 22:00:27 +0000 (0:00:00.009) 0:00:07.557 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003698", "end": "2024-03-12 22:00:27.762975", "rc": 0, "start": "2024-03-12 22:00:27.759277" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 22:00:27 +0000 (0:00:00.196) 0:00:07.754 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 22:00:27 +0000 (0:00:00.019) 0:00:07.773 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:29 Tuesday 12 March 2024 22:00:27 +0000 (0:00:00.037) 0:00:07.811 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/assert_device_absent.yml:3 Tuesday 12 March 2024 22:00:27 +0000 (0:00:00.044) 0:00:07.855 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 22:00:27 +0000 (0:00:00.031) 0:00:07.886 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/assert_device_absent.yml:5 Tuesday 12 March 2024 22:00:28 +0000 (0:00:00.198) 0:00:08.085 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tests_helpers_and_asserts.yml:15 Tuesday 12 March 2024 22:00:28 +0000 (0:00:00.053) 0:00:08.138 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:3 Tuesday 12 March 2024 22:00:28 +0000 (0:00:00.015) 0:00:08.154 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 22:00:28 +0000 (0:00:00.016) 0:00:08.170 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 22:00:28 +0000 (0:00:00.009) 0:00:08.180 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003530", "end": "2024-03-12 22:00:28.384039", "rc": 0, "start": "2024-03-12 22:00:28.380509" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 22:00:28 +0000 (0:00:00.190) 0:00:08.371 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 22:00:28 +0000 (0:00:00.015) 0:00:08.387 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:5 Tuesday 12 March 2024 22:00:28 +0000 (0:00:00.009) 0:00:08.397 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 22:00:28 +0000 (0:00:00.021) 0:00:08.418 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 22:00:28 +0000 (0:00:00.019) 0:00:08.437 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 22:00:28 +0000 (0:00:00.015) 0:00:08.453 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 22:00:28 +0000 (0:00:00.014) 0:00:08.468 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 22:00:28 +0000 (0:00:00.017) 0:00:08.486 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003553", "end": "2024-03-12 22:00:28.695412", "rc": 0, "start": "2024-03-12 22:00:28.691859" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 22:00:28 +0000 (0:00:00.202) 0:00:08.689 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 22:00:28 +0000 (0:00:00.011) 0:00:08.700 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 22:00:28 +0000 (0:00:00.011) 0:00:08.711 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:27 Tuesday 12 March 2024 22:00:29 +0000 (0:00:00.851) 0:00:09.562 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:35 Tuesday 12 March 2024 22:00:29 +0000 (0:00:00.014) 0:00:09.577 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:43 Tuesday 12 March 2024 22:00:29 +0000 (0:00:00.008) 0:00:09.586 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:49 Tuesday 12 March 2024 22:00:29 +0000 (0:00:00.008) 0:00:09.595 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:54 Tuesday 12 March 2024 22:00:29 +0000 (0:00:00.007) 0:00:09.603 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:60 Tuesday 12 March 2024 22:00:29 +0000 (0:00:00.011) 0:00:09.614 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 22:00:29 +0000 (0:00:00.008) 0:00:09.623 ********* 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_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:9 Tuesday 12 March 2024 22:00:29 +0000 (0:00:00.008) 0:00:09.631 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 22:00:29 +0000 (0:00:00.012) 0:00:09.644 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 22:00:29 +0000 (0:00:00.009) 0:00:09.654 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003620", "end": "2024-03-12 22:00:29.859019", "rc": 0, "start": "2024-03-12 22:00:29.855399" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 22:00:29 +0000 (0:00:00.190) 0:00:09.844 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 22:00:29 +0000 (0:00:00.010) 0:00:09.855 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:11 Tuesday 12 March 2024 22:00:29 +0000 (0:00:00.009) 0:00:09.865 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/assert_device_absent.yml:3 Tuesday 12 March 2024 22:00:29 +0000 (0:00:00.012) 0:00:09.878 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 22:00:29 +0000 (0:00:00.009) 0:00:09.887 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/assert_device_absent.yml:5 Tuesday 12 March 2024 22:00:30 +0000 (0:00:00.191) 0:00:10.079 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:14 Tuesday 12 March 2024 22:00:30 +0000 (0:00:00.011) 0:00:10.090 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 22:00:30 +0000 (0:00:00.016) 0:00:10.107 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 22:00:30 +0000 (0:00:00.008) 0:00:10.115 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 22:00:30 +0000 (0:00:00.007) 0:00:10.123 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 22:00:30 +0000 (0:00:00.010) 0:00:10.134 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 22:00:30 +0000 (0:00:00.009) 0:00:10.144 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003527", "end": "2024-03-12 22:00:30.351500", "rc": 0, "start": "2024-03-12 22:00:30.347973" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 22:00:30 +0000 (0:00:00.193) 0:00:10.338 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 22:00:30 +0000 (0:00:00.009) 0:00:10.347 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 22:00:30 +0000 (0:00:00.009) 0:00:10.357 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:27 Tuesday 12 March 2024 22:00:31 +0000 (0:00:00.869) 0:00:11.227 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:35 Tuesday 12 March 2024 22:00:31 +0000 (0:00:00.015) 0:00:11.242 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:43 Tuesday 12 March 2024 22:00:31 +0000 (0:00:00.010) 0:00:11.253 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:49 Tuesday 12 March 2024 22:00:31 +0000 (0:00:00.009) 0:00:11.263 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.080977", "end": "2024-03-12 22:00:31.546488", "rc": 0, "start": "2024-03-12 22:00:31.465511" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:54 Tuesday 12 March 2024 22:00:31 +0000 (0:00:00.275) 0:00:11.539 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:60 Tuesday 12 March 2024 22:00:31 +0000 (0:00:00.009) 0:00:11.548 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 22:00:31 +0000 (0:00:00.010) 0:00:11.559 ********* 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_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:18 Tuesday 12 March 2024 22:00:31 +0000 (0:00:00.007) 0:00:11.567 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 22:00:31 +0000 (0:00:00.015) 0:00:11.583 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 22:00:31 +0000 (0:00:00.009) 0:00:11.592 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003338", "end": "2024-03-12 22:00:31.794364", "rc": 0, "start": "2024-03-12 22:00:31.791026" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 22:00:31 +0000 (0:00:00.186) 0:00:11.779 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 22:00:31 +0000 (0:00:00.010) 0:00:11.789 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:20 Tuesday 12 March 2024 22:00:31 +0000 (0:00:00.009) 0:00:11.798 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/assert_device_present.yml:3 Tuesday 12 March 2024 22:00:31 +0000 (0:00:00.016) 0:00:11.815 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 22:00:31 +0000 (0:00:00.010) 0:00:11.825 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1710280831.5427651, "block_size": 4096, "blocks": 0, "ctime": 1710280831.5427651, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32714, "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": 1710280831.5427651, "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_hotfixvon9mcwy/tests/tasks/assert_device_present.yml:5 Tuesday 12 March 2024 22:00:32 +0000 (0:00:00.188) 0:00:12.013 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:23 Tuesday 12 March 2024 22:00:32 +0000 (0:00:00.011) 0:00:12.024 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:3 Tuesday 12 March 2024 22:00:32 +0000 (0:00:00.020) 0:00:12.045 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:8 Tuesday 12 March 2024 22:00:32 +0000 (0:00:00.010) 0:00:12.056 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:13 Tuesday 12 March 2024 22:00:32 +0000 (0:00:00.008) 0:00:12.064 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 22:00:32 +0000 (0:00:00.013) 0:00:12.077 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 22:00:32 +0000 (0:00:00.027) 0:00:12.105 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003581", "end": "2024-03-12 22:00:32.326592", "rc": 0, "start": "2024-03-12 22:00:32.323011" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 22:00:32 +0000 (0:00:00.206) 0:00:12.311 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 22:00:32 +0000 (0:00:00.009) 0:00:12.321 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:16 Tuesday 12 March 2024 22:00:32 +0000 (0:00:00.008) 0:00:12.330 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:27 Tuesday 12 March 2024 22:00:33 +0000 (0:00:00.858) 0:00:13.189 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:35 Tuesday 12 March 2024 22:00:33 +0000 (0:00:00.016) 0:00:13.205 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:43 Tuesday 12 March 2024 22:00:33 +0000 (0:00:00.009) 0:00:13.215 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:49 Tuesday 12 March 2024 22:00:33 +0000 (0:00:00.010) 0:00:13.226 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:54 Tuesday 12 March 2024 22:00:33 +0000 (0:00:00.009) 0:00:13.236 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007564", "end": "2024-03-12 22:00:33.446030", "rc": 0, "start": "2024-03-12 22:00:33.438466" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:60 Tuesday 12 March 2024 22:00:33 +0000 (0:00:00.202) 0:00:13.439 ********* 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_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:65 Tuesday 12 March 2024 22:00:33 +0000 (0:00:00.010) 0:00:13.449 ********* 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_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:27 Tuesday 12 March 2024 22:00:33 +0000 (0:00:00.010) 0:00:13.460 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:3 Tuesday 12 March 2024 22:00:33 +0000 (0:00:00.028) 0:00:13.488 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Tuesday 12 March 2024 22:00:33 +0000 (0:00:00.022) 0:00:13.510 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003642", "end": "2024-03-12 22:00:33.714782", "rc": 0, "start": "2024-03-12 22:00:33.711140" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:9 Tuesday 12 March 2024 22:00:33 +0000 (0:00:00.211) 0:00:13.722 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/show_interfaces.yml:5 Tuesday 12 March 2024 22:00:33 +0000 (0:00:00.012) 0:00:13.734 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/create_and_remove_interface.yml:29 Tuesday 12 March 2024 22:00:33 +0000 (0:00:00.013) 0:00:13.748 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/assert_device_absent.yml:3 Tuesday 12 March 2024 22:00:33 +0000 (0:00:00.028) 0:00:13.776 ********* included: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_interface_stat.yml:3 Tuesday 12 March 2024 22:00:33 +0000 (0:00:00.010) 0:00:13.787 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/assert_device_absent.yml:5 Tuesday 12 March 2024 22:00:34 +0000 (0:00:00.193) 0:00:13.980 ********* 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 12 March 2024 22:00:34 +0000 (0:00:00.016) 0:00:13.996 ********* =============================================================================== Install iproute --------------------------------------------------------- 0.97s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.87s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.86s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.83s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.63s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/el_repo_setup.yml:3 --------- Create dummy interface dummy1298 ---------------------------------------- 0.28s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:49 Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/el_repo_setup.yml:17 -------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:35 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:43 Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_current_interfaces.yml:3 Get stat for interface veth1298 ----------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_interface_stat.yml:3 ---- Get stat for interface veth1298 ----------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixvon9mcwy/tests/tasks/get_interface_stat.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. ---^---^---^---^---^---