# 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_hotfix2vu__oum/.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_hotfix2vu__oum/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_hotfix2vu__oum/tests/tests_helpers_and_asserts.yml:3 Thursday 14 March 2024 21:32:28 +0000 (0:00:00.035) 0:00:00.035 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tests_helpers_and_asserts.yml:6 Thursday 14 March 2024 21:32:29 +0000 (0:00:00.867) 0:00:00.902 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/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_hotfix2vu__oum/tests/tasks/el_repo_setup.yml:3 Thursday 14 March 2024 21:32:29 +0000 (0:00:00.012) 0:00:00.915 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/el_repo_setup.yml:17 Thursday 14 March 2024 21:32:29 +0000 (0:00:00.354) 0:00:01.269 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/el_repo_setup.yml:22 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.241) 0:00:01.510 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/el_repo_setup.yml:26 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.014) 0:00:01.525 ******** 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_hotfix2vu__oum/tests/tasks/el_repo_setup.yml:51 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.009) 0:00:01.534 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/enable_epel.yml:8 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.033) 0:00:01.568 ******** 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_hotfix2vu__oum/tests/tasks/enable_epel.yml:24 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.013) 0:00:01.582 ******** 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_hotfix2vu__oum/tests/tasks/enable_epel.yml:30 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.008) 0:00:01.590 ******** 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_hotfix2vu__oum/tests/tasks/enable_epel.yml:35 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.008) 0:00:01.599 ******** 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_hotfix2vu__oum/tests/tasks/enable_epel.yml:40 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.010) 0:00:01.609 ******** 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_hotfix2vu__oum/tests/tests_helpers_and_asserts.yml:9 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.010) 0:00:01.619 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:3 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.012) 0:00:01.631 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.010) 0:00:01.642 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.010) 0:00:01.653 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003610", "end": "2024-03-14 21:32:30.507495", "rc": 0, "start": "2024-03-14 21:32:30.503885" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.242) 0:00:01.895 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.010) 0:00:01.906 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:5 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.010) 0:00:01.916 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.014) 0:00:01.931 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.008) 0:00:01.940 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.016) 0:00:01.956 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.013) 0:00:01.969 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.015) 0:00:01.984 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003444", "end": "2024-03-14 21:32:30.781569", "rc": 0, "start": "2024-03-14 21:32:30.778125" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.186) 0:00:02.171 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.011) 0:00:02.182 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:32:30 +0000 (0:00:00.020) 0:00:02.202 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:27 Thursday 14 March 2024 21:32:31 +0000 (0:00:00.947) 0:00:03.150 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:35 Thursday 14 March 2024 21:32:31 +0000 (0:00:00.027) 0:00:03.177 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:43 Thursday 14 March 2024 21:32:31 +0000 (0:00:00.009) 0:00:03.186 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:49 Thursday 14 March 2024 21:32:31 +0000 (0:00:00.008) 0:00:03.195 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:54 Thursday 14 March 2024 21:32:31 +0000 (0:00:00.008) 0:00:03.203 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:60 Thursday 14 March 2024 21:32:31 +0000 (0:00:00.007) 0:00:03.211 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:32:31 +0000 (0:00:00.008) 0:00:03.219 ******** 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_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:9 Thursday 14 March 2024 21:32:31 +0000 (0:00:00.007) 0:00:03.227 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:32:31 +0000 (0:00:00.012) 0:00:03.239 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:32:31 +0000 (0:00:00.008) 0:00:03.248 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003460", "end": "2024-03-14 21:32:32.046568", "rc": 0, "start": "2024-03-14 21:32:32.043108" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:32:32 +0000 (0:00:00.186) 0:00:03.435 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:32:32 +0000 (0:00:00.009) 0:00:03.444 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:11 Thursday 14 March 2024 21:32:32 +0000 (0:00:00.008) 0:00:03.453 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/assert_device_absent.yml:3 Thursday 14 March 2024 21:32:32 +0000 (0:00:00.013) 0:00:03.467 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 21:32:32 +0000 (0:00:00.009) 0:00:03.477 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/assert_device_absent.yml:5 Thursday 14 March 2024 21:32:32 +0000 (0:00:00.184) 0:00:03.661 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:14 Thursday 14 March 2024 21:32:32 +0000 (0:00:00.010) 0:00:03.672 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:32:32 +0000 (0:00:00.015) 0:00:03.687 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:32:32 +0000 (0:00:00.007) 0:00:03.694 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:32:32 +0000 (0:00:00.007) 0:00:03.702 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:32:32 +0000 (0:00:00.010) 0:00:03.712 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:32:32 +0000 (0:00:00.009) 0:00:03.722 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003390", "end": "2024-03-14 21:32:32.519246", "rc": 0, "start": "2024-03-14 21:32:32.515856" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:32:32 +0000 (0:00:00.185) 0:00:03.907 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:32:32 +0000 (0:00:00.010) 0:00:03.918 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:32:32 +0000 (0:00:00.010) 0:00:03.928 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:27 Thursday 14 March 2024 21:32:33 +0000 (0:00:00.847) 0:00:04.775 ******** 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.009995", "end": "2024-03-14 21:32:33.591374", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-14 21:32:33.581379" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003531", "end": "2024-03-14 21:32:33.802385", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-14 21:32:33.798854" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003770", "end": "2024-03-14 21:32:33.980432", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-14 21:32:33.976662" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:35 Thursday 14 March 2024 21:32:33 +0000 (0:00:00.593) 0:00:05.369 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022730", "end": "2024-03-14 21:32:34.189115", "rc": 0, "start": "2024-03-14 21:32:34.166385" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:43 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.210) 0:00:05.579 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:49 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.009) 0:00:05.589 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:54 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.010) 0:00:05.600 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:60 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.009) 0:00:05.609 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.010) 0:00:05.619 ******** 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_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:18 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.007) 0:00:05.627 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.017) 0:00:05.645 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.009) 0:00:05.654 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003413", "end": "2024-03-14 21:32:34.452552", "rc": 0, "start": "2024-03-14 21:32:34.449139" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.186) 0:00:05.840 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.009) 0:00:05.850 ******** 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_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:20 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.010) 0:00:05.861 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/assert_device_present.yml:3 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.016) 0:00:05.877 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.009) 0:00:05.887 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710451953.5852861, "block_size": 4096, "blocks": 0, "ctime": 1710451953.5852861, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30135, "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": 1710451953.5852861, "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_hotfix2vu__oum/tests/tasks/assert_device_present.yml:5 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.184) 0:00:06.071 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:23 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.009) 0:00:06.081 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.018) 0:00:06.099 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.007) 0:00:06.107 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.007) 0:00:06.114 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.010) 0:00:06.125 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.009) 0:00:06.135 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003353", "end": "2024-03-14 21:32:34.931674", "rc": 0, "start": "2024-03-14 21:32:34.928321" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.184) 0:00:06.319 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.013) 0:00:06.333 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:32:34 +0000 (0:00:00.010) 0:00:06.343 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:27 Thursday 14 March 2024 21:32:35 +0000 (0:00:00.852) 0:00:07.196 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:35 Thursday 14 March 2024 21:32:35 +0000 (0:00:00.014) 0:00:07.210 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:43 Thursday 14 March 2024 21:32:35 +0000 (0:00:00.009) 0:00:07.219 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009496", "end": "2024-03-14 21:32:36.032580", "rc": 0, "start": "2024-03-14 21:32:36.023084" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:49 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.210) 0:00:07.429 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:54 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.009) 0:00:07.439 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:60 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.010) 0:00:07.449 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.011) 0:00:07.461 ******** 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_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:27 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.012) 0:00:07.473 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.019) 0:00:07.493 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.010) 0:00:07.503 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003553", "end": "2024-03-14 21:32:36.322181", "rc": 0, "start": "2024-03-14 21:32:36.318628" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.208) 0:00:07.711 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.011) 0:00:07.723 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:29 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.009) 0:00:07.733 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/assert_device_absent.yml:3 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.028) 0:00:07.762 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.015) 0:00:07.777 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/assert_device_absent.yml:5 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.185) 0:00:07.962 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tests_helpers_and_asserts.yml:15 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.019) 0:00:07.981 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:3 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.023) 0:00:08.005 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.011) 0:00:08.017 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.010) 0:00:08.028 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003215", "end": "2024-03-14 21:32:36.824566", "rc": 0, "start": "2024-03-14 21:32:36.821351" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.184) 0:00:08.213 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.009) 0:00:08.222 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:5 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.009) 0:00:08.232 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.011) 0:00:08.244 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.008) 0:00:08.253 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.007) 0:00:08.260 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.011) 0:00:08.271 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:32:36 +0000 (0:00:00.009) 0:00:08.281 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004226", "end": "2024-03-14 21:32:37.079022", "rc": 0, "start": "2024-03-14 21:32:37.074796" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:32:37 +0000 (0:00:00.185) 0:00:08.467 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:32:37 +0000 (0:00:00.009) 0:00:08.477 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:32:37 +0000 (0:00:00.010) 0:00:08.488 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:27 Thursday 14 March 2024 21:32:37 +0000 (0:00:00.837) 0:00:09.325 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:35 Thursday 14 March 2024 21:32:37 +0000 (0:00:00.014) 0:00:09.339 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:43 Thursday 14 March 2024 21:32:37 +0000 (0:00:00.008) 0:00:09.348 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:49 Thursday 14 March 2024 21:32:37 +0000 (0:00:00.008) 0:00:09.356 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:54 Thursday 14 March 2024 21:32:37 +0000 (0:00:00.009) 0:00:09.366 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:60 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.011) 0:00:09.377 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.009) 0:00:09.386 ******** 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_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:9 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.010) 0:00:09.396 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.013) 0:00:09.410 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.021) 0:00:09.431 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003366", "end": "2024-03-14 21:32:38.228631", "rc": 0, "start": "2024-03-14 21:32:38.225265" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.185) 0:00:09.616 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.009) 0:00:09.626 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:11 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.009) 0:00:09.636 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/assert_device_absent.yml:3 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.013) 0:00:09.649 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.009) 0:00:09.659 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/assert_device_absent.yml:5 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.181) 0:00:09.840 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:14 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.011) 0:00:09.852 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.015) 0:00:09.867 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.007) 0:00:09.875 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.007) 0:00:09.882 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.011) 0:00:09.894 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.009) 0:00:09.903 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003238", "end": "2024-03-14 21:32:38.701696", "rc": 0, "start": "2024-03-14 21:32:38.698458" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.189) 0:00:10.093 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.015) 0:00:10.108 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:32:38 +0000 (0:00:00.009) 0:00:10.118 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:27 Thursday 14 March 2024 21:32:39 +0000 (0:00:00.839) 0:00:10.958 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:35 Thursday 14 March 2024 21:32:39 +0000 (0:00:00.034) 0:00:10.993 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:43 Thursday 14 March 2024 21:32:39 +0000 (0:00:00.013) 0:00:11.006 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:49 Thursday 14 March 2024 21:32:39 +0000 (0:00:00.009) 0:00:11.015 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.048866", "end": "2024-03-14 21:32:39.859683", "rc": 0, "start": "2024-03-14 21:32:39.810817" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:54 Thursday 14 March 2024 21:32:39 +0000 (0:00:00.240) 0:00:11.256 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:60 Thursday 14 March 2024 21:32:39 +0000 (0:00:00.009) 0:00:11.266 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:32:39 +0000 (0:00:00.007) 0:00:11.274 ******** 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_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:18 Thursday 14 March 2024 21:32:39 +0000 (0:00:00.007) 0:00:11.281 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:32:39 +0000 (0:00:00.015) 0:00:11.296 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:32:39 +0000 (0:00:00.009) 0:00:11.306 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003518", "end": "2024-03-14 21:32:40.102469", "rc": 0, "start": "2024-03-14 21:32:40.098951" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:32:40 +0000 (0:00:00.184) 0:00:11.490 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:32:40 +0000 (0:00:00.013) 0:00:11.504 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:20 Thursday 14 March 2024 21:32:40 +0000 (0:00:00.010) 0:00:11.515 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/assert_device_present.yml:3 Thursday 14 March 2024 21:32:40 +0000 (0:00:00.026) 0:00:11.541 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 21:32:40 +0000 (0:00:00.016) 0:00:11.558 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710451959.8561995, "block_size": 4096, "blocks": 0, "ctime": 1710451959.8561995, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30463, "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": 1710451959.8561995, "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_hotfix2vu__oum/tests/tasks/assert_device_present.yml:5 Thursday 14 March 2024 21:32:40 +0000 (0:00:00.184) 0:00:11.743 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:23 Thursday 14 March 2024 21:32:40 +0000 (0:00:00.019) 0:00:11.762 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:32:40 +0000 (0:00:00.026) 0:00:11.788 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:32:40 +0000 (0:00:00.015) 0:00:11.804 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:32:40 +0000 (0:00:00.008) 0:00:11.813 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:32:40 +0000 (0:00:00.014) 0:00:11.827 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:32:40 +0000 (0:00:00.011) 0:00:11.838 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003451", "end": "2024-03-14 21:32:40.635741", "rc": 0, "start": "2024-03-14 21:32:40.632290" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:32:40 +0000 (0:00:00.185) 0:00:12.024 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:32:40 +0000 (0:00:00.009) 0:00:12.034 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:32:40 +0000 (0:00:00.009) 0:00:12.043 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:27 Thursday 14 March 2024 21:32:41 +0000 (0:00:00.837) 0:00:12.881 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:35 Thursday 14 March 2024 21:32:41 +0000 (0:00:00.018) 0:00:12.899 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:43 Thursday 14 March 2024 21:32:41 +0000 (0:00:00.015) 0:00:12.914 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:49 Thursday 14 March 2024 21:32:41 +0000 (0:00:00.008) 0:00:12.923 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:54 Thursday 14 March 2024 21:32:41 +0000 (0:00:00.009) 0:00:12.933 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010896", "end": "2024-03-14 21:32:41.747312", "rc": 0, "start": "2024-03-14 21:32:41.736416" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:60 Thursday 14 March 2024 21:32:41 +0000 (0:00:00.204) 0:00:13.137 ******** 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_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:32:41 +0000 (0:00:00.009) 0:00:13.146 ******** 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_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:27 Thursday 14 March 2024 21:32:41 +0000 (0:00:00.009) 0:00:13.156 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:32:41 +0000 (0:00:00.019) 0:00:13.176 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:32:41 +0000 (0:00:00.009) 0:00:13.185 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003452", "end": "2024-03-14 21:32:41.986708", "rc": 0, "start": "2024-03-14 21:32:41.983256" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:32:42 +0000 (0:00:00.190) 0:00:13.375 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:32:42 +0000 (0:00:00.012) 0:00:13.387 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/create_and_remove_interface.yml:29 Thursday 14 March 2024 21:32:42 +0000 (0:00:00.013) 0:00:13.401 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/assert_device_absent.yml:3 Thursday 14 March 2024 21:32:42 +0000 (0:00:00.018) 0:00:13.420 ******** included: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 21:32:42 +0000 (0:00:00.010) 0:00:13.430 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/assert_device_absent.yml:5 Thursday 14 March 2024 21:32:42 +0000 (0:00:00.185) 0:00:13.616 ******** 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 Thursday 14 March 2024 21:32:42 +0000 (0:00:00.035) 0:00:13.652 ******** =============================================================================== Install iproute --------------------------------------------------------- 0.95s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.87s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tests_helpers_and_asserts.yml:3 --- Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.85s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.84s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.84s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.84s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:16 Create veth interface veth1298 ------------------------------------------ 0.59s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.35s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/el_repo_setup.yml:3 --------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/el_repo_setup.yml:17 -------- Create dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:49 Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:43 Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:35 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfix2vu__oum/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfix2vu__oum/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. ---^---^---^---^---^---