# 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_hotfixh632nbxs/.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_hotfixh632nbxs/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_hotfixh632nbxs/tests/tests_helpers_and_asserts.yml:3 Tuesday 05 March 2024 21:14:17 +0000 (0:00:00.072) 0:00:00.072 ********* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tests_helpers_and_asserts.yml:6 Tuesday 05 March 2024 21:14:18 +0000 (0:00:01.002) 0:00:01.075 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/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_hotfixh632nbxs/tests/tasks/el_repo_setup.yml:3 Tuesday 05 March 2024 21:14:18 +0000 (0:00:00.013) 0:00:01.089 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/el_repo_setup.yml:17 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.399) 0:00:01.488 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/el_repo_setup.yml:22 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.394) 0:00:01.882 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/el_repo_setup.yml:26 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.013) 0:00:01.896 ********* 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_hotfixh632nbxs/tests/tasks/el_repo_setup.yml:51 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.016) 0:00:01.912 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/enable_epel.yml:8 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.021) 0:00:01.933 ********* 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_hotfixh632nbxs/tests/tasks/enable_epel.yml:24 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.007) 0:00:01.941 ********* 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_hotfixh632nbxs/tests/tasks/enable_epel.yml:30 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.007) 0:00:01.949 ********* 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_hotfixh632nbxs/tests/tasks/enable_epel.yml:35 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.007) 0:00:01.956 ********* 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_hotfixh632nbxs/tests/tasks/enable_epel.yml:40 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.007) 0:00:01.963 ********* 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_hotfixh632nbxs/tests/tests_helpers_and_asserts.yml:9 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.007) 0:00:01.970 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:3 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.011) 0:00:01.982 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.009) 0:00:01.992 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.009) 0:00:02.001 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003556", "end": "2024-03-05 21:14:19.840695", "rc": 0, "start": "2024-03-05 21:14:19.837139" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.288) 0:00:02.289 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.017) 0:00:02.306 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:5 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.016) 0:00:02.322 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:3 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.015) 0:00:02.338 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:8 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.010) 0:00:02.349 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:13 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.018) 0:00:02.367 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.031) 0:00:02.399 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:19 +0000 (0:00:00.013) 0:00:02.412 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003501", "end": "2024-03-05 21:14:20.222017", "rc": 0, "start": "2024-03-05 21:14:20.218516" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:20 +0000 (0:00:00.261) 0:00:02.674 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:20 +0000 (0:00:00.018) 0:00:02.692 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:16 Tuesday 05 March 2024 21:14:20 +0000 (0:00:00.011) 0:00:02.704 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:27 Tuesday 05 March 2024 21:14:22 +0000 (0:00:02.055) 0:00:04.759 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:35 Tuesday 05 March 2024 21:14:22 +0000 (0:00:00.021) 0:00:04.781 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:43 Tuesday 05 March 2024 21:14:22 +0000 (0:00:00.013) 0:00:04.794 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:49 Tuesday 05 March 2024 21:14:22 +0000 (0:00:00.012) 0:00:04.807 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:54 Tuesday 05 March 2024 21:14:22 +0000 (0:00:00.013) 0:00:04.820 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:60 Tuesday 05 March 2024 21:14:22 +0000 (0:00:00.013) 0:00:04.834 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:65 Tuesday 05 March 2024 21:14:22 +0000 (0:00:00.009) 0:00:04.843 ********* 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_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:9 Tuesday 05 March 2024 21:14:22 +0000 (0:00:00.008) 0:00:04.852 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:22 +0000 (0:00:00.015) 0:00:04.867 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:22 +0000 (0:00:00.011) 0:00:04.879 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003467", "end": "2024-03-05 21:14:22.694805", "rc": 0, "start": "2024-03-05 21:14:22.691338" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:22 +0000 (0:00:00.257) 0:00:05.136 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:22 +0000 (0:00:00.009) 0:00:05.146 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:11 Tuesday 05 March 2024 21:14:22 +0000 (0:00:00.008) 0:00:05.154 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/assert_device_absent.yml:3 Tuesday 05 March 2024 21:14:22 +0000 (0:00:00.013) 0:00:05.168 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:14:22 +0000 (0:00:00.010) 0:00:05.179 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/assert_device_absent.yml:5 Tuesday 05 March 2024 21:14:22 +0000 (0:00:00.224) 0:00:05.403 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:14 Tuesday 05 March 2024 21:14:22 +0000 (0:00:00.010) 0:00:05.413 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:3 Tuesday 05 March 2024 21:14:23 +0000 (0:00:00.015) 0:00:05.429 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:8 Tuesday 05 March 2024 21:14:23 +0000 (0:00:00.007) 0:00:05.436 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:13 Tuesday 05 March 2024 21:14:23 +0000 (0:00:00.007) 0:00:05.443 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:23 +0000 (0:00:00.010) 0:00:05.454 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:23 +0000 (0:00:00.009) 0:00:05.464 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003676", "end": "2024-03-05 21:14:23.250655", "rc": 0, "start": "2024-03-05 21:14:23.246979" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:23 +0000 (0:00:00.228) 0:00:05.692 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:23 +0000 (0:00:00.012) 0:00:05.705 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:16 Tuesday 05 March 2024 21:14:23 +0000 (0:00:00.011) 0:00:05.716 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:27 Tuesday 05 March 2024 21:14:25 +0000 (0:00:01.919) 0:00:07.636 ********* 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.005988", "end": "2024-03-05 21:14:25.426973", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-05 21:14:25.420985" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003642", "end": "2024-03-05 21:14:25.704966", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-05 21:14:25.701324" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004166", "end": "2024-03-05 21:14:25.924526", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-05 21:14:25.920360" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:35 Tuesday 05 March 2024 21:14:25 +0000 (0:00:00.733) 0:00:08.370 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.021250", "end": "2024-03-05 21:14:26.199544", "rc": 0, "start": "2024-03-05 21:14:26.178294" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:43 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.291) 0:00:08.661 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:49 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.010) 0:00:08.672 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:54 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.010) 0:00:08.683 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:60 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.014) 0:00:08.697 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:65 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.009) 0:00:08.706 ********* 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_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:18 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.009) 0:00:08.716 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.016) 0:00:08.733 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.011) 0:00:08.744 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003416", "end": "2024-03-05 21:14:26.530379", "rc": 0, "start": "2024-03-05 21:14:26.526963" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.229) 0:00:08.974 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.014) 0:00:08.989 ********* 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_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:20 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.010) 0:00:08.999 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/assert_device_present.yml:3 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.017) 0:00:09.017 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.010) 0:00:09.027 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1709673265.4250386, "block_size": 4096, "blocks": 0, "ctime": 1709673265.4250386, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33102, "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": 1709673265.4250386, "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_hotfixh632nbxs/tests/tasks/assert_device_present.yml:5 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.254) 0:00:09.282 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:23 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.026) 0:00:09.308 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:3 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.020) 0:00:09.329 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:8 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.008) 0:00:09.338 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:13 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.008) 0:00:09.346 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.012) 0:00:09.359 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:26 +0000 (0:00:00.011) 0:00:09.371 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003411", "end": "2024-03-05 21:14:27.197369", "rc": 0, "start": "2024-03-05 21:14:27.193958" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:27 +0000 (0:00:00.273) 0:00:09.644 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:27 +0000 (0:00:00.009) 0:00:09.654 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:16 Tuesday 05 March 2024 21:14:27 +0000 (0:00:00.016) 0:00:09.670 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:27 Tuesday 05 March 2024 21:14:30 +0000 (0:00:03.108) 0:00:12.779 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:35 Tuesday 05 March 2024 21:14:30 +0000 (0:00:00.015) 0:00:12.794 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:43 Tuesday 05 March 2024 21:14:30 +0000 (0:00:00.009) 0:00:12.803 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008056", "end": "2024-03-05 21:14:30.594850", "rc": 0, "start": "2024-03-05 21:14:30.586794" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:49 Tuesday 05 March 2024 21:14:30 +0000 (0:00:00.244) 0:00:13.047 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:54 Tuesday 05 March 2024 21:14:30 +0000 (0:00:00.008) 0:00:13.056 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:60 Tuesday 05 March 2024 21:14:30 +0000 (0:00:00.008) 0:00:13.064 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:65 Tuesday 05 March 2024 21:14:30 +0000 (0:00:00.009) 0:00:13.074 ********* 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_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:27 Tuesday 05 March 2024 21:14:30 +0000 (0:00:00.007) 0:00:13.081 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:30 +0000 (0:00:00.018) 0:00:13.100 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:30 +0000 (0:00:00.012) 0:00:13.112 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003461", "end": "2024-03-05 21:14:30.897122", "rc": 0, "start": "2024-03-05 21:14:30.893661" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:30 +0000 (0:00:00.227) 0:00:13.340 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:30 +0000 (0:00:00.009) 0:00:13.350 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:29 Tuesday 05 March 2024 21:14:30 +0000 (0:00:00.009) 0:00:13.359 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/assert_device_absent.yml:3 Tuesday 05 March 2024 21:14:30 +0000 (0:00:00.020) 0:00:13.380 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:14:30 +0000 (0:00:00.010) 0:00:13.390 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/assert_device_absent.yml:5 Tuesday 05 March 2024 21:14:31 +0000 (0:00:00.231) 0:00:13.621 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tests_helpers_and_asserts.yml:15 Tuesday 05 March 2024 21:14:31 +0000 (0:00:00.011) 0:00:13.633 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:3 Tuesday 05 March 2024 21:14:31 +0000 (0:00:00.017) 0:00:13.650 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:31 +0000 (0:00:00.014) 0:00:13.665 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:31 +0000 (0:00:00.009) 0:00:13.675 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003498", "end": "2024-03-05 21:14:31.459498", "rc": 0, "start": "2024-03-05 21:14:31.456000" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:31 +0000 (0:00:00.227) 0:00:13.903 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:31 +0000 (0:00:00.012) 0:00:13.916 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:5 Tuesday 05 March 2024 21:14:31 +0000 (0:00:00.010) 0:00:13.926 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:3 Tuesday 05 March 2024 21:14:31 +0000 (0:00:00.024) 0:00:13.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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:8 Tuesday 05 March 2024 21:14:31 +0000 (0:00:00.010) 0:00:13.961 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:13 Tuesday 05 March 2024 21:14:31 +0000 (0:00:00.009) 0:00:13.970 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:31 +0000 (0:00:00.017) 0:00:13.987 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:31 +0000 (0:00:00.017) 0:00:14.005 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003526", "end": "2024-03-05 21:14:31.790252", "rc": 0, "start": "2024-03-05 21:14:31.786726" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:31 +0000 (0:00:00.226) 0:00:14.232 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:31 +0000 (0:00:00.010) 0:00:14.242 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:16 Tuesday 05 March 2024 21:14:31 +0000 (0:00:00.008) 0:00:14.251 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:27 Tuesday 05 March 2024 21:14:34 +0000 (0:00:02.195) 0:00:16.446 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:35 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.014) 0:00:16.460 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:43 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.008) 0:00:16.469 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:49 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.015) 0:00:16.484 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:54 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.010) 0:00:16.495 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:60 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.014) 0:00:16.510 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:65 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.018) 0:00:16.528 ********* 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_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:9 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.009) 0:00:16.537 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.030) 0:00:16.568 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.012) 0:00:16.580 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003727", "end": "2024-03-05 21:14:34.383640", "rc": 0, "start": "2024-03-05 21:14:34.379913" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.251) 0:00:16.832 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.010) 0:00:16.842 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:11 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.009) 0:00:16.852 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/assert_device_absent.yml:3 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.013) 0:00:16.866 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.010) 0:00:16.876 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/assert_device_absent.yml:5 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.231) 0:00:17.108 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:14 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.011) 0:00:17.119 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:3 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.016) 0:00:17.136 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:8 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.008) 0:00:17.145 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:13 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.009) 0:00:17.154 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.012) 0:00:17.166 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.018) 0:00:17.184 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003649", "end": "2024-03-05 21:14:34.973595", "rc": 0, "start": "2024-03-05 21:14:34.969946" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:34 +0000 (0:00:00.234) 0:00:17.419 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:35 +0000 (0:00:00.013) 0:00:17.432 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:16 Tuesday 05 March 2024 21:14:35 +0000 (0:00:00.010) 0:00:17.442 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:27 Tuesday 05 March 2024 21:14:36 +0000 (0:00:01.940) 0:00:19.383 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:35 Tuesday 05 March 2024 21:14:36 +0000 (0:00:00.014) 0:00:19.397 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:43 Tuesday 05 March 2024 21:14:36 +0000 (0:00:00.008) 0:00:19.405 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:49 Tuesday 05 March 2024 21:14:36 +0000 (0:00:00.007) 0:00:19.413 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006555", "end": "2024-03-05 21:14:37.203266", "rc": 0, "start": "2024-03-05 21:14:37.196711" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:54 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.242) 0:00:19.655 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:60 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.009) 0:00:19.665 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:65 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.008) 0:00:19.673 ********* 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_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:18 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.009) 0:00:19.682 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.015) 0:00:19.698 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.009) 0:00:19.707 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003462", "end": "2024-03-05 21:14:37.490988", "rc": 0, "start": "2024-03-05 21:14:37.487526" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.225) 0:00:19.933 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.009) 0:00:19.943 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:20 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.008) 0:00:19.952 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/assert_device_present.yml:3 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.015) 0:00:19.967 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.009) 0:00:19.977 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1709673277.2000363, "block_size": 4096, "blocks": 0, "ctime": 1709673277.2000363, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33395, "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": 1709673277.2000363, "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_hotfixh632nbxs/tests/tasks/assert_device_present.yml:5 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.222) 0:00:20.199 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:23 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.013) 0:00:20.213 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:3 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.019) 0:00:20.233 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:8 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.008) 0:00:20.241 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:13 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.007) 0:00:20.249 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.011) 0:00:20.261 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:37 +0000 (0:00:00.009) 0:00:20.270 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003536", "end": "2024-03-05 21:14:38.055237", "rc": 0, "start": "2024-03-05 21:14:38.051701" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:38 +0000 (0:00:00.229) 0:00:20.500 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:38 +0000 (0:00:00.020) 0:00:20.520 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:16 Tuesday 05 March 2024 21:14:38 +0000 (0:00:00.019) 0:00:20.539 ********* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:27 Tuesday 05 March 2024 21:14:40 +0000 (0:00:01.965) 0:00:22.505 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:35 Tuesday 05 March 2024 21:14:40 +0000 (0:00:00.017) 0:00:22.522 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:43 Tuesday 05 March 2024 21:14:40 +0000 (0:00:00.008) 0:00:22.531 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:49 Tuesday 05 March 2024 21:14:40 +0000 (0:00:00.008) 0:00:22.540 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:54 Tuesday 05 March 2024 21:14:40 +0000 (0:00:00.008) 0:00:22.548 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008177", "end": "2024-03-05 21:14:40.341085", "rc": 0, "start": "2024-03-05 21:14:40.332908" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:60 Tuesday 05 March 2024 21:14:40 +0000 (0:00:00.245) 0:00:22.793 ********* 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_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:65 Tuesday 05 March 2024 21:14:40 +0000 (0:00:00.009) 0:00:22.803 ********* 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_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:27 Tuesday 05 March 2024 21:14:40 +0000 (0:00:00.021) 0:00:22.824 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:3 Tuesday 05 March 2024 21:14:40 +0000 (0:00:00.031) 0:00:22.856 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Tuesday 05 March 2024 21:14:40 +0000 (0:00:00.031) 0:00:22.888 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003510", "end": "2024-03-05 21:14:40.704675", "rc": 0, "start": "2024-03-05 21:14:40.701165" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:9 Tuesday 05 March 2024 21:14:40 +0000 (0:00:00.289) 0:00:23.178 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/show_interfaces.yml:5 Tuesday 05 March 2024 21:14:40 +0000 (0:00:00.010) 0:00:23.188 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/create_and_remove_interface.yml:29 Tuesday 05 March 2024 21:14:40 +0000 (0:00:00.009) 0:00:23.198 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/assert_device_absent.yml:3 Tuesday 05 March 2024 21:14:40 +0000 (0:00:00.035) 0:00:23.234 ********* included: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_interface_stat.yml:3 Tuesday 05 March 2024 21:14:40 +0000 (0:00:00.022) 0:00:23.256 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/assert_device_absent.yml:5 Tuesday 05 March 2024 21:14:41 +0000 (0:00:00.242) 0:00:23.498 ********* 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:14:41 +0000 (0:00:00.017) 0:00:23.515 ********* =============================================================================== Install iproute --------------------------------------------------------- 3.11s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.20s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.06s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.97s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.94s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.92s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.00s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.73s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.40s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/el_repo_setup.yml:3 --------- Check if system is ostree ----------------------------------------------- 0.39s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.29s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:35 Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Get stat for interface veth1298 ----------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/get_current_interfaces.yml:3 Delete dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:54 Delete veth interface veth1298 ------------------------------------------ 0.24s /WORKDIR/git-nm_plugin_hotfixh632nbxs/tests/tasks/manage_test_interface.yml:43 ---^---^---^---^---^--- # 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. ---^---^---^---^---^---