# 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_hotfixqqbt9avf/.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_hotfixqqbt9avf/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_hotfixqqbt9avf/tests/tests_helpers_and_asserts.yml:3 Monday 19 February 2024 22:19:06 +0000 (0:00:00.032) 0:00:00.032 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tests_helpers_and_asserts.yml:6 Monday 19 February 2024 22:19:07 +0000 (0:00:00.879) 0:00:00.912 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/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_hotfixqqbt9avf/tests/tasks/el_repo_setup.yml:3 Monday 19 February 2024 22:19:07 +0000 (0:00:00.011) 0:00:00.923 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/el_repo_setup.yml:17 Monday 19 February 2024 22:19:07 +0000 (0:00:00.371) 0:00:01.294 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/el_repo_setup.yml:22 Monday 19 February 2024 22:19:07 +0000 (0:00:00.245) 0:00:01.540 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/el_repo_setup.yml:26 Monday 19 February 2024 22:19:07 +0000 (0:00:00.013) 0:00:01.553 ******* 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_hotfixqqbt9avf/tests/tasks/el_repo_setup.yml:51 Monday 19 February 2024 22:19:07 +0000 (0:00:00.007) 0:00:01.560 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/enable_epel.yml:8 Monday 19 February 2024 22:19:07 +0000 (0:00:00.019) 0:00:01.580 ******* 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_hotfixqqbt9avf/tests/tasks/enable_epel.yml:24 Monday 19 February 2024 22:19:08 +0000 (0:00:00.247) 0:00:01.828 ******* 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_hotfixqqbt9avf/tests/tasks/enable_epel.yml:30 Monday 19 February 2024 22:19:08 +0000 (0:00:00.008) 0:00:01.837 ******* 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_hotfixqqbt9avf/tests/tasks/enable_epel.yml:35 Monday 19 February 2024 22:19:08 +0000 (0:00:00.008) 0:00:01.845 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.251876", "end": "2024-02-19 22:19:08.558443", "rc": 0, "start": "2024-02-19 22:19:08.306567" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/enable_epel.yml:40 Monday 19 February 2024 22:19:08 +0000 (0:00:00.442) 0:00:02.288 ******* 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_hotfixqqbt9avf/tests/tests_helpers_and_asserts.yml:9 Monday 19 February 2024 22:19:08 +0000 (0:00:00.008) 0:00:02.296 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 22:19:08 +0000 (0:00:00.011) 0:00:02.308 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:19:08 +0000 (0:00:00.009) 0:00:02.318 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:19:08 +0000 (0:00:00.009) 0:00:02.327 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003534", "end": "2024-02-19 22:19:08.791591", "rc": 0, "start": "2024-02-19 22:19:08.788057" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:19:08 +0000 (0:00:00.193) 0:00:02.521 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:19:08 +0000 (0:00:00.009) 0:00:02.531 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 22:19:08 +0000 (0:00:00.009) 0:00:02.540 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:19:08 +0000 (0:00:00.014) 0:00:02.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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:19:08 +0000 (0:00:00.007) 0:00:02.562 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:19:08 +0000 (0:00:00.007) 0:00:02.570 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:19:08 +0000 (0:00:00.010) 0:00:02.580 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:19:08 +0000 (0:00:00.009) 0:00:02.590 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003636", "end": "2024-02-19 22:19:09.054717", "rc": 0, "start": "2024-02-19 22:19:09.051081" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:19:09 +0000 (0:00:00.194) 0:00:02.784 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:19:09 +0000 (0:00:00.011) 0:00:02.795 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:19:09 +0000 (0:00:00.008) 0:00:02.804 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 22:19:11 +0000 (0:00:02.885) 0:00:05.689 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 22:19:11 +0000 (0:00:00.014) 0:00:05.703 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 22:19:11 +0000 (0:00:00.007) 0:00:05.711 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 22:19:12 +0000 (0:00:00.008) 0:00:05.719 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 22:19:12 +0000 (0:00:00.007) 0:00:05.727 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 22:19:12 +0000 (0:00:00.007) 0:00:05.735 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:19:12 +0000 (0:00:00.008) 0:00:05.743 ******* 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_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 22:19:12 +0000 (0:00:00.007) 0:00:05.751 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:19:12 +0000 (0:00:00.012) 0:00:05.763 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:19:12 +0000 (0:00:00.009) 0:00:05.773 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003436", "end": "2024-02-19 22:19:12.235624", "rc": 0, "start": "2024-02-19 22:19:12.232188" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:19:12 +0000 (0:00:00.191) 0:00:05.964 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:19:12 +0000 (0:00:00.009) 0:00:05.974 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 22:19:12 +0000 (0:00:00.008) 0:00:05.982 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:19:12 +0000 (0:00:00.015) 0:00:05.998 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:19:12 +0000 (0:00:00.010) 0:00:06.009 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:19:12 +0000 (0:00:00.190) 0:00:06.199 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 22:19:12 +0000 (0:00:00.010) 0:00:06.210 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:19:12 +0000 (0:00:00.014) 0:00:06.224 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:19:12 +0000 (0:00:00.007) 0:00:06.232 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:19:12 +0000 (0:00:00.006) 0:00:06.239 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:19:12 +0000 (0:00:00.010) 0:00:06.249 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:19:12 +0000 (0:00:00.008) 0:00:06.258 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003457", "end": "2024-02-19 22:19:12.722643", "rc": 0, "start": "2024-02-19 22:19:12.719186" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:19:12 +0000 (0:00:00.193) 0:00:06.451 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:19:12 +0000 (0:00:00.010) 0:00:06.461 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:19:12 +0000 (0:00:00.010) 0:00:06.472 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 22:19:15 +0000 (0:00:02.596) 0:00:09.069 ******* 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.014140", "end": "2024-02-19 22:19:15.545991", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-19 22:19:15.531851" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004015", "end": "2024-02-19 22:19:15.774021", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-19 22:19:15.770006" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004164", "end": "2024-02-19 22:19:15.962378", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-19 22:19:15.958214" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 22:19:15 +0000 (0:00:00.624) 0:00:09.693 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.025091", "end": "2024-02-19 22:19:16.180157", "rc": 0, "start": "2024-02-19 22:19:16.155066" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 22:19:16 +0000 (0:00:00.217) 0:00:09.910 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 22:19:16 +0000 (0:00:00.008) 0:00:09.919 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 22:19:16 +0000 (0:00:00.007) 0:00:09.926 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 22:19:16 +0000 (0:00:00.007) 0:00:09.934 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:19:16 +0000 (0:00:00.007) 0:00:09.942 ******* 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_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 22:19:16 +0000 (0:00:00.007) 0:00:09.949 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:19:16 +0000 (0:00:00.015) 0:00:09.964 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:19:16 +0000 (0:00:00.009) 0:00:09.973 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003433", "end": "2024-02-19 22:19:16.439307", "rc": 0, "start": "2024-02-19 22:19:16.435874" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:19:16 +0000 (0:00:00.193) 0:00:10.167 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:19:16 +0000 (0:00:00.009) 0:00:10.177 ******* 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_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 22:19:16 +0000 (0:00:00.008) 0:00:10.185 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 22:19:16 +0000 (0:00:00.015) 0:00:10.201 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:19:16 +0000 (0:00:00.009) 0:00:10.210 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708381155.535524, "block_size": 4096, "blocks": 0, "ctime": 1708381155.535524, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30707, "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": 1708381155.535524, "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_hotfixqqbt9avf/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 22:19:16 +0000 (0:00:00.189) 0:00:10.400 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 22:19:16 +0000 (0:00:00.009) 0:00:10.410 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:19:16 +0000 (0:00:00.017) 0:00:10.428 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:19:16 +0000 (0:00:00.007) 0:00:10.435 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:19:16 +0000 (0:00:00.007) 0:00:10.442 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:19:16 +0000 (0:00:00.010) 0:00:10.452 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:19:16 +0000 (0:00:00.008) 0:00:10.461 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003459", "end": "2024-02-19 22:19:16.924883", "rc": 0, "start": "2024-02-19 22:19:16.921424" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:19:16 +0000 (0:00:00.191) 0:00:10.653 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:19:16 +0000 (0:00:00.009) 0:00:10.663 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:19:16 +0000 (0:00:00.008) 0:00:10.671 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 22:19:19 +0000 (0:00:02.682) 0:00:13.354 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 22:19:19 +0000 (0:00:00.013) 0:00:13.367 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 22:19:19 +0000 (0:00:00.007) 0:00:13.375 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009607", "end": "2024-02-19 22:19:19.851034", "rc": 0, "start": "2024-02-19 22:19:19.841427" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 22:19:19 +0000 (0:00:00.206) 0:00:13.582 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 22:19:19 +0000 (0:00:00.008) 0:00:13.590 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 22:19:19 +0000 (0:00:00.007) 0:00:13.598 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:19:19 +0000 (0:00:00.008) 0:00:13.606 ******* 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_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 22:19:19 +0000 (0:00:00.007) 0:00:13.613 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:19:19 +0000 (0:00:00.018) 0:00:13.631 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:19:19 +0000 (0:00:00.008) 0:00:13.640 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003734", "end": "2024-02-19 22:19:20.103223", "rc": 0, "start": "2024-02-19 22:19:20.099489" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:19:20 +0000 (0:00:00.191) 0:00:13.832 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:19:20 +0000 (0:00:00.009) 0:00:13.841 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 22:19:20 +0000 (0:00:00.008) 0:00:13.850 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:19:20 +0000 (0:00:00.018) 0:00:13.869 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:19:20 +0000 (0:00:00.009) 0:00:13.879 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:19:20 +0000 (0:00:00.187) 0:00:14.066 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tests_helpers_and_asserts.yml:15 Monday 19 February 2024 22:19:20 +0000 (0:00:00.010) 0:00:14.077 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 22:19:20 +0000 (0:00:00.013) 0:00:14.091 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:19:20 +0000 (0:00:00.010) 0:00:14.101 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:19:20 +0000 (0:00:00.009) 0:00:14.110 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003475", "end": "2024-02-19 22:19:20.572563", "rc": 0, "start": "2024-02-19 22:19:20.569088" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:19:20 +0000 (0:00:00.190) 0:00:14.301 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:19:20 +0000 (0:00:00.009) 0:00:14.311 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 22:19:20 +0000 (0:00:00.009) 0:00:14.320 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:19:20 +0000 (0:00:00.012) 0:00:14.332 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:19:20 +0000 (0:00:00.007) 0:00:14.339 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:19:20 +0000 (0:00:00.007) 0:00:14.347 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:19:20 +0000 (0:00:00.012) 0:00:14.359 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:19:20 +0000 (0:00:00.009) 0:00:14.368 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003426", "end": "2024-02-19 22:19:20.831589", "rc": 0, "start": "2024-02-19 22:19:20.828163" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:19:20 +0000 (0:00:00.191) 0:00:14.559 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:19:20 +0000 (0:00:00.009) 0:00:14.569 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:19:20 +0000 (0:00:00.009) 0:00:14.579 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 22:19:23 +0000 (0:00:02.710) 0:00:17.289 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 22:19:23 +0000 (0:00:00.014) 0:00:17.303 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 22:19:23 +0000 (0:00:00.007) 0:00:17.311 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 22:19:23 +0000 (0:00:00.007) 0:00:17.318 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 22:19:23 +0000 (0:00:00.007) 0:00:17.326 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 22:19:23 +0000 (0:00:00.007) 0:00:17.334 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:19:23 +0000 (0:00:00.007) 0:00:17.341 ******* 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_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 22:19:23 +0000 (0:00:00.009) 0:00:17.351 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:19:23 +0000 (0:00:00.012) 0:00:17.363 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:19:23 +0000 (0:00:00.008) 0:00:17.372 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003549", "end": "2024-02-19 22:19:23.834173", "rc": 0, "start": "2024-02-19 22:19:23.830624" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:19:23 +0000 (0:00:00.190) 0:00:17.563 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:19:23 +0000 (0:00:00.010) 0:00:17.573 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 22:19:23 +0000 (0:00:00.009) 0:00:17.583 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:19:23 +0000 (0:00:00.012) 0:00:17.596 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:19:23 +0000 (0:00:00.009) 0:00:17.605 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:19:24 +0000 (0:00:00.190) 0:00:17.796 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 22:19:24 +0000 (0:00:00.010) 0:00:17.807 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:19:24 +0000 (0:00:00.015) 0:00:17.822 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:19:24 +0000 (0:00:00.007) 0:00:17.830 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:19:24 +0000 (0:00:00.007) 0:00:17.837 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:19:24 +0000 (0:00:00.010) 0:00:17.848 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:19:24 +0000 (0:00:00.009) 0:00:17.858 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003505", "end": "2024-02-19 22:19:24.322514", "rc": 0, "start": "2024-02-19 22:19:24.319009" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:19:24 +0000 (0:00:00.193) 0:00:18.051 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:19:24 +0000 (0:00:00.009) 0:00:18.061 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:19:24 +0000 (0:00:00.011) 0:00:18.072 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 22:19:27 +0000 (0:00:02.647) 0:00:20.720 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 22:19:27 +0000 (0:00:00.014) 0:00:20.735 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 22:19:27 +0000 (0:00:00.007) 0:00:20.743 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 22:19:27 +0000 (0:00:00.008) 0:00:20.751 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010735", "end": "2024-02-19 22:19:27.223807", "rc": 0, "start": "2024-02-19 22:19:27.213072" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 22:19:27 +0000 (0:00:00.213) 0:00:20.965 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 22:19:27 +0000 (0:00:00.008) 0:00:20.973 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:19:27 +0000 (0:00:00.007) 0:00:20.981 ******* 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_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 22:19:27 +0000 (0:00:00.008) 0:00:20.990 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:19:27 +0000 (0:00:00.015) 0:00:21.005 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:19:27 +0000 (0:00:00.008) 0:00:21.014 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003697", "end": "2024-02-19 22:19:27.479135", "rc": 0, "start": "2024-02-19 22:19:27.475438" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:19:27 +0000 (0:00:00.194) 0:00:21.208 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:19:27 +0000 (0:00:00.009) 0:00:21.218 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 22:19:27 +0000 (0:00:00.008) 0:00:21.226 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 22:19:27 +0000 (0:00:00.015) 0:00:21.242 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:19:27 +0000 (0:00:00.009) 0:00:21.252 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708381167.2216709, "block_size": 4096, "blocks": 0, "ctime": 1708381167.2216709, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31030, "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": 1708381167.2216709, "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_hotfixqqbt9avf/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 22:19:27 +0000 (0:00:00.191) 0:00:21.443 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 22:19:27 +0000 (0:00:00.010) 0:00:21.454 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 22:19:27 +0000 (0:00:00.018) 0:00:21.472 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 22:19:27 +0000 (0:00:00.007) 0:00:21.480 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 22:19:27 +0000 (0:00:00.007) 0:00:21.487 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:19:27 +0000 (0:00:00.010) 0:00:21.498 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:19:27 +0000 (0:00:00.009) 0:00:21.507 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003457", "end": "2024-02-19 22:19:27.970761", "rc": 0, "start": "2024-02-19 22:19:27.967304" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:19:27 +0000 (0:00:00.192) 0:00:21.700 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:19:27 +0000 (0:00:00.009) 0:00:21.709 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 22:19:28 +0000 (0:00:00.009) 0:00:21.719 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 22:19:30 +0000 (0:00:02.683) 0:00:24.402 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 22:19:30 +0000 (0:00:00.014) 0:00:24.416 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 22:19:30 +0000 (0:00:00.008) 0:00:24.425 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 22:19:30 +0000 (0:00:00.009) 0:00:24.434 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 22:19:30 +0000 (0:00:00.009) 0:00:24.443 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010068", "end": "2024-02-19 22:19:30.917464", "rc": 0, "start": "2024-02-19 22:19:30.907396" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 22:19:30 +0000 (0:00:00.203) 0:00:24.647 ******* 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_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 22:19:30 +0000 (0:00:00.008) 0:00:24.655 ******* 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_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 22:19:30 +0000 (0:00:00.008) 0:00:24.664 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 22:19:30 +0000 (0:00:00.018) 0:00:24.682 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 22:19:30 +0000 (0:00:00.009) 0:00:24.691 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003514", "end": "2024-02-19 22:19:31.155002", "rc": 0, "start": "2024-02-19 22:19:31.151488" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 22:19:31 +0000 (0:00:00.192) 0:00:24.884 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 22:19:31 +0000 (0:00:00.009) 0:00:24.893 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 22:19:31 +0000 (0:00:00.009) 0:00:24.903 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 22:19:31 +0000 (0:00:00.019) 0:00:24.922 ******* included: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 22:19:31 +0000 (0:00:00.009) 0:00:24.932 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 22:19:31 +0000 (0:00:00.189) 0:00:25.122 ******* 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 Monday 19 February 2024 22:19:31 +0000 (0:00:00.015) 0:00:25.137 ******* =============================================================================== Install iproute --------------------------------------------------------- 2.89s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.71s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.68s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.68s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.65s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.60s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.88s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.62s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:27 Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/enable_epel.yml:35 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 0.37s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/el_repo_setup.yml:3 --------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/enable_epel.yml:8 ----------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:35 Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:49 Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:43 Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixqqbt9avf/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. ---^---^---^---^---^---