# 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_hotfix6zvmttzb/.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_hotfix6zvmttzb/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_hotfix6zvmttzb/tests/tests_helpers_and_asserts.yml:3 Sunday 18 February 2024 13:04:38 +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_hotfix6zvmttzb/tests/tests_helpers_and_asserts.yml:6 Sunday 18 February 2024 13:04:39 +0000 (0:00:00.967) 0:00:01.003 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/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_hotfix6zvmttzb/tests/tasks/el_repo_setup.yml:3 Sunday 18 February 2024 13:04:39 +0000 (0:00:00.013) 0:00:01.016 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/el_repo_setup.yml:17 Sunday 18 February 2024 13:04:39 +0000 (0:00:00.357) 0:00:01.373 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/el_repo_setup.yml:22 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.260) 0:00:01.634 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/el_repo_setup.yml:26 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.014) 0:00:01.648 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/el_repo_setup.yml:51 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.008) 0:00:01.656 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/enable_epel.yml:8 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.021) 0:00:01.677 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/enable_epel.yml:24 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.007) 0:00:01.685 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/enable_epel.yml:30 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.007) 0:00:01.693 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/enable_epel.yml:35 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.007) 0:00:01.700 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/enable_epel.yml:40 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.007) 0:00:01.707 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tests_helpers_and_asserts.yml:9 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.007) 0:00:01.715 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.011) 0:00:01.726 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.010) 0:00:01.737 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.009) 0:00:01.746 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003684", "end": "2024-02-18 13:04:40.542032", "rc": 0, "start": "2024-02-18 13:04:40.538348" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.262) 0:00:02.009 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.011) 0:00:02.021 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.009) 0:00:02.031 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.013) 0:00:02.045 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.007) 0:00:02.053 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.008) 0:00:02.061 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.011) 0:00:02.072 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.009) 0:00:02.082 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003726", "end": "2024-02-18 13:04:40.820604", "rc": 0, "start": "2024-02-18 13:04:40.816878" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.206) 0:00:02.288 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.010) 0:00:02.299 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 13:04:40 +0000 (0:00:00.009) 0:00:02.309 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 13:06:43 +0000 (0:02:02.442) 0:02:04.752 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.013) 0:02:04.765 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.008) 0:02:04.774 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.008) 0:02:04.782 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.008) 0:02:04.790 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.008) 0:02:04.799 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.008) 0:02:04.807 ******* 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_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.007) 0:02:04.814 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.013) 0:02:04.828 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.009) 0:02:04.838 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003630", "end": "2024-02-18 13:06:43.575452", "rc": 0, "start": "2024-02-18 13:06:43.571822" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.204) 0:02:05.043 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.010) 0:02:05.053 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.009) 0:02:05.063 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.013) 0:02:05.076 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.010) 0:02:05.087 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.200) 0:02:05.287 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.011) 0:02:05.298 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.015) 0:02:05.314 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.007) 0:02:05.321 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.007) 0:02:05.329 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.011) 0:02:05.340 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:06:43 +0000 (0:00:00.010) 0:02:05.351 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003643", "end": "2024-02-18 13:06:44.088608", "rc": 0, "start": "2024-02-18 13:06:44.084965" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:06:44 +0000 (0:00:00.204) 0:02:05.555 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:06:44 +0000 (0:00:00.010) 0:02:05.566 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 13:06:44 +0000 (0:00:00.009) 0:02:05.575 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 13:08:46 +0000 (0:02:02.230) 0:04:07.806 ******* 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.009159", "end": "2024-02-18 13:08:46.551902", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-18 13:08:46.542743" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003962", "end": "2024-02-18 13:08:46.806907", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-18 13:08:46.802945" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004592", "end": "2024-02-18 13:08:47.005995", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-18 13:08:47.001403" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.668) 0:04:08.474 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022829", "end": "2024-02-18 13:08:47.233408", "rc": 0, "start": "2024-02-18 13:08:47.210579" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.229) 0:04:08.703 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.011) 0:04:08.714 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.009) 0:04:08.724 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.009) 0:04:08.734 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.008) 0:04:08.743 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.008) 0:04:08.751 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.016) 0:04:08.767 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.009) 0:04:08.777 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003635", "end": "2024-02-18 13:08:47.515261", "rc": 0, "start": "2024-02-18 13:08:47.511626" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.204) 0:04:08.982 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.010) 0:04:08.992 ******* 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_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.009) 0:04:09.002 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.017) 0:04:09.019 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.010) 0:04:09.029 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708261726.5467095, "block_size": 4096, "blocks": 0, "ctime": 1708261726.5467095, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33267, "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": 1708261726.5467095, "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_hotfix6zvmttzb/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.204) 0:04:09.233 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.011) 0:04:09.244 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.019) 0:04:09.264 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.008) 0:04:09.272 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.007) 0:04:09.280 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.011) 0:04:09.292 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:08:47 +0000 (0:00:00.010) 0:04:09.302 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003739", "end": "2024-02-18 13:08:48.039682", "rc": 0, "start": "2024-02-18 13:08:48.035943" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:08:48 +0000 (0:00:00.205) 0:04:09.508 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:08:48 +0000 (0:00:00.010) 0:04:09.518 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 13:08:48 +0000 (0:00:00.010) 0:04:09.528 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 13:10:50 +0000 (0:02:02.275) 0:06:11.804 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 13:10:50 +0000 (0:00:00.014) 0:06:11.819 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 13:10:50 +0000 (0:00:00.008) 0:06:11.827 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.018512", "end": "2024-02-18 13:10:50.582910", "rc": 0, "start": "2024-02-18 13:10:50.564398" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 13:10:50 +0000 (0:00:00.226) 0:06:12.054 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 13:10:50 +0000 (0:00:00.008) 0:06:12.062 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 13:10:50 +0000 (0:00:00.008) 0:06:12.071 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 13:10:50 +0000 (0:00:00.009) 0:06:12.081 ******* 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_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 13:10:50 +0000 (0:00:00.007) 0:06:12.088 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:10:50 +0000 (0:00:00.020) 0:06:12.109 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:10:50 +0000 (0:00:00.010) 0:06:12.119 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003658", "end": "2024-02-18 13:10:50.858659", "rc": 0, "start": "2024-02-18 13:10:50.855001" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:10:50 +0000 (0:00:00.208) 0:06:12.327 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:10:50 +0000 (0:00:00.010) 0:06:12.337 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 13:10:50 +0000 (0:00:00.010) 0:06:12.348 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 13:10:50 +0000 (0:00:00.019) 0:06:12.368 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 13:10:50 +0000 (0:00:00.010) 0:06:12.378 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 13:10:51 +0000 (0:00:00.201) 0:06:12.580 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tests_helpers_and_asserts.yml:15 Sunday 18 February 2024 13:10:51 +0000 (0:00:00.011) 0:06:12.591 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:3 Sunday 18 February 2024 13:10:51 +0000 (0:00:00.013) 0:06:12.604 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:10:51 +0000 (0:00:00.010) 0:06:12.615 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:10:51 +0000 (0:00:00.009) 0:06:12.625 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003680", "end": "2024-02-18 13:10:51.360324", "rc": 0, "start": "2024-02-18 13:10:51.356644" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:10:51 +0000 (0:00:00.203) 0:06:12.828 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:10:51 +0000 (0:00:00.014) 0:06:12.842 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:5 Sunday 18 February 2024 13:10:51 +0000 (0:00:00.010) 0:06:12.852 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 13:10:51 +0000 (0:00:00.012) 0:06:12.865 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 13:10:51 +0000 (0:00:00.009) 0:06:12.875 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 13:10:51 +0000 (0:00:00.008) 0:06:12.883 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:10:51 +0000 (0:00:00.012) 0:06:12.896 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:10:51 +0000 (0:00:00.010) 0:06:12.907 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003669", "end": "2024-02-18 13:10:51.644271", "rc": 0, "start": "2024-02-18 13:10:51.640602" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:10:51 +0000 (0:00:00.204) 0:06:13.111 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:10:51 +0000 (0:00:00.010) 0:06:13.122 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 13:10:51 +0000 (0:00:00.009) 0:06:13.132 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 13:12:53 +0000 (0:02:02.250) 0:08:15.382 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 13:12:53 +0000 (0:00:00.014) 0:08:15.397 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 13:12:53 +0000 (0:00:00.008) 0:08:15.406 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 13:12:53 +0000 (0:00:00.008) 0:08:15.415 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 13:12:53 +0000 (0:00:00.008) 0:08:15.424 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 13:12:53 +0000 (0:00:00.008) 0:08:15.432 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 13:12:53 +0000 (0:00:00.008) 0:08:15.441 ******* 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_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:9 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.007) 0:08:15.449 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.014) 0:08:15.463 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.009) 0:08:15.473 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003738", "end": "2024-02-18 13:12:54.210541", "rc": 0, "start": "2024-02-18 13:12:54.206803" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.204) 0:08:15.677 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.010) 0:08:15.688 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:11 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.010) 0:08:15.698 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.013) 0:08:15.712 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.010) 0:08:15.722 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.200) 0:08:15.923 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:14 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.011) 0:08:15.935 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.015) 0:08:15.950 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.008) 0:08:15.959 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.008) 0:08:15.967 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.011) 0:08:15.978 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.009) 0:08:15.988 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003695", "end": "2024-02-18 13:12:54.728567", "rc": 0, "start": "2024-02-18 13:12:54.724872" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.208) 0:08:16.197 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.013) 0:08:16.211 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 13:12:54 +0000 (0:00:00.009) 0:08:16.221 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 13:14:57 +0000 (0:02:02.238) 0:10:18.460 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.014) 0:10:18.474 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.008) 0:10:18.483 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.008) 0:10:18.492 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006227", "end": "2024-02-18 13:14:57.233333", "rc": 0, "start": "2024-02-18 13:14:57.227106" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.217) 0:10:18.710 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.009) 0:10:18.719 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.009) 0:10:18.729 ******* 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_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:18 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.010) 0:10:18.739 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.016) 0:10:18.756 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.010) 0:10:18.766 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003764", "end": "2024-02-18 13:14:57.504189", "rc": 0, "start": "2024-02-18 13:14:57.500425" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.205) 0:10:18.972 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.010) 0:10:18.982 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:20 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.010) 0:10:18.992 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/assert_device_present.yml:3 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.016) 0:10:19.009 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.010) 0:10:19.019 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708262097.2305508, "block_size": 4096, "blocks": 0, "ctime": 1708262097.2305508, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33560, "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": 1708262097.2305508, "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_hotfix6zvmttzb/tests/tasks/assert_device_present.yml:5 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.202) 0:10:19.222 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:23 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.013) 0:10:19.235 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:3 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.018) 0:10:19.254 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:8 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.008) 0:10:19.262 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:13 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.007) 0:10:19.270 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.011) 0:10:19.282 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:14:57 +0000 (0:00:00.011) 0:10:19.293 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003654", "end": "2024-02-18 13:14:58.030524", "rc": 0, "start": "2024-02-18 13:14:58.026870" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:14:58 +0000 (0:00:00.204) 0:10:19.498 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:14:58 +0000 (0:00:00.010) 0:10:19.509 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:16 Sunday 18 February 2024 13:14:58 +0000 (0:00:00.010) 0:10:19.519 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:27 Sunday 18 February 2024 13:17:00 +0000 (0:02:02.272) 0:12:21.792 ******* skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:35 Sunday 18 February 2024 13:17:00 +0000 (0:00:00.015) 0:12:21.808 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:43 Sunday 18 February 2024 13:17:00 +0000 (0:00:00.009) 0:12:21.818 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:49 Sunday 18 February 2024 13:17:00 +0000 (0:00:00.010) 0:12:21.828 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:54 Sunday 18 February 2024 13:17:00 +0000 (0:00:00.009) 0:12:21.838 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009771", "end": "2024-02-18 13:17:00.584272", "rc": 0, "start": "2024-02-18 13:17:00.574501" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:60 Sunday 18 February 2024 13:17:00 +0000 (0:00:00.218) 0:12:22.057 ******* 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_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:65 Sunday 18 February 2024 13:17:00 +0000 (0:00:00.009) 0:12:22.066 ******* 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_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:27 Sunday 18 February 2024 13:17:00 +0000 (0:00:00.008) 0:12:22.074 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:3 Sunday 18 February 2024 13:17:00 +0000 (0:00:00.021) 0:12:22.096 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Sunday 18 February 2024 13:17:00 +0000 (0:00:00.052) 0:12:22.148 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003662", "end": "2024-02-18 13:17:00.887667", "rc": 0, "start": "2024-02-18 13:17:00.884005" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:9 Sunday 18 February 2024 13:17:00 +0000 (0:00:00.207) 0:12:22.356 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/show_interfaces.yml:5 Sunday 18 February 2024 13:17:00 +0000 (0:00:00.011) 0:12:22.367 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/create_and_remove_interface.yml:29 Sunday 18 February 2024 13:17:00 +0000 (0:00:00.009) 0:12:22.377 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/assert_device_absent.yml:3 Sunday 18 February 2024 13:17:00 +0000 (0:00:00.021) 0:12:22.398 ******* included: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_interface_stat.yml:3 Sunday 18 February 2024 13:17:00 +0000 (0:00:00.011) 0:12:22.409 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/assert_device_absent.yml:5 Sunday 18 February 2024 13:17:01 +0000 (0:00:00.202) 0:12:22.612 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Sunday 18 February 2024 13:17:01 +0000 (0:00:00.016) 0:12:22.628 ******* =============================================================================== Install iproute ------------------------------------------------------- 122.44s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.28s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.27s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.25s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.24s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:16 Install iproute ------------------------------------------------------- 122.23s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.97s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.67s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/el_repo_setup.yml:3 --------- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/el_repo_setup.yml:17 -------- Set up veth as managed by NetworkManager -------------------------------- 0.23s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:35 Delete veth interface veth1298 ------------------------------------------ 0.23s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:43 Delete dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:54 Create dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-nm_plugin_hotfix6zvmttzb/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. ---^---^---^---^---^---