# 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_hotfix61lzj4ar/.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_hotfix61lzj4ar/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_hotfix61lzj4ar/tests/tests_helpers_and_asserts.yml:3 Sunday 18 February 2024 23:18:17 +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_hotfix61lzj4ar/tests/tests_helpers_and_asserts.yml:6 Sunday 18 February 2024 23:18:18 +0000 (0:00:00.838) 0:00:00.874 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/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_hotfix61lzj4ar/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 23:18:18 +0000 (0:00:00.012) 0:00:00.886 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/el_repo_setup.yml:17 Sunday 18 February 2024 23:18:18 +0000 (0:00:00.016) 0:00:00.903 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/el_repo_setup.yml:22 Sunday 18 February 2024 23:18:18 +0000 (0:00:00.244) 0:00:01.147 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/el_repo_setup.yml:26 Sunday 18 February 2024 23:18:18 +0000 (0:00:00.013) 0:00:01.161 ******* 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_hotfix61lzj4ar/tests/tasks/el_repo_setup.yml:51 Sunday 18 February 2024 23:18:18 +0000 (0:00:00.007) 0:00:01.169 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 23:18:18 +0000 (0:00:00.021) 0:00:01.190 ******* 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_hotfix61lzj4ar/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 23:18:18 +0000 (0:00:00.007) 0:00:01.198 ******* 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_hotfix61lzj4ar/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 23:18:18 +0000 (0:00:00.007) 0:00:01.206 ******* 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_hotfix61lzj4ar/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 23:18:18 +0000 (0:00:00.007) 0:00:01.213 ******* 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_hotfix61lzj4ar/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 23:18:18 +0000 (0:00:00.007) 0:00:01.221 ******* 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_hotfix61lzj4ar/tests/tests_helpers_and_asserts.yml:9 Sunday 18 February 2024 23:18:18 +0000 (0:00:00.008) 0:00:01.230 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 23:18:18 +0000 (0:00:00.011) 0:00:01.241 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:18:18 +0000 (0:00:00.009) 0:00:01.251 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:18:18 +0000 (0:00:00.009) 0:00:01.261 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003336", "end": "2024-02-18 23:18:19.112398", "rc": 0, "start": "2024-02-18 23:18:19.109062" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:18:19 +0000 (0:00:00.250) 0:00:01.512 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:18:19 +0000 (0:00:00.010) 0:00:01.522 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 23:18:19 +0000 (0:00:00.008) 0:00:01.530 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 23:18:19 +0000 (0:00:00.013) 0:00:01.544 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 23:18:19 +0000 (0:00:00.007) 0:00:01.552 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 23:18:19 +0000 (0:00:00.007) 0:00:01.559 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:18:19 +0000 (0:00:00.010) 0:00:01.570 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:18:19 +0000 (0:00:00.009) 0:00:01.579 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003432", "end": "2024-02-18 23:18:19.371451", "rc": 0, "start": "2024-02-18 23:18:19.368019" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:18:19 +0000 (0:00:00.190) 0:00:01.770 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:18:19 +0000 (0:00:00.009) 0:00:01.780 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 23:18:19 +0000 (0:00:00.008) 0:00:01.788 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 23:22:20 +0000 (0:04:01.028) 0:04:02.817 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.013) 0:04:02.831 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.008) 0:04:02.839 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.008) 0:04:02.847 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.007) 0:04:02.855 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.008) 0:04:02.864 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.009) 0:04:02.873 ******* 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_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.007) 0:04:02.881 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.012) 0:04:02.893 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.009) 0:04:02.903 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003377", "end": "2024-02-18 23:22:20.695940", "rc": 0, "start": "2024-02-18 23:22:20.692563" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.191) 0:04:03.095 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.009) 0:04:03.104 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.008) 0:04:03.113 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.014) 0:04:03.128 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.010) 0:04:03.138 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.186) 0:04:03.325 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.010) 0:04:03.335 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.015) 0:04:03.351 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.007) 0:04:03.358 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.007) 0:04:03.366 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:22:20 +0000 (0:00:00.011) 0:04:03.377 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:22:21 +0000 (0:00:00.009) 0:04:03.387 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003378", "end": "2024-02-18 23:22:21.180030", "rc": 0, "start": "2024-02-18 23:22:21.176652" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:22:21 +0000 (0:00:00.192) 0:04:03.579 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:22:21 +0000 (0:00:00.009) 0:04:03.589 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 23:22:21 +0000 (0:00:00.008) 0:04:03.597 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 23:26:22 +0000 (0:04:00.941) 0:08:04.539 ******* 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.010845", "end": "2024-02-18 23:26:22.345402", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-18 23:26:22.334557" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003510", "end": "2024-02-18 23:26:22.569737", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-18 23:26:22.566227" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003820", "end": "2024-02-18 23:26:22.756341", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-18 23:26:22.752521" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 23:26:22 +0000 (0:00:00.617) 0:08:05.156 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.020231", "end": "2024-02-18 23:26:22.966824", "rc": 0, "start": "2024-02-18 23:26:22.946593" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 23:26:22 +0000 (0:00:00.211) 0:08:05.368 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 23:26:22 +0000 (0:00:00.009) 0:08:05.377 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.007) 0:08:05.385 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.007) 0:08:05.393 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.009) 0:08:05.402 ******* 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_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.007) 0:08:05.410 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.016) 0:08:05.426 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.009) 0:08:05.435 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003234", "end": "2024-02-18 23:26:23.228408", "rc": 0, "start": "2024-02-18 23:26:23.225174" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.191) 0:08:05.627 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.009) 0:08:05.636 ******* 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_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.009) 0:08:05.646 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.016) 0:08:05.663 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.009) 0:08:05.673 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708298782.338462, "block_size": 4096, "blocks": 0, "ctime": 1708298782.338462, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29989, "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": 1708298782.338462, "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_hotfix61lzj4ar/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.189) 0:08:05.862 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.010) 0:08:05.872 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.018) 0:08:05.890 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.007) 0:08:05.898 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.007) 0:08:05.906 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.010) 0:08:05.917 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.009) 0:08:05.926 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003268", "end": "2024-02-18 23:26:23.720699", "rc": 0, "start": "2024-02-18 23:26:23.717431" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.192) 0:08:06.119 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.009) 0:08:06.129 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 23:26:23 +0000 (0:00:00.008) 0:08: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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 23:30:24 +0000 (0:04:00.930) 0:12:07.068 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 23:30:24 +0000 (0:00:00.015) 0:12:07.084 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 23:30:24 +0000 (0:00:00.009) 0:12:07.093 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.017091", "end": "2024-02-18 23:30:24.900541", "rc": 0, "start": "2024-02-18 23:30:24.883450" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 23:30:24 +0000 (0:00:00.206) 0:12:07.300 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 23:30:24 +0000 (0:00:00.009) 0:12:07.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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 23:30:24 +0000 (0:00:00.008) 0:12:07.318 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 23:30:24 +0000 (0:00:00.009) 0:12:07.327 ******* 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_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 23:30:24 +0000 (0:00:00.007) 0:12:07.335 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:30:24 +0000 (0:00:00.019) 0:12:07.354 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:30:24 +0000 (0:00:00.009) 0:12:07.364 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003401", "end": "2024-02-18 23:30:25.152442", "rc": 0, "start": "2024-02-18 23:30:25.149041" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.188) 0:12:07.552 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.014) 0:12:07.566 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.009) 0:12:07.575 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.019) 0:12:07.595 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.009) 0:12:07.605 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.186) 0:12:07.791 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tests_helpers_and_asserts.yml:15 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.011) 0:12:07.802 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.018) 0:12:07.821 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.011) 0:12:07.832 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.011) 0:12:07.843 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003217", "end": "2024-02-18 23:30:25.635634", "rc": 0, "start": "2024-02-18 23:30:25.632417" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.192) 0:12:08.035 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.011) 0:12:08.047 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.009) 0:12:08.057 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.012) 0:12:08.069 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.007) 0:12:08.076 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.007) 0:12:08.084 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.011) 0:12:08.095 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.009) 0:12:08.105 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003409", "end": "2024-02-18 23:30:25.896851", "rc": 0, "start": "2024-02-18 23:30:25.893442" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.192) 0:12:08.298 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.011) 0:12:08.309 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 23:30:25 +0000 (0:00:00.011) 0:12:08.321 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 23:34:26 +0000 (0:04:00.925) 0:16:09.246 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 23:34:26 +0000 (0:00:00.014) 0:16:09.261 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 23:34:26 +0000 (0:00:00.008) 0:16:09.269 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 23:34:26 +0000 (0:00:00.009) 0:16:09.278 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 23:34:26 +0000 (0:00:00.009) 0:16:09.287 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 23:34:26 +0000 (0:00:00.008) 0:16:09.295 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 23:34:26 +0000 (0:00:00.008) 0:16:09.303 ******* 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_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 23:34:26 +0000 (0:00:00.010) 0:16:09.314 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:34:26 +0000 (0:00:00.012) 0:16:09.327 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:34:26 +0000 (0:00:00.009) 0:16:09.336 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003219", "end": "2024-02-18 23:34:27.125567", "rc": 0, "start": "2024-02-18 23:34:27.122348" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:34:27 +0000 (0:00:00.186) 0:16:09.523 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:34:27 +0000 (0:00:00.010) 0:16:09.533 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 23:34:27 +0000 (0:00:00.009) 0:16:09.543 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 23:34:27 +0000 (0:00:00.013) 0:16:09.556 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 23:34:27 +0000 (0:00:00.009) 0:16:09.566 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 23:34:27 +0000 (0:00:00.184) 0:16:09.751 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 23:34:27 +0000 (0:00:00.011) 0:16:09.762 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 23:34:27 +0000 (0:00:00.015) 0:16:09.777 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 23:34:27 +0000 (0:00:00.007) 0:16:09.785 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 23:34:27 +0000 (0:00:00.007) 0:16:09.793 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:34:27 +0000 (0:00:00.010) 0:16:09.804 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:34:27 +0000 (0:00:00.009) 0:16:09.813 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003322", "end": "2024-02-18 23:34:27.603917", "rc": 0, "start": "2024-02-18 23:34:27.600595" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:34:27 +0000 (0:00:00.188) 0:16:10.002 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:34:27 +0000 (0:00:00.009) 0:16:10.011 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 23:34:27 +0000 (0:00:00.012) 0:16:10.024 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 23:38:28 +0000 (0:04:00.921) 0:20:10.945 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 23:38:28 +0000 (0:00:00.015) 0:20:10.960 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 23:38:28 +0000 (0:00:00.008) 0:20:10.969 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 23:38:28 +0000 (0:00:00.008) 0:20:10.977 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006040", "end": "2024-02-18 23:38:28.772585", "rc": 0, "start": "2024-02-18 23:38:28.766545" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 23:38:28 +0000 (0:00:00.200) 0:20:11.178 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 23:38:28 +0000 (0:00:00.009) 0:20:11.187 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 23:38:28 +0000 (0:00:00.008) 0:20:11.196 ******* 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_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 23:38:28 +0000 (0:00:00.008) 0:20:11.205 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:38:28 +0000 (0:00:00.015) 0:20:11.221 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:38:28 +0000 (0:00:00.009) 0:20:11.230 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003412", "end": "2024-02-18 23:38:29.021868", "rc": 0, "start": "2024-02-18 23:38:29.018456" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:38:29 +0000 (0:00:00.190) 0:20:11.420 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:38:29 +0000 (0:00:00.009) 0:20:11.430 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 23:38:29 +0000 (0:00:00.009) 0:20:11.439 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 23:38:29 +0000 (0:00:00.016) 0:20:11.456 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 23:38:29 +0000 (0:00:00.009) 0:20:11.466 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708299508.7696598, "block_size": 4096, "blocks": 0, "ctime": 1708299508.7696598, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30282, "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": 1708299508.7696598, "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_hotfix61lzj4ar/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 23:38:29 +0000 (0:00:00.187) 0:20:11.653 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 23:38:29 +0000 (0:00:00.011) 0:20:11.664 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 23:38:29 +0000 (0:00:00.019) 0:20:11.683 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 23:38:29 +0000 (0:00:00.007) 0:20:11.691 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 23:38:29 +0000 (0:00:00.007) 0:20:11.698 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:38:29 +0000 (0:00:00.012) 0:20:11.711 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:38:29 +0000 (0:00:00.009) 0:20:11.720 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003305", "end": "2024-02-18 23:38:29.511518", "rc": 0, "start": "2024-02-18 23:38:29.508213" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:38:29 +0000 (0:00:00.189) 0:20:11.910 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:38:29 +0000 (0:00:00.009) 0:20:11.920 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 23:38:29 +0000 (0:00:00.010) 0:20:11.930 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 23:42:30 +0000 (0:04:00.927) 0:24:12.858 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 23:42:30 +0000 (0:00:00.015) 0:24:12.873 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 23:42:30 +0000 (0:00:00.008) 0:24:12.882 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 23:42:30 +0000 (0:00:00.008) 0:24:12.890 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 23:42:30 +0000 (0:00:00.009) 0:24:12.900 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.019363", "end": "2024-02-18 23:42:30.711246", "rc": 0, "start": "2024-02-18 23:42:30.691883" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 23:42:30 +0000 (0:00:00.211) 0:24:13.111 ******* 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_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 23:42:30 +0000 (0:00:00.016) 0:24:13.128 ******* 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_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 23:42:30 +0000 (0:00:00.009) 0:24:13.137 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 23:42:30 +0000 (0:00:00.022) 0:24:13.160 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 23:42:30 +0000 (0:00:00.010) 0:24:13.171 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003508", "end": "2024-02-18 23:42:30.962502", "rc": 0, "start": "2024-02-18 23:42:30.958994" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 23:42:30 +0000 (0:00:00.189) 0:24:13.361 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 23:42:30 +0000 (0:00:00.009) 0:24:13.371 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 23:42:30 +0000 (0:00:00.009) 0:24:13.381 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 23:42:31 +0000 (0:00:00.020) 0:24:13.401 ******* included: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 23:42:31 +0000 (0:00:00.010) 0:24:13.411 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 23:42:31 +0000 (0:00:00.187) 0:24:13.599 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=118 changed=0 unreachable=0 failed=0 skipped=56 rescued=0 ignored=0 Sunday 18 February 2024 23:42:31 +0000 (0:00:00.014) 0:24:13.613 ******* =============================================================================== Install iproute ------------------------------------------------------- 241.03s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.94s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.93s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.93s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.93s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 240.92s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.84s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.62s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:27 Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:35 Delete dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:54 Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:43 Create dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfix61lzj4ar/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. ---^---^---^---^---^---