# 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_hotfixeenad6pw/.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_hotfixeenad6pw/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_hotfixeenad6pw/tests/tests_helpers_and_asserts.yml:3 Tuesday 27 February 2024 23:32:25 +0000 (0:00:00.042) 0:00:00.042 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tests_helpers_and_asserts.yml:6 Tuesday 27 February 2024 23:32:26 +0000 (0:00:00.904) 0:00:00.946 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/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_hotfixeenad6pw/tests/tasks/el_repo_setup.yml:3 Tuesday 27 February 2024 23:32:26 +0000 (0:00:00.011) 0:00:00.958 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/el_repo_setup.yml:17 Tuesday 27 February 2024 23:32:26 +0000 (0:00:00.358) 0:00:01.317 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/el_repo_setup.yml:22 Tuesday 27 February 2024 23:32:26 +0000 (0:00:00.248) 0:00:01.565 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/el_repo_setup.yml:26 Tuesday 27 February 2024 23:32:26 +0000 (0:00:00.015) 0:00:01.580 ****** 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_hotfixeenad6pw/tests/tasks/el_repo_setup.yml:51 Tuesday 27 February 2024 23:32:26 +0000 (0:00:00.008) 0:00:01.589 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/enable_epel.yml:8 Tuesday 27 February 2024 23:32:26 +0000 (0:00:00.023) 0:00:01.613 ****** 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_hotfixeenad6pw/tests/tasks/enable_epel.yml:24 Tuesday 27 February 2024 23:32:27 +0000 (0:00:00.265) 0:00:01.879 ****** 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_hotfixeenad6pw/tests/tasks/enable_epel.yml:30 Tuesday 27 February 2024 23:32:27 +0000 (0:00:00.019) 0:00:01.898 ****** 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_hotfixeenad6pw/tests/tasks/enable_epel.yml:35 Tuesday 27 February 2024 23:32:27 +0000 (0:00:00.018) 0:00:01.916 ****** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.249341", "end": "2024-02-27 23:32:27.516049", "rc": 0, "start": "2024-02-27 23:32:27.266708" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/enable_epel.yml:40 Tuesday 27 February 2024 23:32:27 +0000 (0:00:00.447) 0:00:02.363 ****** 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_hotfixeenad6pw/tests/tests_helpers_and_asserts.yml:9 Tuesday 27 February 2024 23:32:27 +0000 (0:00:00.009) 0:00:02.372 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:3 Tuesday 27 February 2024 23:32:27 +0000 (0:00:00.013) 0:00:02.386 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:32:27 +0000 (0:00:00.017) 0:00:02.403 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:32:27 +0000 (0:00:00.015) 0:00:02.419 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003489", "end": "2024-02-27 23:32:27.763812", "rc": 0, "start": "2024-02-27 23:32:27.760323" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:32:27 +0000 (0:00:00.190) 0:00:02.609 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:32:27 +0000 (0:00:00.009) 0:00:02.619 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:5 Tuesday 27 February 2024 23:32:27 +0000 (0:00:00.009) 0:00:02.629 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 23:32:27 +0000 (0:00:00.014) 0:00:02.643 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 23:32:27 +0000 (0:00:00.007) 0:00:02.650 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 23:32:27 +0000 (0:00:00.007) 0:00:02.658 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:32:27 +0000 (0:00:00.010) 0:00:02.669 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:32:27 +0000 (0:00:00.009) 0:00:02.679 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003594", "end": "2024-02-27 23:32:28.023443", "rc": 0, "start": "2024-02-27 23:32:28.019849" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:32:28 +0000 (0:00:00.190) 0:00:02.869 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:32:28 +0000 (0:00:00.010) 0:00:02.879 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 23:32:28 +0000 (0:00:00.009) 0:00:02.889 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:27 Tuesday 27 February 2024 23:32:30 +0000 (0:00:02.818) 0:00:05.707 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:35 Tuesday 27 February 2024 23:32:30 +0000 (0:00:00.014) 0:00:05.722 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:43 Tuesday 27 February 2024 23:32:30 +0000 (0:00:00.007) 0:00:05.730 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:49 Tuesday 27 February 2024 23:32:30 +0000 (0:00:00.009) 0:00:05.739 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:54 Tuesday 27 February 2024 23:32:30 +0000 (0:00:00.009) 0:00:05.748 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:60 Tuesday 27 February 2024 23:32:30 +0000 (0:00:00.008) 0:00:05.757 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 23:32:30 +0000 (0:00:00.009) 0:00:05.767 ****** 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_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:9 Tuesday 27 February 2024 23:32:30 +0000 (0:00:00.007) 0:00:05.775 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:32:30 +0000 (0:00:00.012) 0:00:05.788 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:32:30 +0000 (0:00:00.010) 0:00:05.798 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003536", "end": "2024-02-27 23:32:31.143148", "rc": 0, "start": "2024-02-27 23:32:31.139612" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:32:31 +0000 (0:00:00.190) 0:00:05.988 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:32:31 +0000 (0:00:00.010) 0:00:05.999 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:11 Tuesday 27 February 2024 23:32:31 +0000 (0:00:00.009) 0:00:06.009 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/assert_device_absent.yml:3 Tuesday 27 February 2024 23:32:31 +0000 (0:00:00.014) 0:00:06.023 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:32:31 +0000 (0:00:00.010) 0:00:06.033 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/assert_device_absent.yml:5 Tuesday 27 February 2024 23:32:31 +0000 (0:00:00.188) 0:00:06.221 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:14 Tuesday 27 February 2024 23:32:31 +0000 (0:00:00.010) 0:00:06.231 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 23:32:31 +0000 (0:00:00.015) 0:00:06.247 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 23:32:31 +0000 (0:00:00.007) 0:00:06.255 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 23:32:31 +0000 (0:00:00.007) 0:00:06.262 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:32:31 +0000 (0:00:00.010) 0:00:06.273 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:32:31 +0000 (0:00:00.009) 0:00:06.283 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003524", "end": "2024-02-27 23:32:31.630060", "rc": 0, "start": "2024-02-27 23:32:31.626536" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:32:31 +0000 (0:00:00.197) 0:00:06.480 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:32:31 +0000 (0:00:00.010) 0:00:06.491 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 23:32:31 +0000 (0:00:00.011) 0:00:06.502 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:27 Tuesday 27 February 2024 23:32:34 +0000 (0:00:02.572) 0:00:09.074 ****** 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.014169", "end": "2024-02-27 23:32:34.437444", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-27 23:32:34.423275" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004031", "end": "2024-02-27 23:32:34.669350", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-27 23:32:34.665319" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004416", "end": "2024-02-27 23:32:34.855573", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-27 23:32:34.851157" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:35 Tuesday 27 February 2024 23:32:34 +0000 (0:00:00.631) 0:00:09.705 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022832", "end": "2024-02-27 23:32:35.076876", "rc": 0, "start": "2024-02-27 23:32:35.054044" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:43 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.218) 0:00:09.924 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:49 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.009) 0:00:09.933 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:54 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.007) 0:00:09.941 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:60 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.007) 0:00:09.949 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.008) 0:00:09.957 ****** 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_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:18 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.007) 0:00:09.965 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.015) 0:00:09.980 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.009) 0:00:09.989 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003554", "end": "2024-02-27 23:32:35.337394", "rc": 0, "start": "2024-02-27 23:32:35.333840" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.193) 0:00:10.183 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.012) 0:00:10.195 ****** 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_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:20 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.016) 0:00:10.212 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/assert_device_present.yml:3 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.016) 0:00:10.228 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.010) 0:00:10.238 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1709076754.4271183, "block_size": 4096, "blocks": 0, "ctime": 1709076754.4271183, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27038, "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": 1709076754.4271183, "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_hotfixeenad6pw/tests/tasks/assert_device_present.yml:5 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.191) 0:00:10.430 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:23 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.010) 0:00:10.440 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.018) 0:00:10.458 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.007) 0:00:10.466 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.007) 0:00:10.473 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.010) 0:00:10.484 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.009) 0:00:10.493 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003582", "end": "2024-02-27 23:32:35.839898", "rc": 0, "start": "2024-02-27 23:32:35.836316" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.201) 0:00:10.695 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.020) 0:00:10.715 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 23:32:35 +0000 (0:00:00.027) 0:00:10.742 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:27 Tuesday 27 February 2024 23:32:38 +0000 (0:00:02.541) 0:00:13.284 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:35 Tuesday 27 February 2024 23:32:38 +0000 (0:00:00.014) 0:00:13.298 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:43 Tuesday 27 February 2024 23:32:38 +0000 (0:00:00.008) 0:00:13.307 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.012748", "end": "2024-02-27 23:32:38.664069", "rc": 0, "start": "2024-02-27 23:32:38.651321" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:49 Tuesday 27 February 2024 23:32:38 +0000 (0:00:00.203) 0:00:13.510 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:54 Tuesday 27 February 2024 23:32:38 +0000 (0:00:00.009) 0:00:13.520 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:60 Tuesday 27 February 2024 23:32:38 +0000 (0:00:00.009) 0:00:13.529 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 23:32:38 +0000 (0:00:00.009) 0:00:13.539 ****** 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_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:27 Tuesday 27 February 2024 23:32:38 +0000 (0:00:00.008) 0:00:13.548 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:32:38 +0000 (0:00:00.018) 0:00:13.566 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:32:38 +0000 (0:00:00.010) 0:00:13.576 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003717", "end": "2024-02-27 23:32:38.922575", "rc": 0, "start": "2024-02-27 23:32:38.918858" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:32:38 +0000 (0:00:00.191) 0:00:13.768 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:32:38 +0000 (0:00:00.010) 0:00:13.778 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:29 Tuesday 27 February 2024 23:32:38 +0000 (0:00:00.009) 0:00:13.787 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/assert_device_absent.yml:3 Tuesday 27 February 2024 23:32:38 +0000 (0:00:00.018) 0:00:13.806 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:32:38 +0000 (0:00:00.010) 0:00:13.816 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/assert_device_absent.yml:5 Tuesday 27 February 2024 23:32:39 +0000 (0:00:00.186) 0:00:14.003 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tests_helpers_and_asserts.yml:15 Tuesday 27 February 2024 23:32:39 +0000 (0:00:00.009) 0:00:14.013 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:3 Tuesday 27 February 2024 23:32:39 +0000 (0:00:00.013) 0:00:14.027 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:32:39 +0000 (0:00:00.009) 0:00:14.036 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:32:39 +0000 (0:00:00.009) 0:00:14.046 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003433", "end": "2024-02-27 23:32:39.390257", "rc": 0, "start": "2024-02-27 23:32:39.386824" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:32:39 +0000 (0:00:00.189) 0:00:14.235 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:32:39 +0000 (0:00:00.010) 0:00:14.246 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:5 Tuesday 27 February 2024 23:32:39 +0000 (0:00:00.009) 0:00:14.255 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 23:32:39 +0000 (0:00:00.012) 0:00:14.268 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 23:32:39 +0000 (0:00:00.007) 0:00:14.275 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 23:32:39 +0000 (0:00:00.007) 0:00:14.283 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:32:39 +0000 (0:00:00.011) 0:00:14.294 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:32:39 +0000 (0:00:00.009) 0:00:14.304 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003590", "end": "2024-02-27 23:32:39.650216", "rc": 0, "start": "2024-02-27 23:32:39.646626" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:32:39 +0000 (0:00:00.191) 0:00:14.496 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:32:39 +0000 (0:00:00.009) 0:00:14.506 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 23:32:39 +0000 (0:00:00.009) 0:00:14.515 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:27 Tuesday 27 February 2024 23:32:42 +0000 (0:00:02.634) 0:00:17.150 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:35 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.014) 0:00:17.164 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:43 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.008) 0:00:17.173 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:49 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.008) 0:00:17.181 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:54 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.009) 0:00:17.191 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:60 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.008) 0:00:17.199 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.008) 0:00:17.207 ****** 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_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:9 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.011) 0:00:17.218 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.012) 0:00:17.231 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.009) 0:00:17.241 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003456", "end": "2024-02-27 23:32:42.585760", "rc": 0, "start": "2024-02-27 23:32:42.582304" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.200) 0:00:17.441 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.017) 0:00:17.458 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:11 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.015) 0:00:17.474 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/assert_device_absent.yml:3 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.016) 0:00:17.490 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.019) 0:00:17.509 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/assert_device_absent.yml:5 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.189) 0:00:17.699 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:14 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.010) 0:00:17.710 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.015) 0:00:17.725 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.007) 0:00:17.733 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.007) 0:00:17.740 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.011) 0:00:17.752 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:32:42 +0000 (0:00:00.009) 0:00:17.761 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003427", "end": "2024-02-27 23:32:43.105916", "rc": 0, "start": "2024-02-27 23:32:43.102489" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:32:43 +0000 (0:00:00.189) 0:00:17.951 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:32:43 +0000 (0:00:00.012) 0:00:17.964 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 23:32:43 +0000 (0:00:00.017) 0:00:17.981 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:27 Tuesday 27 February 2024 23:32:45 +0000 (0:00:02.724) 0:00:20.706 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:35 Tuesday 27 February 2024 23:32:45 +0000 (0:00:00.014) 0:00:20.720 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:43 Tuesday 27 February 2024 23:32:45 +0000 (0:00:00.008) 0:00:20.728 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:49 Tuesday 27 February 2024 23:32:45 +0000 (0:00:00.008) 0:00:20.737 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.005991", "end": "2024-02-27 23:32:46.085943", "rc": 0, "start": "2024-02-27 23:32:46.079952" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:54 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.205) 0:00:20.942 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:60 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.009) 0:00:20.952 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.008) 0:00:20.960 ****** 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_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:18 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.008) 0:00:20.969 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.015) 0:00:20.984 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.009) 0:00:20.993 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003667", "end": "2024-02-27 23:32:46.339150", "rc": 0, "start": "2024-02-27 23:32:46.335483" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.191) 0:00:21.185 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.009) 0:00:21.194 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:20 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.009) 0:00:21.204 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/assert_device_present.yml:3 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.016) 0:00:21.220 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.009) 0:00:21.230 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1709076766.0834498, "block_size": 4096, "blocks": 0, "ctime": 1709076766.0834498, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 27331, "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": 1709076766.0834498, "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_hotfixeenad6pw/tests/tasks/assert_device_present.yml:5 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.188) 0:00:21.419 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:23 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.012) 0:00:21.431 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:3 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.019) 0:00:21.450 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:8 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.009) 0:00:21.459 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:13 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.009) 0:00:21.469 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.011) 0:00:21.480 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.010) 0:00:21.491 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003515", "end": "2024-02-27 23:32:46.837619", "rc": 0, "start": "2024-02-27 23:32:46.834104" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.191) 0:00:21.682 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.009) 0:00:21.692 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:16 Tuesday 27 February 2024 23:32:46 +0000 (0:00:00.009) 0:00:21.702 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:27 Tuesday 27 February 2024 23:32:49 +0000 (0:00:02.522) 0:00:24.225 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:35 Tuesday 27 February 2024 23:32:49 +0000 (0:00:00.015) 0:00:24.240 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:43 Tuesday 27 February 2024 23:32:49 +0000 (0:00:00.009) 0:00:24.249 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:49 Tuesday 27 February 2024 23:32:49 +0000 (0:00:00.010) 0:00:24.260 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:54 Tuesday 27 February 2024 23:32:49 +0000 (0:00:00.009) 0:00:24.270 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007260", "end": "2024-02-27 23:32:49.622564", "rc": 0, "start": "2024-02-27 23:32:49.615304" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:60 Tuesday 27 February 2024 23:32:49 +0000 (0:00:00.198) 0:00:24.469 ****** 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_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:65 Tuesday 27 February 2024 23:32:49 +0000 (0:00:00.009) 0:00:24.478 ****** 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_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:27 Tuesday 27 February 2024 23:32:49 +0000 (0:00:00.008) 0:00:24.487 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:3 Tuesday 27 February 2024 23:32:49 +0000 (0:00:00.018) 0:00:24.505 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Tuesday 27 February 2024 23:32:49 +0000 (0:00:00.009) 0:00:24.515 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003528", "end": "2024-02-27 23:32:49.860084", "rc": 0, "start": "2024-02-27 23:32:49.856556" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:9 Tuesday 27 February 2024 23:32:49 +0000 (0:00:00.189) 0:00:24.705 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/show_interfaces.yml:5 Tuesday 27 February 2024 23:32:49 +0000 (0:00:00.009) 0:00:24.715 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/create_and_remove_interface.yml:29 Tuesday 27 February 2024 23:32:49 +0000 (0:00:00.011) 0:00:24.726 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/assert_device_absent.yml:3 Tuesday 27 February 2024 23:32:49 +0000 (0:00:00.020) 0:00:24.746 ****** included: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_interface_stat.yml:3 Tuesday 27 February 2024 23:32:49 +0000 (0:00:00.011) 0:00:24.757 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/assert_device_absent.yml:5 Tuesday 27 February 2024 23:32:50 +0000 (0:00:00.189) 0:00:24.947 ****** 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 Tuesday 27 February 2024 23:32:50 +0000 (0:00:00.015) 0:00:24.963 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.82s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.72s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.57s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.54s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.52s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.90s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.63s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:27 Enable EPEL 8 ----------------------------------------------------------- 0.45s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/enable_epel.yml:35 ---------- Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/el_repo_setup.yml:3 --------- Create EPEL 8 ----------------------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/enable_epel.yml:8 ----------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:35 Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:49 Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:43 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixeenad6pw/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixeenad6pw/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. ---^---^---^---^---^---