# 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_hotfix6q5i9vox/.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_hotfix6q5i9vox/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_hotfix6q5i9vox/tests/tests_helpers_and_asserts.yml:3 Tuesday 20 February 2024 20:34:34 +0000 (0:00:00.093) 0:00:00.093 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tests_helpers_and_asserts.yml:6 Tuesday 20 February 2024 20:34:35 +0000 (0:00:01.017) 0:00:01.110 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/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_hotfix6q5i9vox/tests/tasks/el_repo_setup.yml:3 Tuesday 20 February 2024 20:34:35 +0000 (0:00:00.014) 0:00:01.125 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/el_repo_setup.yml:17 Tuesday 20 February 2024 20:34:36 +0000 (0:00:00.390) 0:00:01.515 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/el_repo_setup.yml:22 Tuesday 20 February 2024 20:34:36 +0000 (0:00:00.295) 0:00:01.811 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/el_repo_setup.yml:26 Tuesday 20 February 2024 20:34:36 +0000 (0:00:00.018) 0:00:01.829 ****** 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_hotfix6q5i9vox/tests/tasks/el_repo_setup.yml:51 Tuesday 20 February 2024 20:34:36 +0000 (0:00:00.015) 0:00:01.845 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/enable_epel.yml:8 Tuesday 20 February 2024 20:34:36 +0000 (0:00:00.049) 0:00:01.894 ****** 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_hotfix6q5i9vox/tests/tasks/enable_epel.yml:24 Tuesday 20 February 2024 20:34:36 +0000 (0:00:00.011) 0:00:01.905 ****** 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_hotfix6q5i9vox/tests/tasks/enable_epel.yml:30 Tuesday 20 February 2024 20:34:36 +0000 (0:00:00.016) 0:00:01.921 ****** 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_hotfix6q5i9vox/tests/tasks/enable_epel.yml:35 Tuesday 20 February 2024 20:34:36 +0000 (0:00:00.008) 0:00:01.930 ****** 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_hotfix6q5i9vox/tests/tasks/enable_epel.yml:40 Tuesday 20 February 2024 20:34:36 +0000 (0:00:00.014) 0:00:01.944 ****** 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_hotfix6q5i9vox/tests/tests_helpers_and_asserts.yml:9 Tuesday 20 February 2024 20:34:36 +0000 (0:00:00.056) 0:00:02.000 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:3 Tuesday 20 February 2024 20:34:36 +0000 (0:00:00.015) 0:00:02.016 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:34:36 +0000 (0:00:00.062) 0:00:02.079 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:34:36 +0000 (0:00:00.045) 0:00:02.125 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003711", "end": "2024-02-20 20:34:36.990471", "rc": 0, "start": "2024-02-20 20:34:36.986760" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:34:37 +0000 (0:00:00.304) 0:00:02.429 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:34:37 +0000 (0:00:00.012) 0:00:02.441 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:5 Tuesday 20 February 2024 20:34:37 +0000 (0:00:00.009) 0:00:02.450 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:34:37 +0000 (0:00:00.022) 0:00:02.473 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:34:37 +0000 (0:00:00.008) 0:00:02.481 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:34:37 +0000 (0:00:00.011) 0:00:02.492 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:34:37 +0000 (0:00:00.019) 0:00:02.512 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:34:37 +0000 (0:00:00.011) 0:00:02.523 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003585", "end": "2024-02-20 20:34:37.302795", "rc": 0, "start": "2024-02-20 20:34:37.299210" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:34:37 +0000 (0:00:00.207) 0:00:02.730 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:34:37 +0000 (0:00:00.011) 0:00:02.742 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:34:37 +0000 (0:00:00.009) 0:00:02.751 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:27 Tuesday 20 February 2024 20:34:39 +0000 (0:00:02.376) 0:00:05.127 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:35 Tuesday 20 February 2024 20:34:39 +0000 (0:00:00.014) 0:00:05.141 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:43 Tuesday 20 February 2024 20:34:39 +0000 (0:00:00.009) 0:00:05.150 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:49 Tuesday 20 February 2024 20:34:39 +0000 (0:00:00.009) 0:00:05.159 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:54 Tuesday 20 February 2024 20:34:39 +0000 (0:00:00.009) 0:00:05.169 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:60 Tuesday 20 February 2024 20:34:39 +0000 (0:00:00.007) 0:00:05.177 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:34:39 +0000 (0:00:00.007) 0:00:05.184 ****** 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_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:9 Tuesday 20 February 2024 20:34:39 +0000 (0:00:00.007) 0:00:05.192 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:34:39 +0000 (0:00:00.013) 0:00:05.205 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:34:39 +0000 (0:00:00.009) 0:00:05.214 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003908", "end": "2024-02-20 20:34:39.992840", "rc": 0, "start": "2024-02-20 20:34:39.988932" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:34:40 +0000 (0:00:00.211) 0:00:05.426 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:34:40 +0000 (0:00:00.011) 0:00:05.437 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:11 Tuesday 20 February 2024 20:34:40 +0000 (0:00:00.039) 0:00:05.476 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/assert_device_absent.yml:3 Tuesday 20 February 2024 20:34:40 +0000 (0:00:00.026) 0:00:05.503 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:34:40 +0000 (0:00:00.012) 0:00:05.516 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/assert_device_absent.yml:5 Tuesday 20 February 2024 20:34:40 +0000 (0:00:00.216) 0:00:05.733 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:14 Tuesday 20 February 2024 20:34:40 +0000 (0:00:00.017) 0:00:05.750 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:34:40 +0000 (0:00:00.024) 0:00:05.775 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:34:40 +0000 (0:00:00.026) 0:00:05.801 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:34:40 +0000 (0:00:00.011) 0:00:05.813 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:34:40 +0000 (0:00:00.015) 0:00:05.828 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:34:40 +0000 (0:00:00.020) 0:00:05.848 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003635", "end": "2024-02-20 20:34:40.663265", "rc": 0, "start": "2024-02-20 20:34:40.659630" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:34:40 +0000 (0:00:00.243) 0:00:06.092 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:34:40 +0000 (0:00:00.009) 0:00:06.102 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:34:40 +0000 (0:00:00.008) 0:00:06.110 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:27 Tuesday 20 February 2024 20:34:42 +0000 (0:00:02.233) 0:00:08.344 ****** 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.008743", "end": "2024-02-20 20:34:43.145576", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-20 20:34:43.136833" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004157", "end": "2024-02-20 20:34:43.406014", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-20 20:34:43.401857" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004056", "end": "2024-02-20 20:34:43.628759", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-20 20:34:43.624703" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:35 Tuesday 20 February 2024 20:34:43 +0000 (0:00:00.717) 0:00:09.061 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023387", "end": "2024-02-20 20:34:43.864886", "rc": 0, "start": "2024-02-20 20:34:43.841499" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:43 Tuesday 20 February 2024 20:34:43 +0000 (0:00:00.239) 0:00:09.301 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:49 Tuesday 20 February 2024 20:34:43 +0000 (0:00:00.014) 0:00:09.315 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:54 Tuesday 20 February 2024 20:34:43 +0000 (0:00:00.008) 0:00:09.323 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:60 Tuesday 20 February 2024 20:34:43 +0000 (0:00:00.009) 0:00:09.333 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:34:43 +0000 (0:00:00.008) 0:00:09.341 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:18 Tuesday 20 February 2024 20:34:43 +0000 (0:00:00.008) 0:00:09.349 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:34:43 +0000 (0:00:00.016) 0:00:09.365 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:34:43 +0000 (0:00:00.010) 0:00:09.376 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003668", "end": "2024-02-20 20:34:44.156678", "rc": 0, "start": "2024-02-20 20:34:44.153010" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:34:44 +0000 (0:00:00.216) 0:00:09.592 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:34:44 +0000 (0:00:00.014) 0:00:09.606 ****** 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_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:20 Tuesday 20 February 2024 20:34:44 +0000 (0:00:00.011) 0:00:09.618 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/assert_device_present.yml:3 Tuesday 20 February 2024 20:34:44 +0000 (0:00:00.026) 0:00:09.644 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:34:44 +0000 (0:00:00.016) 0:00:09.661 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1708461283.1407871, "block_size": 4096, "blocks": 0, "ctime": 1708461283.1407871, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33145, "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": 1708461283.1407871, "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_hotfix6q5i9vox/tests/tasks/assert_device_present.yml:5 Tuesday 20 February 2024 20:34:44 +0000 (0:00:00.256) 0:00:09.918 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:23 Tuesday 20 February 2024 20:34:44 +0000 (0:00:00.058) 0:00:09.977 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:34:44 +0000 (0:00:00.030) 0:00:10.007 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:34:44 +0000 (0:00:00.022) 0:00:10.030 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:34:44 +0000 (0:00:00.016) 0:00:10.047 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:34:44 +0000 (0:00:00.018) 0:00:10.065 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:34:44 +0000 (0:00:00.022) 0:00:10.088 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003660", "end": "2024-02-20 20:34:44.912482", "rc": 0, "start": "2024-02-20 20:34:44.908822" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:34:44 +0000 (0:00:00.258) 0:00:10.346 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:34:44 +0000 (0:00:00.014) 0:00:10.360 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:34:44 +0000 (0:00:00.010) 0:00:10.371 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:27 Tuesday 20 February 2024 20:34:47 +0000 (0:00:02.467) 0:00:12.838 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:35 Tuesday 20 February 2024 20:34:47 +0000 (0:00:00.018) 0:00:12.856 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:43 Tuesday 20 February 2024 20:34:47 +0000 (0:00:00.012) 0:00:12.869 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008035", "end": "2024-02-20 20:34:47.671585", "rc": 0, "start": "2024-02-20 20:34:47.663550" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:49 Tuesday 20 February 2024 20:34:47 +0000 (0:00:00.243) 0:00:13.113 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:54 Tuesday 20 February 2024 20:34:47 +0000 (0:00:00.009) 0:00:13.122 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:60 Tuesday 20 February 2024 20:34:47 +0000 (0:00:00.009) 0:00:13.132 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:34:47 +0000 (0:00:00.013) 0:00:13.146 ****** 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_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:27 Tuesday 20 February 2024 20:34:47 +0000 (0:00:00.013) 0:00:13.159 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:34:47 +0000 (0:00:00.043) 0:00:13.202 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:34:47 +0000 (0:00:00.016) 0:00:13.219 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003711", "end": "2024-02-20 20:34:48.008356", "rc": 0, "start": "2024-02-20 20:34:48.004645" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.236) 0:00:13.455 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.021) 0:00:13.477 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:29 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.015) 0:00:13.492 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/assert_device_absent.yml:3 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.022) 0:00:13.514 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.021) 0:00:13.536 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/assert_device_absent.yml:5 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.210) 0:00:13.747 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tests_helpers_and_asserts.yml:15 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.012) 0:00:13.759 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:3 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.021) 0:00:13.781 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.011) 0:00:13.793 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.019) 0:00:13.812 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003734", "end": "2024-02-20 20:34:48.596865", "rc": 0, "start": "2024-02-20 20:34:48.593131" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.265) 0:00:14.077 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.040) 0:00:14.118 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:5 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.019) 0:00:14.137 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.040) 0:00:14.177 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.051) 0:00:14.229 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.034) 0:00:14.263 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.022) 0:00:14.286 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:34:48 +0000 (0:00:00.014) 0:00:14.301 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003737", "end": "2024-02-20 20:34:49.082038", "rc": 0, "start": "2024-02-20 20:34:49.078301" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:34:49 +0000 (0:00:00.210) 0:00:14.512 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:34:49 +0000 (0:00:00.012) 0:00:14.524 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:34:49 +0000 (0:00:00.010) 0:00:14.534 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:27 Tuesday 20 February 2024 20:34:51 +0000 (0:00:02.317) 0:00:16.851 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:35 Tuesday 20 February 2024 20:34:51 +0000 (0:00:00.014) 0:00:16.866 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:43 Tuesday 20 February 2024 20:34:51 +0000 (0:00:00.013) 0:00:16.880 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:49 Tuesday 20 February 2024 20:34:51 +0000 (0:00:00.012) 0:00:16.892 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:54 Tuesday 20 February 2024 20:34:51 +0000 (0:00:00.015) 0:00:16.908 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:60 Tuesday 20 February 2024 20:34:51 +0000 (0:00:00.012) 0:00:16.920 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:34:51 +0000 (0:00:00.009) 0:00:16.930 ****** 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_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:9 Tuesday 20 February 2024 20:34:51 +0000 (0:00:00.011) 0:00:16.942 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:34:51 +0000 (0:00:00.028) 0:00:16.971 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:34:51 +0000 (0:00:00.027) 0:00:16.998 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003815", "end": "2024-02-20 20:34:51.782476", "rc": 0, "start": "2024-02-20 20:34:51.778661" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:34:51 +0000 (0:00:00.217) 0:00:17.215 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:34:51 +0000 (0:00:00.012) 0:00:17.228 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:11 Tuesday 20 February 2024 20:34:51 +0000 (0:00:00.012) 0:00:17.241 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/assert_device_absent.yml:3 Tuesday 20 February 2024 20:34:51 +0000 (0:00:00.019) 0:00:17.261 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:34:51 +0000 (0:00:00.015) 0:00:17.276 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/assert_device_absent.yml:5 Tuesday 20 February 2024 20:34:52 +0000 (0:00:00.208) 0:00:17.484 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:14 Tuesday 20 February 2024 20:34:52 +0000 (0:00:00.011) 0:00:17.496 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:34:52 +0000 (0:00:00.016) 0:00:17.512 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:34:52 +0000 (0:00:00.008) 0:00:17.521 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:34:52 +0000 (0:00:00.018) 0:00:17.539 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:34:52 +0000 (0:00:00.013) 0:00:17.552 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:34:52 +0000 (0:00:00.010) 0:00:17.562 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003771", "end": "2024-02-20 20:34:52.343544", "rc": 0, "start": "2024-02-20 20:34:52.339773" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:34:52 +0000 (0:00:00.220) 0:00:17.783 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:34:52 +0000 (0:00:00.016) 0:00:17.799 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:34:52 +0000 (0:00:00.013) 0:00:17.813 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:27 Tuesday 20 February 2024 20:34:54 +0000 (0:00:02.284) 0:00:20.097 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:35 Tuesday 20 February 2024 20:34:54 +0000 (0:00:00.015) 0:00:20.113 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:43 Tuesday 20 February 2024 20:34:54 +0000 (0:00:00.008) 0:00:20.122 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:49 Tuesday 20 February 2024 20:34:54 +0000 (0:00:00.008) 0:00:20.130 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.115096", "end": "2024-02-20 20:34:55.027839", "rc": 0, "start": "2024-02-20 20:34:54.912743" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:54 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.341) 0:00:20.472 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:60 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.010) 0:00:20.482 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.009) 0:00:20.491 ****** 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_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:18 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.015) 0:00:20.507 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.024) 0:00:20.531 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.011) 0:00:20.542 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003695", "end": "2024-02-20 20:34:55.326767", "rc": 0, "start": "2024-02-20 20:34:55.323072" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.216) 0:00:20.759 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.020) 0:00:20.780 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:20 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.035) 0:00:20.816 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/assert_device_present.yml:3 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.028) 0:00:20.844 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.011) 0:00:20.856 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1708461295.0254784, "block_size": 4096, "blocks": 0, "ctime": 1708461295.0254784, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33477, "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": 1708461295.0254784, "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_hotfix6q5i9vox/tests/tasks/assert_device_present.yml:5 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.239) 0:00:21.095 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:23 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.018) 0:00:21.114 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:3 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.020) 0:00:21.134 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:8 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.008) 0:00:21.143 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:13 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.007) 0:00:21.150 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.011) 0:00:21.162 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.010) 0:00:21.173 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003667", "end": "2024-02-20 20:34:55.955073", "rc": 0, "start": "2024-02-20 20:34:55.951406" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.212) 0:00:21.385 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.009) 0:00:21.395 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:16 Tuesday 20 February 2024 20:34:55 +0000 (0:00:00.010) 0:00:21.406 ****** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:27 Tuesday 20 February 2024 20:34:58 +0000 (0:00:02.311) 0:00:23.717 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:35 Tuesday 20 February 2024 20:34:58 +0000 (0:00:00.019) 0:00:23.736 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:43 Tuesday 20 February 2024 20:34:58 +0000 (0:00:00.012) 0:00:23.748 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:49 Tuesday 20 February 2024 20:34:58 +0000 (0:00:00.009) 0:00:23.758 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:54 Tuesday 20 February 2024 20:34:58 +0000 (0:00:00.015) 0:00:23.773 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008662", "end": "2024-02-20 20:34:58.568112", "rc": 0, "start": "2024-02-20 20:34:58.559450" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:60 Tuesday 20 February 2024 20:34:58 +0000 (0:00:00.235) 0:00:24.008 ****** 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_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:65 Tuesday 20 February 2024 20:34:58 +0000 (0:00:00.009) 0:00:24.018 ****** 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_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:27 Tuesday 20 February 2024 20:34:58 +0000 (0:00:00.007) 0:00:24.026 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:3 Tuesday 20 February 2024 20:34:58 +0000 (0:00:00.020) 0:00:24.046 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Tuesday 20 February 2024 20:34:58 +0000 (0:00:00.050) 0:00:24.097 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003718", "end": "2024-02-20 20:34:58.876749", "rc": 0, "start": "2024-02-20 20:34:58.873031" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:9 Tuesday 20 February 2024 20:34:58 +0000 (0:00:00.210) 0:00:24.307 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/show_interfaces.yml:5 Tuesday 20 February 2024 20:34:58 +0000 (0:00:00.017) 0:00:24.324 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/create_and_remove_interface.yml:29 Tuesday 20 February 2024 20:34:58 +0000 (0:00:00.009) 0:00:24.334 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/assert_device_absent.yml:3 Tuesday 20 February 2024 20:34:58 +0000 (0:00:00.019) 0:00:24.354 ****** included: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_interface_stat.yml:3 Tuesday 20 February 2024 20:34:58 +0000 (0:00:00.011) 0:00:24.366 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/assert_device_absent.yml:5 Tuesday 20 February 2024 20:34:59 +0000 (0:00:00.208) 0:00:24.575 ****** 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 Tuesday 20 February 2024 20:34:59 +0000 (0:00:00.024) 0:00:24.599 ****** =============================================================================== Install iproute --------------------------------------------------------- 2.47s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.38s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.32s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.31s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.28s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.23s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.02s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.72s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.39s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/el_repo_setup.yml:3 --------- Create dummy interface dummy1298 ---------------------------------------- 0.34s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.30s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/el_repo_setup.yml:17 -------- Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Get stat for interface veth1298 ----------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_interface_stat.yml:3 ---- Delete veth interface veth1298 ------------------------------------------ 0.24s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:43 Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_current_interfaces.yml:3 Get stat for interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/get_interface_stat.yml:3 ---- Set up veth as managed by NetworkManager -------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/tests/tasks/manage_test_interface.yml:35 Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-nm_plugin_hotfix6q5i9vox/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. ---^---^---^---^---^---