# 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_hotfixuvkrtg0r/.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_hotfixuvkrtg0r/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_hotfixuvkrtg0r/tests/tests_helpers_and_asserts.yml:3 Sunday 18 February 2024 18:40:19 +0000 (0:00:00.037) 0:00:00.037 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tests_helpers_and_asserts.yml:6 Sunday 18 February 2024 18:40:20 +0000 (0:00:00.910) 0:00:00.947 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/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_hotfixuvkrtg0r/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 18:40:20 +0000 (0:00:00.011) 0:00:00.959 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/el_repo_setup.yml:17 Sunday 18 February 2024 18:40:20 +0000 (0:00:00.429) 0:00:01.389 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/el_repo_setup.yml:22 Sunday 18 February 2024 18:40:20 +0000 (0:00:00.245) 0:00:01.635 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/el_repo_setup.yml:26 Sunday 18 February 2024 18:40:20 +0000 (0:00:00.016) 0:00:01.651 ******* 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_hotfixuvkrtg0r/tests/tasks/el_repo_setup.yml:51 Sunday 18 February 2024 18:40:20 +0000 (0:00:00.008) 0:00:01.660 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 18:40:20 +0000 (0:00:00.023) 0:00:01.683 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 18:40:21 +0000 (0:00:00.251) 0:00:01.934 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 18:40:21 +0000 (0:00:00.010) 0:00:01.944 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 18:40:21 +0000 (0:00:00.008) 0:00:01.953 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.248008", "end": "2024-02-18 18:40:21.566249", "rc": 0, "start": "2024-02-18 18:40:21.318241" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 18:40:21 +0000 (0:00:00.436) 0:00:02.390 ******* 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_hotfixuvkrtg0r/tests/tests_helpers_and_asserts.yml:9 Sunday 18 February 2024 18:40:21 +0000 (0:00:00.009) 0:00:02.399 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 18:40:21 +0000 (0:00:00.011) 0:00:02.411 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:40:21 +0000 (0:00:00.010) 0:00:02.421 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:40:21 +0000 (0:00:00.009) 0:00:02.431 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003183", "end": "2024-02-18 18:40:21.797225", "rc": 0, "start": "2024-02-18 18:40:21.794042" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:40:21 +0000 (0:00:00.187) 0:00:02.618 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:40:21 +0000 (0:00:00.010) 0:00:02.628 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 18:40:21 +0000 (0:00:00.010) 0:00:02.639 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 18:40:21 +0000 (0:00:00.015) 0:00:02.654 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 18:40:21 +0000 (0:00:00.008) 0:00:02.662 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 18:40:21 +0000 (0:00:00.008) 0:00:02.670 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:40:21 +0000 (0:00:00.011) 0:00:02.681 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:40:21 +0000 (0:00:00.009) 0:00:02.691 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003336", "end": "2024-02-18 18:40:22.058079", "rc": 0, "start": "2024-02-18 18:40:22.054743" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:40:22 +0000 (0:00:00.187) 0:00:02.879 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:40:22 +0000 (0:00:00.010) 0:00:02.889 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 18:40:22 +0000 (0:00:00.009) 0:00:02.899 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 18:44:25 +0000 (0:04:03.082) 0:04:05.982 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.014) 0:04:05.997 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.008) 0:04:06.005 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.009) 0:04:06.015 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.008) 0:04:06.023 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.008) 0:04:06.031 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.008) 0:04:06.040 ******* 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_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.007) 0:04:06.047 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.012) 0:04:06.060 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.008) 0:04:06.069 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003481", "end": "2024-02-18 18:44:25.436500", "rc": 0, "start": "2024-02-18 18:44:25.433019" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.189) 0:04:06.258 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.009) 0:04:06.268 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.009) 0:04:06.277 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.014) 0:04:06.292 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.010) 0:04:06.302 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.186) 0:04:06.488 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.010) 0:04:06.498 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.015) 0:04:06.514 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.008) 0:04:06.522 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.007) 0:04:06.529 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.010) 0:04:06.540 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.009) 0:04:06.549 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003135", "end": "2024-02-18 18:44:25.916992", "rc": 0, "start": "2024-02-18 18:44:25.913857" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.188) 0:04:06.738 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.010) 0:04:06.748 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 18:44:25 +0000 (0:00:00.009) 0:04:06.758 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 18:48:28 +0000 (0:04:02.615) 0:08:09.374 ******* 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.006400", "end": "2024-02-18 18:48:28.751863", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-18 18:48:28.745463" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003785", "end": "2024-02-18 18:48:28.984237", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-18 18:48:28.980452" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004175", "end": "2024-02-18 18:48:29.165882", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-18 18:48:29.161707" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.613) 0:08:09.987 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024621", "end": "2024-02-18 18:48:29.376522", "rc": 0, "start": "2024-02-18 18:48:29.351901" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.212) 0:08:10.199 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.009) 0:08:10.209 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.008) 0:08:10.217 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.007) 0:08:10.225 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.008) 0:08:10.233 ******* 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_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.007) 0:08:10.241 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.016) 0:08:10.257 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.009) 0:08:10.266 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003128", "end": "2024-02-18 18:48:29.633219", "rc": 0, "start": "2024-02-18 18:48:29.630091" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.187) 0:08:10.454 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.010) 0:08:10.464 ******* 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_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.009) 0:08:10.474 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.016) 0:08:10.490 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.009) 0:08:10.500 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708282108.7497916, "block_size": 4096, "blocks": 0, "ctime": 1708282108.7497916, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32261, "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": 1708282108.7497916, "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_hotfixuvkrtg0r/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.184) 0:08:10.685 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.011) 0:08:10.696 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.017) 0:08:10.714 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.007) 0:08:10.722 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.007) 0:08:10.729 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.010) 0:08:10.740 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:48:29 +0000 (0:00:00.009) 0:08:10.749 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003362", "end": "2024-02-18 18:48:30.114945", "rc": 0, "start": "2024-02-18 18:48:30.111583" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:48:30 +0000 (0:00:00.185) 0:08:10.935 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:48:30 +0000 (0:00:00.010) 0:08:10.945 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 18:48:30 +0000 (0:00:00.009) 0:08:10.955 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 18:52:32 +0000 (0:04:02.611) 0:12:13.566 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 18:52:32 +0000 (0:00:00.018) 0:12:13.585 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 18:52:32 +0000 (0:00:00.009) 0:12:13.594 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010320", "end": "2024-02-18 18:52:32.972997", "rc": 0, "start": "2024-02-18 18:52:32.962677" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 18:52:32 +0000 (0:00:00.201) 0:12:13.796 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.009) 0:12:13.806 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.009) 0:12:13.815 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.009) 0:12:13.824 ******* 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_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.007) 0:12:13.832 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.018) 0:12:13.851 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.009) 0:12:13.861 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003177", "end": "2024-02-18 18:52:33.227159", "rc": 0, "start": "2024-02-18 18:52:33.223982" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.187) 0:12:14.048 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.010) 0:12:14.059 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.009) 0:12:14.068 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.019) 0:12:14.087 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.010) 0:12:14.098 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.184) 0:12:14.283 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tests_helpers_and_asserts.yml:15 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.011) 0:12:14.294 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.014) 0:12:14.308 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.010) 0:12:14.319 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.009) 0:12:14.329 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003783", "end": "2024-02-18 18:52:33.698023", "rc": 0, "start": "2024-02-18 18:52:33.694240" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.191) 0:12:14.520 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.010) 0:12:14.531 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.010) 0:12:14.541 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.012) 0:12:14.554 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.009) 0:12:14.563 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.008) 0:12:14.571 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.011) 0:12:14.582 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.010) 0:12:14.593 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003332", "end": "2024-02-18 18:52:33.960522", "rc": 0, "start": "2024-02-18 18:52:33.957190" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.189) 0:12:14.782 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.009) 0:12:14.792 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 18:52:33 +0000 (0:00:00.009) 0:12:14.802 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 18:56:36 +0000 (0:04:02.602) 0:16:17.404 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 18:56:36 +0000 (0:00:00.014) 0:16:17.419 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 18:56:36 +0000 (0:00:00.008) 0:16:17.428 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 18:56:36 +0000 (0:00:00.008) 0:16:17.437 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 18:56:36 +0000 (0:00:00.008) 0:16:17.445 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 18:56:36 +0000 (0:00:00.009) 0:16:17.454 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 18:56:36 +0000 (0:00:00.008) 0:16:17.463 ******* 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_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 18:56:36 +0000 (0:00:00.009) 0:16:17.472 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:56:36 +0000 (0:00:00.012) 0:16:17.485 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:56:36 +0000 (0:00:00.009) 0:16:17.495 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003208", "end": "2024-02-18 18:56:36.865068", "rc": 0, "start": "2024-02-18 18:56:36.861860" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:56:36 +0000 (0:00:00.191) 0:16:17.687 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:56:36 +0000 (0:00:00.009) 0:16:17.697 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 18:56:36 +0000 (0:00:00.010) 0:16:17.707 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 18:56:36 +0000 (0:00:00.013) 0:16:17.720 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 18:56:36 +0000 (0:00:00.010) 0:16:17.731 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 18:56:37 +0000 (0:00:00.185) 0:16:17.917 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 18:56:37 +0000 (0:00:00.011) 0:16:17.928 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 18:56:37 +0000 (0:00:00.015) 0:16:17.944 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 18:56:37 +0000 (0:00:00.009) 0:16:17.953 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 18:56:37 +0000 (0:00:00.007) 0:16:17.961 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 18:56:37 +0000 (0:00:00.010) 0:16:17.971 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 18:56:37 +0000 (0:00:00.009) 0:16:17.981 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003184", "end": "2024-02-18 18:56:37.348091", "rc": 0, "start": "2024-02-18 18:56:37.344907" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 18:56:37 +0000 (0:00:00.188) 0:16:18.169 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 18:56:37 +0000 (0:00:00.009) 0:16:18.179 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 18:56:37 +0000 (0:00:00.009) 0:16:18.189 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 19:00:39 +0000 (0:04:02.603) 0:20:20.792 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.014) 0:20:20.807 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.008) 0:20:20.816 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.008) 0:20:20.825 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011316", "end": "2024-02-18 19:00:40.201721", "rc": 0, "start": "2024-02-18 19:00:40.190405" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.210) 0:20:21.035 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.009) 0:20:21.045 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.009) 0:20:21.054 ******* 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_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.008) 0:20:21.062 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.015) 0:20:21.078 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.009) 0:20:21.088 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003666", "end": "2024-02-18 19:00:40.455371", "rc": 0, "start": "2024-02-18 19:00:40.451705" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.189) 0:20:21.277 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.009) 0:20:21.287 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.009) 0:20:21.297 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.016) 0:20:21.313 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.010) 0:20:21.323 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708282840.1995783, "block_size": 4096, "blocks": 0, "ctime": 1708282840.1995783, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32584, "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": 1708282840.1995783, "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_hotfixuvkrtg0r/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.185) 0:20:21.509 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.011) 0:20:21.520 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.020) 0:20:21.540 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.007) 0:20:21.548 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.007) 0:20:21.555 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.011) 0:20:21.567 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.010) 0:20:21.577 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003260", "end": "2024-02-18 19:00:40.944749", "rc": 0, "start": "2024-02-18 19:00:40.941489" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.189) 0:20:21.766 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.010) 0:20:21.777 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 19:00:40 +0000 (0:00:00.009) 0:20:21.786 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 19:04:43 +0000 (0:04:02.610) 0:24:24.396 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 19:04:43 +0000 (0:00:00.014) 0:24:24.411 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 19:04:43 +0000 (0:00:00.009) 0:24:24.420 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 19:04:43 +0000 (0:00:00.009) 0:24:24.430 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 19:04:43 +0000 (0:00:00.009) 0:24:24.439 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.012257", "end": "2024-02-18 19:04:43.823188", "rc": 0, "start": "2024-02-18 19:04:43.810931" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 19:04:43 +0000 (0:00:00.208) 0:24:24.648 ******* 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_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 19:04:43 +0000 (0:00:00.009) 0:24:24.657 ******* 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_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 19:04:43 +0000 (0:00:00.009) 0:24:24.666 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 19:04:43 +0000 (0:00:00.018) 0:24:24.685 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 19:04:43 +0000 (0:00:00.009) 0:24:24.694 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003428", "end": "2024-02-18 19:04:44.062582", "rc": 0, "start": "2024-02-18 19:04:44.059154" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 19:04:44 +0000 (0:00:00.190) 0:24:24.885 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 19:04:44 +0000 (0:00:00.009) 0:24:24.895 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 19:04:44 +0000 (0:00:00.009) 0:24:24.904 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 19:04:44 +0000 (0:00:00.020) 0:24:24.925 ******* included: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 19:04:44 +0000 (0:00:00.010) 0:24:24.935 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 19:04:44 +0000 (0:00:00.187) 0:24:25.123 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Sunday 18 February 2024 19:04:44 +0000 (0:00:00.015) 0:24:25.139 ******* =============================================================================== Install iproute ------------------------------------------------------- 243.08s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.62s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.61s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.61s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.60s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 242.60s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.91s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.61s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:27 Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/enable_epel.yml:35 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 0.43s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/el_repo_setup.yml:3 --------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/enable_epel.yml:8 ----------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:35 Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:49 Delete dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:54 Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/manage_test_interface.yml:43 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixuvkrtg0r/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. ---^---^---^---^---^---