# 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_hotfixd8i6_zc5/.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_hotfixd8i6_zc5/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_hotfixd8i6_zc5/tests/tests_helpers_and_asserts.yml:3 Monday 19 February 2024 23:55:35 +0000 (0:00:00.034) 0:00:00.034 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tests_helpers_and_asserts.yml:6 Monday 19 February 2024 23:55:37 +0000 (0:00:01.868) 0:00:01.903 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/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_hotfixd8i6_zc5/tests/tasks/el_repo_setup.yml:3 Monday 19 February 2024 23:55:37 +0000 (0:00:00.011) 0:00:01.914 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/el_repo_setup.yml:17 Monday 19 February 2024 23:55:37 +0000 (0:00:00.359) 0:00:02.274 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/el_repo_setup.yml:22 Monday 19 February 2024 23:55:37 +0000 (0:00:00.247) 0:00:02.522 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/el_repo_setup.yml:26 Monday 19 February 2024 23:55:37 +0000 (0:00:00.013) 0:00:02.535 ******* 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_hotfixd8i6_zc5/tests/tasks/el_repo_setup.yml:51 Monday 19 February 2024 23:55:37 +0000 (0:00:00.008) 0:00:02.543 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/enable_epel.yml:8 Monday 19 February 2024 23:55:37 +0000 (0:00:00.020) 0:00:02.563 ******* 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_hotfixd8i6_zc5/tests/tasks/enable_epel.yml:24 Monday 19 February 2024 23:55:37 +0000 (0:00:00.248) 0:00:02.812 ******* 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_hotfixd8i6_zc5/tests/tasks/enable_epel.yml:30 Monday 19 February 2024 23:55:37 +0000 (0:00:00.008) 0:00:02.821 ******* 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_hotfixd8i6_zc5/tests/tasks/enable_epel.yml:35 Monday 19 February 2024 23:55:37 +0000 (0:00:00.008) 0:00:02.829 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.247640", "end": "2024-02-19 23:55:38.377033", "rc": 0, "start": "2024-02-19 23:55:38.129393" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/enable_epel.yml:40 Monday 19 February 2024 23:55:38 +0000 (0:00:00.435) 0:00:03.265 ******* 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_hotfixd8i6_zc5/tests/tests_helpers_and_asserts.yml:9 Monday 19 February 2024 23:55:38 +0000 (0:00:00.008) 0:00:03.273 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 23:55:38 +0000 (0:00:00.011) 0:00:03.285 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:55:38 +0000 (0:00:00.009) 0:00:03.294 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:55:38 +0000 (0:00:00.008) 0:00:03.302 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003276", "end": "2024-02-19 23:55:38.602146", "rc": 0, "start": "2024-02-19 23:55:38.598870" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:55:38 +0000 (0:00:00.187) 0:00:03.490 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:55:38 +0000 (0:00:00.009) 0:00:03.499 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 23:55:38 +0000 (0:00:00.008) 0:00:03.507 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:55:38 +0000 (0:00:00.013) 0:00:03.521 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:55:38 +0000 (0:00:00.007) 0:00:03.529 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:55:38 +0000 (0:00:00.007) 0:00:03.536 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:55:38 +0000 (0:00:00.010) 0:00:03.546 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:55:38 +0000 (0:00:00.008) 0:00:03.555 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003350", "end": "2024-02-19 23:55:38.855713", "rc": 0, "start": "2024-02-19 23:55:38.852363" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:55:38 +0000 (0:00:00.187) 0:00:03.742 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:55:38 +0000 (0:00:00.011) 0:00:03.754 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:55:38 +0000 (0:00:00.009) 0:00:03.763 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 23:55:41 +0000 (0:00:02.957) 0:00:06.720 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 23:55:41 +0000 (0:00:00.014) 0:00:06.735 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 23:55:41 +0000 (0:00:00.007) 0:00:06.743 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 23:55:41 +0000 (0:00:00.008) 0:00:06.751 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 23:55:41 +0000 (0:00:00.007) 0:00:06.759 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 23:55:41 +0000 (0:00:00.007) 0:00:06.766 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:55:41 +0000 (0:00:00.007) 0:00:06.774 ******* 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_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 23:55:41 +0000 (0:00:00.007) 0:00:06.781 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:55:41 +0000 (0:00:00.011) 0:00:06.793 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:55:41 +0000 (0:00:00.008) 0:00:06.802 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003458", "end": "2024-02-19 23:55:42.103685", "rc": 0, "start": "2024-02-19 23:55:42.100227" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:55:42 +0000 (0:00:00.189) 0:00:06.991 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:55:42 +0000 (0:00:00.009) 0:00:07.000 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 23:55:42 +0000 (0:00:00.008) 0:00:07.008 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 23:55:42 +0000 (0:00:00.013) 0:00:07.022 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:55:42 +0000 (0:00:00.009) 0:00:07.031 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 23:55:42 +0000 (0:00:00.183) 0:00:07.215 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 23:55:42 +0000 (0:00:00.009) 0:00:07.225 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:55:42 +0000 (0:00:00.014) 0:00:07.239 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:55:42 +0000 (0:00:00.007) 0:00:07.247 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:55:42 +0000 (0:00:00.007) 0:00:07.254 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:55:42 +0000 (0:00:00.010) 0:00:07.265 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:55:42 +0000 (0:00:00.009) 0:00:07.274 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003421", "end": "2024-02-19 23:55:42.574547", "rc": 0, "start": "2024-02-19 23:55:42.571126" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:55:42 +0000 (0:00:00.189) 0:00:07.463 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:55:42 +0000 (0:00:00.011) 0:00:07.475 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:55:42 +0000 (0:00:00.009) 0:00:07.485 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 23:55:45 +0000 (0:00:02.532) 0:00:10.017 ******* 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.012099", "end": "2024-02-19 23:55:45.332163", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-19 23:55:45.320064" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004010", "end": "2024-02-19 23:55:45.560431", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-19 23:55:45.556421" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004492", "end": "2024-02-19 23:55:45.744604", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-19 23:55:45.740112" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 23:55:45 +0000 (0:00:00.615) 0:00:10.632 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024340", "end": "2024-02-19 23:55:45.956502", "rc": 0, "start": "2024-02-19 23:55:45.932162" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 23:55:45 +0000 (0:00:00.212) 0:00:10.845 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 23:55:45 +0000 (0:00:00.009) 0:00:10.854 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 23:55:45 +0000 (0:00:00.007) 0:00:10.862 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 23:55:46 +0000 (0:00:00.007) 0:00:10.870 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:55:46 +0000 (0:00:00.008) 0:00:10.878 ******* 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_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 23:55:46 +0000 (0:00:00.007) 0:00:10.886 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:55:46 +0000 (0:00:00.016) 0:00:10.902 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:55:46 +0000 (0:00:00.009) 0:00:10.911 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003354", "end": "2024-02-19 23:55:46.214199", "rc": 0, "start": "2024-02-19 23:55:46.210845" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:55:46 +0000 (0:00:00.189) 0:00:11.101 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:55:46 +0000 (0:00:00.009) 0:00:11.111 ******* 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_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 23:55:46 +0000 (0:00:00.009) 0:00:11.120 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 23:55:46 +0000 (0:00:00.015) 0:00:11.136 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:55:46 +0000 (0:00:00.009) 0:00:11.145 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708386945.323784, "block_size": 4096, "blocks": 0, "ctime": 1708386945.323784, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32574, "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": 1708386945.323784, "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_hotfixd8i6_zc5/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 23:55:46 +0000 (0:00:00.186) 0:00:11.332 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 23:55:46 +0000 (0:00:00.010) 0:00:11.343 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:55:46 +0000 (0:00:00.017) 0:00:11.360 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:55:46 +0000 (0:00:00.007) 0:00:11.368 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:55:46 +0000 (0:00:00.008) 0:00:11.376 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:55:46 +0000 (0:00:00.010) 0:00:11.387 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:55:46 +0000 (0:00:00.009) 0:00:11.396 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003248", "end": "2024-02-19 23:55:46.697218", "rc": 0, "start": "2024-02-19 23:55:46.693970" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:55:46 +0000 (0:00:00.187) 0:00:11.584 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:55:46 +0000 (0:00:00.009) 0:00:11.594 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:55:46 +0000 (0:00:00.011) 0:00:11.605 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 23:55:49 +0000 (0:00:02.573) 0:00:14.179 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 23:55:49 +0000 (0:00:00.016) 0:00:14.195 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 23:55:49 +0000 (0:00:00.007) 0:00:14.203 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.012295", "end": "2024-02-19 23:55:49.515018", "rc": 0, "start": "2024-02-19 23:55:49.502723" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 23:55:49 +0000 (0:00:00.202) 0:00:14.405 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 23:55:49 +0000 (0:00:00.009) 0:00:14.414 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 23:55:49 +0000 (0:00:00.007) 0:00:14.422 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:55:49 +0000 (0:00:00.012) 0:00:14.435 ******* 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_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 23:55:49 +0000 (0:00:00.008) 0:00:14.443 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:55:49 +0000 (0:00:00.018) 0:00:14.462 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:55:49 +0000 (0:00:00.009) 0:00:14.471 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003561", "end": "2024-02-19 23:55:49.773426", "rc": 0, "start": "2024-02-19 23:55:49.769865" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:55:49 +0000 (0:00:00.189) 0:00:14.660 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:55:49 +0000 (0:00:00.009) 0:00:14.670 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 23:55:49 +0000 (0:00:00.008) 0:00:14.679 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 23:55:49 +0000 (0:00:00.019) 0:00:14.698 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:55:49 +0000 (0:00:00.009) 0:00:14.708 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 23:55:50 +0000 (0:00:00.184) 0:00:14.892 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tests_helpers_and_asserts.yml:15 Monday 19 February 2024 23:55:50 +0000 (0:00:00.010) 0:00:14.903 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 23:55:50 +0000 (0:00:00.013) 0:00:14.916 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:55:50 +0000 (0:00:00.009) 0:00:14.926 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:55:50 +0000 (0:00:00.009) 0:00:14.935 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003360", "end": "2024-02-19 23:55:50.237063", "rc": 0, "start": "2024-02-19 23:55:50.233703" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:55:50 +0000 (0:00:00.188) 0:00:15.124 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:55:50 +0000 (0:00:00.009) 0:00:15.134 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 23:55:50 +0000 (0:00:00.009) 0:00:15.144 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:55:50 +0000 (0:00:00.011) 0:00:15.155 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:55:50 +0000 (0:00:00.007) 0:00:15.163 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:55:50 +0000 (0:00:00.007) 0:00:15.170 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:55:50 +0000 (0:00:00.010) 0:00:15.180 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:55:50 +0000 (0:00:00.009) 0:00:15.189 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003570", "end": "2024-02-19 23:55:50.490823", "rc": 0, "start": "2024-02-19 23:55:50.487253" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:55:50 +0000 (0:00:00.196) 0:00:15.386 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:55:50 +0000 (0:00:00.014) 0:00:15.400 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:55:50 +0000 (0:00:00.008) 0:00:15.409 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 23:55:53 +0000 (0:00:02.657) 0:00:18.067 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 23:55:53 +0000 (0:00:00.015) 0:00:18.082 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 23:55:53 +0000 (0:00:00.009) 0:00:18.092 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 23:55:53 +0000 (0:00:00.009) 0:00:18.101 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 23:55:53 +0000 (0:00:00.008) 0:00:18.109 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 23:55:53 +0000 (0:00:00.009) 0:00:18.119 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:55:53 +0000 (0:00:00.007) 0:00:18.126 ******* 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_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 23:55:53 +0000 (0:00:00.007) 0:00:18.133 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:55:53 +0000 (0:00:00.014) 0:00:18.147 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:55:53 +0000 (0:00:00.009) 0:00:18.157 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003389", "end": "2024-02-19 23:55:53.458699", "rc": 0, "start": "2024-02-19 23:55:53.455310" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:55:53 +0000 (0:00:00.190) 0:00:18.347 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:55:53 +0000 (0:00:00.009) 0:00:18.357 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 23:55:53 +0000 (0:00:00.009) 0:00:18.367 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 23:55:53 +0000 (0:00:00.013) 0:00:18.380 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:55:53 +0000 (0:00:00.009) 0:00:18.390 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 23:55:53 +0000 (0:00:00.186) 0:00:18.576 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 23:55:53 +0000 (0:00:00.012) 0:00:18.589 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:55:53 +0000 (0:00:00.015) 0:00:18.605 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:55:53 +0000 (0:00:00.010) 0:00:18.616 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:55:53 +0000 (0:00:00.032) 0:00:18.648 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:55:53 +0000 (0:00:00.030) 0:00:18.678 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:55:53 +0000 (0:00:00.010) 0:00:18.689 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003340", "end": "2024-02-19 23:55:54.006841", "rc": 0, "start": "2024-02-19 23:55:54.003501" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:55:54 +0000 (0:00:00.205) 0:00:18.895 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:55:54 +0000 (0:00:00.009) 0:00:18.905 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:55:54 +0000 (0:00:00.009) 0:00:18.915 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 23:55:56 +0000 (0:00:02.640) 0:00:21.555 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 23:55:56 +0000 (0:00:00.014) 0:00:21.569 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 23:55:56 +0000 (0:00:00.009) 0:00:21.578 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 23:55:56 +0000 (0:00:00.007) 0:00:21.586 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009426", "end": "2024-02-19 23:55:56.894996", "rc": 0, "start": "2024-02-19 23:55:56.885570" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 23:55:56 +0000 (0:00:00.207) 0:00:21.794 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 23:55:56 +0000 (0:00:00.009) 0:00:21.804 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:55:56 +0000 (0:00:00.008) 0:00:21.812 ******* 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_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 23:55:56 +0000 (0:00:00.013) 0:00:21.825 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:55:56 +0000 (0:00:00.015) 0:00:21.841 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:55:56 +0000 (0:00:00.009) 0:00:21.850 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003662", "end": "2024-02-19 23:55:57.152926", "rc": 0, "start": "2024-02-19 23:55:57.149264" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:55:57 +0000 (0:00:00.189) 0:00:22.040 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:55:57 +0000 (0:00:00.009) 0:00:22.050 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 23:55:57 +0000 (0:00:00.008) 0:00:22.059 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 23:55:57 +0000 (0:00:00.016) 0:00:22.075 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:55:57 +0000 (0:00:00.009) 0:00:22.084 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708386956.894355, "block_size": 4096, "blocks": 0, "ctime": 1708386956.894355, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32897, "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": 1708386956.894355, "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_hotfixd8i6_zc5/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 23:55:57 +0000 (0:00:00.187) 0:00:22.272 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 23:55:57 +0000 (0:00:00.010) 0:00:22.283 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:55:57 +0000 (0:00:00.019) 0:00:22.302 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:55:57 +0000 (0:00:00.011) 0:00:22.313 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:55:57 +0000 (0:00:00.009) 0:00:22.323 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:55:57 +0000 (0:00:00.023) 0:00:22.347 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:55:57 +0000 (0:00:00.011) 0:00:22.359 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003220", "end": "2024-02-19 23:55:57.660289", "rc": 0, "start": "2024-02-19 23:55:57.657069" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:55:57 +0000 (0:00:00.188) 0:00:22.547 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:55:57 +0000 (0:00:00.009) 0:00:22.557 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:55:57 +0000 (0:00:00.009) 0:00:22.567 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 23:56:00 +0000 (0:00:02.647) 0:00:25.214 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 23:56:00 +0000 (0:00:00.015) 0:00:25.230 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 23:56:00 +0000 (0:00:00.008) 0:00:25.238 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 23:56:00 +0000 (0:00:00.008) 0:00:25.247 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 23:56:00 +0000 (0:00:00.009) 0:00:25.256 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008463", "end": "2024-02-19 23:56:00.563847", "rc": 0, "start": "2024-02-19 23:56:00.555384" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 23:56:00 +0000 (0:00:00.199) 0:00:25.455 ******* 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_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:56:00 +0000 (0:00:00.010) 0:00:25.466 ******* 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_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 23:56:00 +0000 (0:00:00.010) 0:00:25.476 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:56:00 +0000 (0:00:00.019) 0:00:25.496 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:56:00 +0000 (0:00:00.009) 0:00:25.506 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003476", "end": "2024-02-19 23:56:00.808805", "rc": 0, "start": "2024-02-19 23:56:00.805329" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:56:00 +0000 (0:00:00.190) 0:00:25.696 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:56:00 +0000 (0:00:00.009) 0:00:25.706 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 23:56:00 +0000 (0:00:00.009) 0:00:25.715 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 23:56:00 +0000 (0:00:00.019) 0:00:25.735 ******* included: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:56:00 +0000 (0:00:00.009) 0:00:25.745 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 23:56:01 +0000 (0:00:00.186) 0:00:25.931 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Monday 19 February 2024 23:56:01 +0000 (0:00:00.015) 0:00:25.947 ******* =============================================================================== Install iproute --------------------------------------------------------- 2.96s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.66s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.65s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.64s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.57s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.53s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.87s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.62s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:27 Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/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_hotfixd8i6_zc5/tests/tasks/el_repo_setup.yml:3 --------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/enable_epel.yml:8 ----------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:35 Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:43 Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-nm_plugin_hotfixd8i6_zc5/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. ---^---^---^---^---^---