# 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_hotfixeomuuiso/.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_hotfixeomuuiso/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_hotfixeomuuiso/tests/tests_helpers_and_asserts.yml:3 Monday 19 February 2024 22:12:07 +0000 (0:00:00.073) 0:00:00.073 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tests_helpers_and_asserts.yml:6 Monday 19 February 2024 22:12:08 +0000 (0:00:00.940) 0:00:01.014 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/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_hotfixeomuuiso/tests/tasks/el_repo_setup.yml:3 Monday 19 February 2024 22:12:08 +0000 (0:00:00.027) 0:00:01.041 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/el_repo_setup.yml:17 Monday 19 February 2024 22:12:09 +0000 (0:00:00.413) 0:00:01.455 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/el_repo_setup.yml:22 Monday 19 February 2024 22:12:09 +0000 (0:00:00.319) 0:00:01.774 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/el_repo_setup.yml:26 Monday 19 February 2024 22:12:09 +0000 (0:00:00.013) 0:00:01.788 ******* 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_hotfixeomuuiso/tests/tasks/el_repo_setup.yml:51 Monday 19 February 2024 22:12:09 +0000 (0:00:00.063) 0:00:01.852 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/enable_epel.yml:8 Monday 19 February 2024 22:12:09 +0000 (0:00:00.074) 0:00:01.926 ******* 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_hotfixeomuuiso/tests/tasks/enable_epel.yml:24 Monday 19 February 2024 22:12:09 +0000 (0:00:00.020) 0:00:01.946 ******* 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_hotfixeomuuiso/tests/tasks/enable_epel.yml:30 Monday 19 February 2024 22:12:09 +0000 (0:00:00.035) 0:00:01.982 ******* 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_hotfixeomuuiso/tests/tasks/enable_epel.yml:35 Monday 19 February 2024 22:12:09 +0000 (0:00:00.028) 0:00:02.010 ******* 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_hotfixeomuuiso/tests/tasks/enable_epel.yml:40 Monday 19 February 2024 22:12:09 +0000 (0:00:00.018) 0:00:02.029 ******* 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_hotfixeomuuiso/tests/tests_helpers_and_asserts.yml:9 Monday 19 February 2024 22:12:09 +0000 (0:00:00.010) 0:00:02.040 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 22:12:09 +0000 (0:00:00.013) 0:00:02.053 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:09 +0000 (0:00:00.010) 0:00:02.063 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:09 +0000 (0:00:00.016) 0:00:02.080 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003199", "end": "2024-02-19 22:12:10.059686", "rc": 0, "start": "2024-02-19 22:12:10.056487" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:10 +0000 (0:00:00.364) 0:00:02.445 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:10 +0000 (0:00:00.027) 0:00:02.473 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 22:12:10 +0000 (0:00:00.027) 0:00:02.500 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:12:10 +0000 (0:00:00.069) 0:00:02.570 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:12:10 +0000 (0:00:00.015) 0:00:02.585 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:12:10 +0000 (0:00:00.022) 0:00:02.607 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:10 +0000 (0:00:00.038) 0:00:02.645 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:10 +0000 (0:00:00.026) 0:00:02.672 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003290", "end": "2024-02-19 22:12:10.534840", "rc": 0, "start": "2024-02-19 22:12:10.531550" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:10 +0000 (0:00:00.227) 0:00:02.899 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:10 +0000 (0:00:00.011) 0:00:02.911 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:12:10 +0000 (0:00:00.031) 0:00:02.942 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 22:12:11 +0000 (0:00:01.265) 0:00:04.208 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 22:12:11 +0000 (0:00:00.030) 0:00:04.239 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 22:12:11 +0000 (0:00:00.045) 0:00:04.284 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 22:12:11 +0000 (0:00:00.013) 0:00:04.298 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 22:12:11 +0000 (0:00:00.010) 0:00:04.309 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 22:12:12 +0000 (0:00:00.055) 0:00:04.364 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:12:12 +0000 (0:00:00.010) 0:00:04.375 ******* 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_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 22:12:12 +0000 (0:00:00.011) 0:00:04.386 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:12 +0000 (0:00:00.020) 0:00:04.407 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:12 +0000 (0:00:00.015) 0:00:04.422 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004374", "end": "2024-02-19 22:12:13.274646", "rc": 0, "start": "2024-02-19 22:12:12.270272" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:13 +0000 (0:00:01.212) 0:00:05.635 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:13 +0000 (0:00:00.012) 0:00:05.647 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 22:12:13 +0000 (0:00:00.009) 0:00:05.657 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:12:13 +0000 (0:00:00.014) 0:00:05.671 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:12:13 +0000 (0:00:00.018) 0:00:05.689 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:12:13 +0000 (0:00:00.184) 0:00:05.873 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 22:12:13 +0000 (0:00:00.009) 0:00:05.883 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:12:13 +0000 (0:00:00.014) 0:00:05.898 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:12:13 +0000 (0:00:00.007) 0:00:05.905 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:12:13 +0000 (0:00:00.007) 0:00:05.912 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:13 +0000 (0:00:00.010) 0:00:05.923 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:13 +0000 (0:00:00.009) 0:00:05.932 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003291", "end": "2024-02-19 22:12:13.760609", "rc": 0, "start": "2024-02-19 22:12:13.757318" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:13 +0000 (0:00:00.186) 0:00:06.118 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:13 +0000 (0:00:00.009) 0:00:06.128 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:12:13 +0000 (0:00:00.010) 0:00:06.138 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 22:12:14 +0000 (0:00:00.891) 0:00:07.029 ******* 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.009112", "end": "2024-02-19 22:12:14.906462", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-19 22:12:14.897350" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003544", "end": "2024-02-19 22:12:15.123434", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-19 22:12:15.119890" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003667", "end": "2024-02-19 22:12:15.314253", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-19 22:12:15.310586" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 22:12:15 +0000 (0:00:00.685) 0:00:07.715 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.021602", "end": "2024-02-19 22:12:15.570503", "rc": 0, "start": "2024-02-19 22:12:15.548901" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 22:12:15 +0000 (0:00:00.221) 0:00:07.936 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 22:12:15 +0000 (0:00:00.021) 0:00:07.958 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 22:12:15 +0000 (0:00:00.026) 0:00:07.984 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 22:12:15 +0000 (0:00:00.031) 0:00:08.016 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:12:15 +0000 (0:00:00.029) 0:00:08.045 ******* 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_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 22:12:15 +0000 (0:00:00.023) 0:00:08.068 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:15 +0000 (0:00:00.039) 0:00:08.107 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:15 +0000 (0:00:00.024) 0:00:08.132 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003216", "end": "2024-02-19 22:12:16.017748", "rc": 0, "start": "2024-02-19 22:12:16.014532" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:16 +0000 (0:00:00.282) 0:00:08.414 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:16 +0000 (0:00:00.026) 0:00:08.440 ******* 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_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 22:12:16 +0000 (0:00:00.087) 0:00:08.528 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 22:12:16 +0000 (0:00:00.028) 0:00:08.557 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:12:16 +0000 (0:00:00.025) 0:00:08.582 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708380734.9010832, "block_size": 4096, "blocks": 0, "ctime": 1708380734.9010832, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28387, "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": 1708380734.9010832, "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_hotfixeomuuiso/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 22:12:16 +0000 (0:00:00.200) 0:00:08.783 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 22:12:16 +0000 (0:00:00.015) 0:00:08.798 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:12:16 +0000 (0:00:00.019) 0:00:08.817 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:12:16 +0000 (0:00:00.009) 0:00:08.826 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:12:16 +0000 (0:00:00.026) 0:00:08.853 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:16 +0000 (0:00:00.019) 0:00:08.873 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:16 +0000 (0:00:00.019) 0:00:08.892 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003291", "end": "2024-02-19 22:12:16.753633", "rc": 0, "start": "2024-02-19 22:12:16.750342" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:16 +0000 (0:00:00.252) 0:00:09.144 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:16 +0000 (0:00:00.037) 0:00:09.181 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:12:16 +0000 (0:00:00.037) 0:00:09.219 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 22:12:17 +0000 (0:00:00.938) 0:00:10.158 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 22:12:17 +0000 (0:00:00.059) 0:00:10.218 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 22:12:17 +0000 (0:00:00.015) 0:00:10.234 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010840", "end": "2024-02-19 22:12:18.119866", "rc": 0, "start": "2024-02-19 22:12:18.109026" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 22:12:18 +0000 (0:00:00.267) 0:00:10.501 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 22:12:18 +0000 (0:00:00.036) 0:00:10.537 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 22:12:18 +0000 (0:00:00.009) 0:00:10.546 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:12:18 +0000 (0:00:00.016) 0:00:10.562 ******* 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_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 22:12:18 +0000 (0:00:00.026) 0:00:10.589 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:18 +0000 (0:00:00.027) 0:00:10.616 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:18 +0000 (0:00:00.029) 0:00:10.646 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003240", "end": "2024-02-19 22:12:18.508781", "rc": 0, "start": "2024-02-19 22:12:18.505541" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:18 +0000 (0:00:00.229) 0:00:10.875 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:18 +0000 (0:00:00.014) 0:00:10.890 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 22:12:18 +0000 (0:00:00.027) 0:00:10.917 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:12:18 +0000 (0:00:00.047) 0:00:10.965 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:12:18 +0000 (0:00:00.029) 0:00:10.994 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:12:18 +0000 (0:00:00.299) 0:00:11.294 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tests_helpers_and_asserts.yml:15 Monday 19 February 2024 22:12:18 +0000 (0:00:00.037) 0:00:11.332 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 22:12:19 +0000 (0:00:00.055) 0:00:11.388 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:19 +0000 (0:00:00.017) 0:00:11.405 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:19 +0000 (0:00:00.021) 0:00:11.427 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003247", "end": "2024-02-19 22:12:19.306866", "rc": 0, "start": "2024-02-19 22:12:19.303619" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:19 +0000 (0:00:00.245) 0:00:11.673 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:19 +0000 (0:00:00.025) 0:00:11.698 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 22:12:19 +0000 (0:00:00.011) 0:00:11.710 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:12:19 +0000 (0:00:00.012) 0:00:11.722 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:12:19 +0000 (0:00:00.061) 0:00:11.783 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:12:19 +0000 (0:00:00.039) 0:00:11.823 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:19 +0000 (0:00:00.032) 0:00:11.855 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:19 +0000 (0:00:00.051) 0:00:11.906 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003265", "end": "2024-02-19 22:12:19.788829", "rc": 0, "start": "2024-02-19 22:12:19.785564" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:19 +0000 (0:00:00.256) 0:00:12.163 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:19 +0000 (0:00:00.033) 0:00:12.196 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:12:19 +0000 (0:00:00.012) 0:00:12.209 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 22:12:20 +0000 (0:00:00.936) 0:00:13.146 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 22:12:20 +0000 (0:00:00.040) 0:00:13.187 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 22:12:20 +0000 (0:00:00.039) 0:00:13.226 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 22:12:20 +0000 (0:00:00.038) 0:00:13.264 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 22:12:20 +0000 (0:00:00.016) 0:00:13.281 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 22:12:20 +0000 (0:00:00.021) 0:00:13.302 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:12:20 +0000 (0:00:00.017) 0:00:13.319 ******* 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_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 22:12:20 +0000 (0:00:00.009) 0:00:13.329 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:21 +0000 (0:00:00.017) 0:00:13.346 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:21 +0000 (0:00:00.012) 0:00:13.358 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003352", "end": "2024-02-19 22:12:21.251506", "rc": 0, "start": "2024-02-19 22:12:21.248154" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:21 +0000 (0:00:00.264) 0:00:13.622 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:21 +0000 (0:00:00.020) 0:00:13.643 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 22:12:21 +0000 (0:00:00.014) 0:00:13.658 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:12:21 +0000 (0:00:00.018) 0:00:13.677 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:12:21 +0000 (0:00:00.019) 0:00:13.696 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:12:21 +0000 (0:00:00.191) 0:00:13.888 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 22:12:21 +0000 (0:00:00.064) 0:00:13.952 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:12:21 +0000 (0:00:00.029) 0:00:13.982 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:12:21 +0000 (0:00:00.021) 0:00:14.004 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:12:21 +0000 (0:00:00.025) 0:00:14.029 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:21 +0000 (0:00:00.042) 0:00:14.071 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:21 +0000 (0:00:00.047) 0:00:14.119 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003300", "end": "2024-02-19 22:12:21.990427", "rc": 0, "start": "2024-02-19 22:12:21.987127" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:22 +0000 (0:00:00.284) 0:00:14.404 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:22 +0000 (0:00:00.053) 0:00:14.457 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:12:22 +0000 (0:00:00.041) 0:00:14.498 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 22:12:23 +0000 (0:00:01.051) 0:00:15.550 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 22:12:23 +0000 (0:00:00.042) 0:00:15.592 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 22:12:23 +0000 (0:00:00.033) 0:00:15.626 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 22:12:23 +0000 (0:00:00.018) 0:00:15.644 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.034899", "end": "2024-02-19 22:12:23.506747", "rc": 0, "start": "2024-02-19 22:12:23.471848" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 22:12:23 +0000 (0:00:00.231) 0:00:15.875 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 22:12:23 +0000 (0:00:00.027) 0:00:15.903 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:12:23 +0000 (0:00:00.016) 0:00:15.919 ******* 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_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 22:12:23 +0000 (0:00:00.012) 0:00:15.931 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:23 +0000 (0:00:00.020) 0:00:15.952 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:23 +0000 (0:00:00.011) 0:00:15.964 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003487", "end": "2024-02-19 22:12:23.805659", "rc": 0, "start": "2024-02-19 22:12:23.802172" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:23 +0000 (0:00:00.203) 0:00:16.167 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:23 +0000 (0:00:00.011) 0:00:16.178 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 22:12:23 +0000 (0:00:00.015) 0:00:16.193 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 22:12:23 +0000 (0:00:00.022) 0:00:16.215 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:12:23 +0000 (0:00:00.010) 0:00:16.225 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708380743.5025346, "block_size": 4096, "blocks": 0, "ctime": 1708380743.5025346, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28715, "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": 1708380743.5025346, "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_hotfixeomuuiso/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 22:12:24 +0000 (0:00:00.214) 0:00:16.440 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 22:12:24 +0000 (0:00:00.023) 0:00:16.463 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:12:24 +0000 (0:00:00.026) 0:00:16.489 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:12:24 +0000 (0:00:00.021) 0:00:16.511 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:12:24 +0000 (0:00:00.028) 0:00:16.539 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:24 +0000 (0:00:00.026) 0:00:16.565 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:24 +0000 (0:00:00.017) 0:00:16.583 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003448", "end": "2024-02-19 22:12:24.448707", "rc": 0, "start": "2024-02-19 22:12:24.445259" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:24 +0000 (0:00:00.227) 0:00:16.810 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:24 +0000 (0:00:00.012) 0:00:16.822 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:12:24 +0000 (0:00:00.016) 0:00:16.839 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 22:12:25 +0000 (0:00:00.922) 0:00:17.761 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 22:12:25 +0000 (0:00:00.026) 0:00:17.787 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 22:12:25 +0000 (0:00:00.025) 0:00:17.812 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 22:12:25 +0000 (0:00:00.018) 0:00:17.831 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 22:12:25 +0000 (0:00:00.013) 0:00:17.844 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006998", "end": "2024-02-19 22:12:25.685719", "rc": 0, "start": "2024-02-19 22:12:25.678721" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 22:12:25 +0000 (0:00:00.200) 0:00:18.044 ******* 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_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:12:25 +0000 (0:00:00.009) 0:00:18.053 ******* 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_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 22:12:25 +0000 (0:00:00.010) 0:00:18.064 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:12:25 +0000 (0:00:00.025) 0:00:18.090 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:12:25 +0000 (0:00:00.013) 0:00:18.104 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003526", "end": "2024-02-19 22:12:25.949977", "rc": 0, "start": "2024-02-19 22:12:25.946451" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:12:25 +0000 (0:00:00.207) 0:00:18.312 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:12:25 +0000 (0:00:00.013) 0:00:18.325 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 22:12:26 +0000 (0:00:00.017) 0:00:18.343 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:12:26 +0000 (0:00:00.021) 0:00:18.364 ******* included: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:12:26 +0000 (0:00:00.012) 0:00:18.377 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:12:26 +0000 (0:00:00.203) 0:00:18.580 ******* 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 Monday 19 February 2024 22:12:26 +0000 (0:00:00.031) 0:00:18.612 ******* =============================================================================== Install iproute --------------------------------------------------------- 1.27s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:16 Gather current interface info ------------------------------------------- 1.21s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Install iproute --------------------------------------------------------- 1.05s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.94s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tests_helpers_and_asserts.yml:3 --- Install iproute --------------------------------------------------------- 0.94s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.94s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.92s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.89s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:16 Create veth interface veth1298 ------------------------------------------ 0.69s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.41s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/el_repo_setup.yml:3 --------- Gather current interface info ------------------------------------------- 0.36s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.32s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/el_repo_setup.yml:17 -------- Get stat for interface veth1298 ----------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.28s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.28s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Delete veth interface veth1298 ------------------------------------------ 0.27s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/manage_test_interface.yml:43 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixeomuuiso/tests/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---