# 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_hotfixesqxs5hu/.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_hotfixesqxs5hu/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_hotfixesqxs5hu/tests/tests_helpers_and_asserts.yml:3 Thursday 14 March 2024 21:41:29 +0000 (0:00:00.035) 0:00:00.035 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tests_helpers_and_asserts.yml:6 Thursday 14 March 2024 21:41:31 +0000 (0:00:01.872) 0:00:01.907 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/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_hotfixesqxs5hu/tests/tasks/el_repo_setup.yml:3 Thursday 14 March 2024 21:41:31 +0000 (0:00:00.011) 0:00:01.919 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/el_repo_setup.yml:17 Thursday 14 March 2024 21:41:32 +0000 (0:00:00.360) 0:00:02.279 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/el_repo_setup.yml:22 Thursday 14 March 2024 21:41:32 +0000 (0:00:00.248) 0:00:02.528 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/el_repo_setup.yml:26 Thursday 14 March 2024 21:41:32 +0000 (0:00:00.013) 0:00:02.541 ******** 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_hotfixesqxs5hu/tests/tasks/el_repo_setup.yml:51 Thursday 14 March 2024 21:41:32 +0000 (0:00:00.008) 0:00:02.550 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/enable_epel.yml:8 Thursday 14 March 2024 21:41:32 +0000 (0:00:00.020) 0:00:02.571 ******** 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_hotfixesqxs5hu/tests/tasks/enable_epel.yml:24 Thursday 14 March 2024 21:41:32 +0000 (0:00:00.247) 0:00:02.818 ******** 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_hotfixesqxs5hu/tests/tasks/enable_epel.yml:30 Thursday 14 March 2024 21:41:32 +0000 (0:00:00.008) 0:00:02.827 ******** 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_hotfixesqxs5hu/tests/tasks/enable_epel.yml:35 Thursday 14 March 2024 21:41:32 +0000 (0:00:00.008) 0:00:02.835 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.256086", "end": "2024-03-14 21:41:33.115092", "rc": 0, "start": "2024-03-14 21:41:32.859006" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/enable_epel.yml:40 Thursday 14 March 2024 21:41:33 +0000 (0:00:00.448) 0:00:03.284 ******** 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_hotfixesqxs5hu/tests/tests_helpers_and_asserts.yml:9 Thursday 14 March 2024 21:41:33 +0000 (0:00:00.008) 0:00:03.292 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:3 Thursday 14 March 2024 21:41:33 +0000 (0:00:00.011) 0:00:03.304 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:41:33 +0000 (0:00:00.009) 0:00:03.314 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:41:33 +0000 (0:00:00.008) 0:00:03.323 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003813", "end": "2024-03-14 21:41:33.347486", "rc": 0, "start": "2024-03-14 21:41:33.343673" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:41:33 +0000 (0:00:00.191) 0:00:03.515 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:41:33 +0000 (0:00:00.009) 0:00:03.525 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:5 Thursday 14 March 2024 21:41:33 +0000 (0:00:00.008) 0:00:03.534 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:41:33 +0000 (0:00:00.014) 0:00:03.548 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:41:33 +0000 (0:00:00.007) 0:00:03.555 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:41:33 +0000 (0:00:00.007) 0:00:03.562 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:41:33 +0000 (0:00:00.010) 0:00:03.573 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:41:33 +0000 (0:00:00.008) 0:00:03.582 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003867", "end": "2024-03-14 21:41:33.607251", "rc": 0, "start": "2024-03-14 21:41:33.603384" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:41:33 +0000 (0:00:00.191) 0:00:03.774 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:41:33 +0000 (0:00:00.009) 0:00:03.783 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:41:33 +0000 (0:00:00.008) 0:00:03.792 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:27 Thursday 14 March 2024 21:41:36 +0000 (0:00:02.852) 0:00:06.645 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:35 Thursday 14 March 2024 21:41:36 +0000 (0:00:00.013) 0:00:06.659 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:43 Thursday 14 March 2024 21:41:36 +0000 (0:00:00.007) 0:00:06.666 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:49 Thursday 14 March 2024 21:41:36 +0000 (0:00:00.008) 0:00:06.675 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:54 Thursday 14 March 2024 21:41:36 +0000 (0:00:00.007) 0:00:06.682 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:60 Thursday 14 March 2024 21:41:36 +0000 (0:00:00.007) 0:00:06.690 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:41:36 +0000 (0:00:00.007) 0:00:06.697 ******** 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_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:9 Thursday 14 March 2024 21:41:36 +0000 (0:00:00.006) 0:00:06.704 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:41:36 +0000 (0:00:00.011) 0:00:06.716 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:41:36 +0000 (0:00:00.008) 0:00:06.725 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003716", "end": "2024-03-14 21:41:36.750568", "rc": 0, "start": "2024-03-14 21:41:36.746852" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:41:36 +0000 (0:00:00.193) 0:00:06.918 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:41:36 +0000 (0:00:00.008) 0:00:06.927 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:11 Thursday 14 March 2024 21:41:36 +0000 (0:00:00.008) 0:00:06.935 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/assert_device_absent.yml:3 Thursday 14 March 2024 21:41:36 +0000 (0:00:00.013) 0:00:06.949 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 21:41:36 +0000 (0:00:00.009) 0:00:06.958 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/assert_device_absent.yml:5 Thursday 14 March 2024 21:41:36 +0000 (0:00:00.189) 0:00:07.147 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:14 Thursday 14 March 2024 21:41:37 +0000 (0:00:00.009) 0:00:07.157 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:41:37 +0000 (0:00:00.014) 0:00:07.171 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:41:37 +0000 (0:00:00.007) 0:00:07.179 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:41:37 +0000 (0:00:00.006) 0:00:07.185 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:41:37 +0000 (0:00:00.010) 0:00:07.196 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:41:37 +0000 (0:00:00.008) 0:00:07.205 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003536", "end": "2024-03-14 21:41:37.229716", "rc": 0, "start": "2024-03-14 21:41:37.226180" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:41:37 +0000 (0:00:00.191) 0:00:07.396 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:41:37 +0000 (0:00:00.011) 0:00:07.408 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:41:37 +0000 (0:00:00.009) 0:00:07.417 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:27 Thursday 14 March 2024 21:41:39 +0000 (0:00:02.637) 0:00:10.054 ******** 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.015595", "end": "2024-03-14 21:41:40.098778", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-14 21:41:40.083183" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004466", "end": "2024-03-14 21:41:40.334312", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-14 21:41:40.329846" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004948", "end": "2024-03-14 21:41:40.526871", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-14 21:41:40.521923" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:35 Thursday 14 March 2024 21:41:40 +0000 (0:00:00.641) 0:00:10.696 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.026004", "end": "2024-03-14 21:41:40.745270", "rc": 0, "start": "2024-03-14 21:41:40.719266" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:43 Thursday 14 March 2024 21:41:40 +0000 (0:00:00.218) 0:00:10.914 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:49 Thursday 14 March 2024 21:41:40 +0000 (0:00:00.009) 0:00:10.924 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:54 Thursday 14 March 2024 21:41:40 +0000 (0:00:00.007) 0:00:10.932 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:60 Thursday 14 March 2024 21:41:40 +0000 (0:00:00.007) 0:00:10.939 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:41:40 +0000 (0:00:00.008) 0:00:10.948 ******** 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_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:18 Thursday 14 March 2024 21:41:40 +0000 (0:00:00.007) 0:00:10.956 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:41:40 +0000 (0:00:00.016) 0:00:10.972 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:41:40 +0000 (0:00:00.009) 0:00:10.981 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003856", "end": "2024-03-14 21:41:41.008294", "rc": 0, "start": "2024-03-14 21:41:41.004438" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:41:41 +0000 (0:00:00.199) 0:00:11.181 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:41:41 +0000 (0:00:00.009) 0:00:11.191 ******** 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_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:20 Thursday 14 March 2024 21:41:41 +0000 (0:00:00.010) 0:00:11.201 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/assert_device_present.yml:3 Thursday 14 March 2024 21:41:41 +0000 (0:00:00.016) 0:00:11.218 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 21:41:41 +0000 (0:00:00.010) 0:00:11.228 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710452500.0875678, "block_size": 4096, "blocks": 0, "ctime": 1710452500.0875678, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32330, "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": 1710452500.0875678, "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_hotfixesqxs5hu/tests/tasks/assert_device_present.yml:5 Thursday 14 March 2024 21:41:41 +0000 (0:00:00.195) 0:00:11.424 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:23 Thursday 14 March 2024 21:41:41 +0000 (0:00:00.010) 0:00:11.434 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:41:41 +0000 (0:00:00.017) 0:00:11.452 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:41:41 +0000 (0:00:00.007) 0:00:11.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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:41:41 +0000 (0:00:00.007) 0:00:11.467 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:41:41 +0000 (0:00:00.010) 0:00:11.478 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:41:41 +0000 (0:00:00.009) 0:00:11.487 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004064", "end": "2024-03-14 21:41:41.517367", "rc": 0, "start": "2024-03-14 21:41:41.513303" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:41:41 +0000 (0:00:00.198) 0:00:11.685 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:41:41 +0000 (0:00:00.010) 0:00:11.696 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:41:41 +0000 (0:00:00.009) 0:00:11.705 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:27 Thursday 14 March 2024 21:41:44 +0000 (0:00:02.713) 0:00:14.418 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:35 Thursday 14 March 2024 21:41:44 +0000 (0:00:00.024) 0:00:14.443 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:43 Thursday 14 March 2024 21:41:44 +0000 (0:00:00.009) 0:00:14.452 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011317", "end": "2024-03-14 21:41:44.490791", "rc": 0, "start": "2024-03-14 21:41:44.479474" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:49 Thursday 14 March 2024 21:41:44 +0000 (0:00:00.207) 0:00:14.660 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:54 Thursday 14 March 2024 21:41:44 +0000 (0:00:00.009) 0:00:14.669 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:60 Thursday 14 March 2024 21:41:44 +0000 (0:00:00.008) 0:00:14.677 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:41:44 +0000 (0:00:00.009) 0:00:14.686 ******** 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_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:27 Thursday 14 March 2024 21:41:44 +0000 (0:00:00.007) 0:00:14.694 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:41:44 +0000 (0:00:00.018) 0:00:14.713 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:41:44 +0000 (0:00:00.009) 0:00:14.722 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004108", "end": "2024-03-14 21:41:44.750087", "rc": 0, "start": "2024-03-14 21:41:44.745979" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:41:44 +0000 (0:00:00.196) 0:00:14.919 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:41:44 +0000 (0:00:00.010) 0:00:14.929 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:29 Thursday 14 March 2024 21:41:44 +0000 (0:00:00.010) 0:00:14.940 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/assert_device_absent.yml:3 Thursday 14 March 2024 21:41:44 +0000 (0:00:00.020) 0:00:14.960 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 21:41:44 +0000 (0:00:00.010) 0:00:14.971 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/assert_device_absent.yml:5 Thursday 14 March 2024 21:41:45 +0000 (0:00:00.196) 0:00:15.167 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tests_helpers_and_asserts.yml:15 Thursday 14 March 2024 21:41:45 +0000 (0:00:00.009) 0:00:15.177 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:3 Thursday 14 March 2024 21:41:45 +0000 (0:00:00.013) 0:00:15.190 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:41:45 +0000 (0:00:00.009) 0:00:15.200 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:41:45 +0000 (0:00:00.009) 0:00:15.209 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004015", "end": "2024-03-14 21:41:45.237458", "rc": 0, "start": "2024-03-14 21:41:45.233443" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:41:45 +0000 (0:00:00.194) 0:00:15.404 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:41:45 +0000 (0:00:00.011) 0:00:15.415 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:5 Thursday 14 March 2024 21:41:45 +0000 (0:00:00.009) 0:00:15.425 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:41:45 +0000 (0:00:00.015) 0:00:15.441 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:41:45 +0000 (0:00:00.007) 0:00:15.448 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:41:45 +0000 (0:00:00.007) 0:00:15.456 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:41:45 +0000 (0:00:00.012) 0:00:15.468 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:41:45 +0000 (0:00:00.010) 0:00:15.479 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003908", "end": "2024-03-14 21:41:45.506568", "rc": 0, "start": "2024-03-14 21:41:45.502660" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:41:45 +0000 (0:00:00.196) 0:00:15.676 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:41:45 +0000 (0:00:00.011) 0:00:15.687 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:41:45 +0000 (0:00:00.012) 0:00:15.699 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:27 Thursday 14 March 2024 21:41:48 +0000 (0:00:02.664) 0:00:18.364 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:35 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.014) 0:00:18.378 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:43 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.008) 0:00:18.386 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:49 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.007) 0:00:18.394 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:54 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.009) 0:00:18.403 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:60 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.007) 0:00:18.411 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.007) 0:00:18.418 ******** 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_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:9 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.010) 0:00:18.429 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.012) 0:00:18.441 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.008) 0:00:18.450 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003550", "end": "2024-03-14 21:41:48.472645", "rc": 0, "start": "2024-03-14 21:41:48.469095" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.189) 0:00:18.639 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.010) 0:00:18.650 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:11 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.009) 0:00:18.659 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/assert_device_absent.yml:3 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.013) 0:00:18.672 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.009) 0:00:18.682 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/assert_device_absent.yml:5 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.191) 0:00:18.874 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:14 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.014) 0:00:18.888 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.015) 0:00:18.904 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.007) 0:00:18.911 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.009) 0:00:18.921 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.011) 0:00:18.932 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.009) 0:00:18.942 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003842", "end": "2024-03-14 21:41:48.967671", "rc": 0, "start": "2024-03-14 21:41:48.963829" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.193) 0:00:19.135 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:41:48 +0000 (0:00:00.009) 0:00:19.145 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:41:49 +0000 (0:00:00.011) 0:00:19.157 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:27 Thursday 14 March 2024 21:41:51 +0000 (0:00:02.729) 0:00:21.886 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:35 Thursday 14 March 2024 21:41:51 +0000 (0:00:00.014) 0:00:21.901 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:43 Thursday 14 March 2024 21:41:51 +0000 (0:00:00.008) 0:00:21.909 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:49 Thursday 14 March 2024 21:41:51 +0000 (0:00:00.009) 0:00:21.918 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011237", "end": "2024-03-14 21:41:51.955758", "rc": 0, "start": "2024-03-14 21:41:51.944521" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:54 Thursday 14 March 2024 21:41:51 +0000 (0:00:00.215) 0:00:22.134 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:60 Thursday 14 March 2024 21:41:51 +0000 (0:00:00.009) 0:00:22.143 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.008) 0:00:22.152 ******** 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_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:18 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.008) 0:00:22.160 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.015) 0:00:22.176 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.008) 0:00:22.185 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004134", "end": "2024-03-14 21:41:52.211614", "rc": 0, "start": "2024-03-14 21:41:52.207480" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.194) 0:00:22.379 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.009) 0:00:22.389 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:20 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.009) 0:00:22.399 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/assert_device_present.yml:3 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.016) 0:00:22.415 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.011) 0:00:22.427 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1710452511.9540539, "block_size": 4096, "blocks": 0, "ctime": 1710452511.9540539, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32653, "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": 1710452511.9540539, "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_hotfixesqxs5hu/tests/tasks/assert_device_present.yml:5 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.187) 0:00:22.615 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:23 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.010) 0:00:22.626 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:3 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.018) 0:00:22.645 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:8 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.007) 0:00:22.652 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:13 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.007) 0:00:22.660 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.011) 0:00:22.672 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.009) 0:00:22.681 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003428", "end": "2024-03-14 21:41:52.704515", "rc": 0, "start": "2024-03-14 21:41:52.701087" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.189) 0:00:22.871 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.009) 0:00:22.881 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:16 Thursday 14 March 2024 21:41:52 +0000 (0:00:00.009) 0:00:22.891 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:27 Thursday 14 March 2024 21:41:55 +0000 (0:00:02.727) 0:00:25.618 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:35 Thursday 14 March 2024 21:41:55 +0000 (0:00:00.015) 0:00:25.634 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:43 Thursday 14 March 2024 21:41:55 +0000 (0:00:00.008) 0:00:25.643 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:49 Thursday 14 March 2024 21:41:55 +0000 (0:00:00.009) 0:00:25.652 ******** 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_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:54 Thursday 14 March 2024 21:41:55 +0000 (0:00:00.015) 0:00:25.667 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007707", "end": "2024-03-14 21:41:55.696785", "rc": 0, "start": "2024-03-14 21:41:55.689078" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:60 Thursday 14 March 2024 21:41:55 +0000 (0:00:00.196) 0:00:25.864 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:65 Thursday 14 March 2024 21:41:55 +0000 (0:00:00.009) 0:00:25.873 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:27 Thursday 14 March 2024 21:41:55 +0000 (0:00:00.009) 0:00:25.882 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:3 Thursday 14 March 2024 21:41:55 +0000 (0:00:00.018) 0:00:25.901 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:3 Thursday 14 March 2024 21:41:55 +0000 (0:00:00.009) 0:00:25.910 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003689", "end": "2024-03-14 21:41:55.935835", "rc": 0, "start": "2024-03-14 21:41:55.932146" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:9 Thursday 14 March 2024 21:41:55 +0000 (0:00:00.194) 0:00:26.104 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/show_interfaces.yml:5 Thursday 14 March 2024 21:41:55 +0000 (0:00:00.010) 0:00:26.115 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/create_and_remove_interface.yml:29 Thursday 14 March 2024 21:41:55 +0000 (0:00:00.009) 0:00:26.125 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/assert_device_absent.yml:3 Thursday 14 March 2024 21:41:55 +0000 (0:00:00.020) 0:00:26.145 ******** included: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_interface_stat.yml:3 Thursday 14 March 2024 21:41:56 +0000 (0:00:00.013) 0:00:26.159 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/assert_device_absent.yml:5 Thursday 14 March 2024 21:41:56 +0000 (0:00:00.211) 0:00:26.371 ******** 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 Thursday 14 March 2024 21:41:56 +0000 (0:00:00.014) 0:00:26.386 ******** =============================================================================== Install iproute --------------------------------------------------------- 2.85s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.73s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.73s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.71s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.66s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.64s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.87s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.64s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:27 Enable EPEL 8 ----------------------------------------------------------- 0.45s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/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_hotfixesqxs5hu/tests/tasks/el_repo_setup.yml:3 --------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/el_repo_setup.yml:17 -------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/enable_epel.yml:8 ----------- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:35 Create dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:49 Get stat for interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_interface_stat.yml:3 ---- Delete veth interface veth1298 ------------------------------------------ 0.21s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:43 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/get_current_interfaces.yml:3 Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixesqxs5hu/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. ---^---^---^---^---^---