# 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_hotfix_8k11lep/.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_hotfix_8k11lep/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_hotfix_8k11lep/tests/tests_helpers_and_asserts.yml:3 Monday 19 February 2024 23:40:32 +0000 (0:00:00.033) 0:00:00.033 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tests_helpers_and_asserts.yml:6 Monday 19 February 2024 23:40:33 +0000 (0:00:01.041) 0:00:01.074 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/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_hotfix_8k11lep/tests/tasks/el_repo_setup.yml:3 Monday 19 February 2024 23:40:33 +0000 (0:00:00.012) 0:00:01.087 ******* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/el_repo_setup.yml:17 Monday 19 February 2024 23:40:33 +0000 (0:00:00.438) 0:00:01.526 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/el_repo_setup.yml:22 Monday 19 February 2024 23:40:34 +0000 (0:00:00.323) 0:00:01.849 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/el_repo_setup.yml:26 Monday 19 February 2024 23:40:34 +0000 (0:00:00.015) 0:00:01.864 ******* 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_hotfix_8k11lep/tests/tasks/el_repo_setup.yml:51 Monday 19 February 2024 23:40:34 +0000 (0:00:00.012) 0:00:01.876 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/enable_epel.yml:8 Monday 19 February 2024 23:40:34 +0000 (0:00:00.029) 0:00:01.905 ******* 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_hotfix_8k11lep/tests/tasks/enable_epel.yml:24 Monday 19 February 2024 23:40:34 +0000 (0:00:00.008) 0:00:01.914 ******* 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_hotfix_8k11lep/tests/tasks/enable_epel.yml:30 Monday 19 February 2024 23:40:34 +0000 (0:00:00.007) 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_hotfix_8k11lep/tests/tasks/enable_epel.yml:35 Monday 19 February 2024 23:40:34 +0000 (0:00:00.007) 0:00:01.929 ******* 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_hotfix_8k11lep/tests/tasks/enable_epel.yml:40 Monday 19 February 2024 23:40:34 +0000 (0:00:00.007) 0:00:01.936 ******* 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_hotfix_8k11lep/tests/tests_helpers_and_asserts.yml:9 Monday 19 February 2024 23:40:34 +0000 (0:00:00.007) 0:00:01.944 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 23:40:34 +0000 (0:00:00.011) 0:00:01.956 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:40:34 +0000 (0:00:00.010) 0:00:01.966 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:40:34 +0000 (0:00:00.010) 0:00:01.977 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003948", "end": "2024-02-19 23:40:34.551020", "rc": 0, "start": "2024-02-19 23:40:34.547072" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:40:34 +0000 (0:00:00.308) 0:00:02.285 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:40:34 +0000 (0:00:00.011) 0:00:02.297 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 23:40:34 +0000 (0:00:00.011) 0:00:02.309 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:40:34 +0000 (0:00:00.014) 0:00:02.324 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:40:34 +0000 (0:00:00.010) 0:00:02.334 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:40:34 +0000 (0:00:00.010) 0:00:02.345 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:40:34 +0000 (0:00:00.012) 0:00:02.357 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:40:34 +0000 (0:00:00.010) 0:00:02.368 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003793", "end": "2024-02-19 23:40:34.886528", "rc": 0, "start": "2024-02-19 23:40:34.882735" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:40:34 +0000 (0:00:00.247) 0:00:02.615 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:40:34 +0000 (0:00:00.009) 0:00:02.625 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:40:34 +0000 (0:00:00.008) 0:00:02.634 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 23:40:37 +0000 (0:00:02.201) 0:00:04.835 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 23:40:37 +0000 (0:00:00.013) 0:00:04.849 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 23:40:37 +0000 (0:00:00.008) 0:00:04.857 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 23:40:37 +0000 (0:00:00.008) 0:00:04.865 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 23:40:37 +0000 (0:00:00.008) 0:00:04.874 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 23:40:37 +0000 (0:00:00.008) 0:00:04.883 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:40:37 +0000 (0:00:00.009) 0:00:04.892 ******* 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_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 23:40:37 +0000 (0:00:00.007) 0:00:04.900 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:40:37 +0000 (0:00:00.014) 0:00:04.914 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:40:37 +0000 (0:00:00.009) 0:00:04.924 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003965", "end": "2024-02-19 23:40:37.450340", "rc": 0, "start": "2024-02-19 23:40:37.446375" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:40:37 +0000 (0:00:00.255) 0:00:05.180 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:40:37 +0000 (0:00:00.010) 0:00:05.190 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 23:40:37 +0000 (0:00:00.009) 0:00:05.200 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 23:40:37 +0000 (0:00:00.014) 0:00:05.214 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:40:37 +0000 (0:00:00.011) 0:00:05.225 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 23:40:37 +0000 (0:00:00.256) 0:00:05.482 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 23:40:37 +0000 (0:00:00.018) 0:00:05.500 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:40:37 +0000 (0:00:00.027) 0:00:05.528 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:40:37 +0000 (0:00:00.008) 0:00:05.536 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:40:37 +0000 (0:00:00.013) 0:00:05.550 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:40:37 +0000 (0:00:00.013) 0:00:05.563 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:40:37 +0000 (0:00:00.013) 0:00:05.577 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003737", "end": "2024-02-19 23:40:38.104941", "rc": 0, "start": "2024-02-19 23:40:38.101204" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:40:38 +0000 (0:00:00.257) 0:00:05.835 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:40:38 +0000 (0:00:00.015) 0:00:05.851 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:40:38 +0000 (0:00:00.013) 0:00:05.864 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 23:40:40 +0000 (0:00:02.034) 0:00:07.898 ******* 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.005559", "end": "2024-02-19 23:40:40.421097", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-19 23:40:40.415538" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004065", "end": "2024-02-19 23:40:40.729109", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-19 23:40:40.725044" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004257", "end": "2024-02-19 23:40:40.978272", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-19 23:40:40.974015" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 23:40:41 +0000 (0:00:00.815) 0:00:08.713 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.025007", "end": "2024-02-19 23:40:41.262301", "rc": 0, "start": "2024-02-19 23:40:41.237294" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 23:40:41 +0000 (0:00:00.281) 0:00:08.994 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 23:40:41 +0000 (0:00:00.010) 0:00:09.005 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 23:40:41 +0000 (0:00:00.008) 0:00:09.013 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 23:40:41 +0000 (0:00:00.008) 0:00:09.021 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:40:41 +0000 (0:00:00.007) 0:00:09.029 ******* 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_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 23:40:41 +0000 (0:00:00.007) 0:00:09.037 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:40:41 +0000 (0:00:00.015) 0:00:09.053 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:40:41 +0000 (0:00:00.010) 0:00:09.064 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003810", "end": "2024-02-19 23:40:41.582194", "rc": 0, "start": "2024-02-19 23:40:41.578384" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:40:41 +0000 (0:00:00.247) 0:00:09.311 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:40:41 +0000 (0:00:00.011) 0:00:09.322 ******* 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_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 23:40:41 +0000 (0:00:00.017) 0:00:09.339 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 23:40:41 +0000 (0:00:00.021) 0:00:09.361 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:40:41 +0000 (0:00:00.011) 0:00:09.373 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708386040.4196515, "block_size": 4096, "blocks": 0, "ctime": 1708386040.4196515, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34491, "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": 1708386040.4196515, "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_hotfix_8k11lep/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 23:40:41 +0000 (0:00:00.249) 0:00:09.622 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 23:40:41 +0000 (0:00:00.014) 0:00:09.637 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:40:41 +0000 (0:00:00.022) 0:00:09.659 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:40:41 +0000 (0:00:00.009) 0:00:09.669 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:40:41 +0000 (0:00:00.008) 0:00:09.678 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:40:41 +0000 (0:00:00.011) 0:00:09.689 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:40:41 +0000 (0:00:00.012) 0:00:09.701 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003968", "end": "2024-02-19 23:40:42.222893", "rc": 0, "start": "2024-02-19 23:40:42.218925" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:40:42 +0000 (0:00:00.250) 0:00:09.951 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:40:42 +0000 (0:00:00.011) 0:00:09.963 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:40:42 +0000 (0:00:00.011) 0:00:09.975 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 23:40:44 +0000 (0:00:02.118) 0:00:12.093 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 23:40:44 +0000 (0:00:00.029) 0:00:12.122 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 23:40:44 +0000 (0:00:00.016) 0:00:12.138 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.020685", "end": "2024-02-19 23:40:44.680105", "rc": 0, "start": "2024-02-19 23:40:44.659420" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 23:40:44 +0000 (0:00:00.273) 0:00:12.412 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 23:40:44 +0000 (0:00:00.009) 0:00:12.421 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 23:40:44 +0000 (0:00:00.008) 0:00:12.430 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:40:44 +0000 (0:00:00.010) 0:00:12.440 ******* 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_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 23:40:44 +0000 (0:00:00.007) 0:00:12.448 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:40:44 +0000 (0:00:00.019) 0:00:12.468 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:40:44 +0000 (0:00:00.009) 0:00:12.477 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003843", "end": "2024-02-19 23:40:44.996839", "rc": 0, "start": "2024-02-19 23:40:44.992996" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:40:45 +0000 (0:00:00.256) 0:00:12.734 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:40:45 +0000 (0:00:00.020) 0:00:12.755 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 23:40:45 +0000 (0:00:00.012) 0:00:12.767 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 23:40:45 +0000 (0:00:00.019) 0:00:12.787 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:40:45 +0000 (0:00:00.011) 0:00:12.798 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 23:40:45 +0000 (0:00:00.261) 0:00:13.060 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tests_helpers_and_asserts.yml:15 Monday 19 February 2024 23:40:45 +0000 (0:00:00.011) 0:00:13.072 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:3 Monday 19 February 2024 23:40:45 +0000 (0:00:00.021) 0:00:13.094 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:40:45 +0000 (0:00:00.013) 0:00:13.107 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:40:45 +0000 (0:00:00.009) 0:00:13.117 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003643", "end": "2024-02-19 23:40:45.621524", "rc": 0, "start": "2024-02-19 23:40:45.617881" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:40:45 +0000 (0:00:00.240) 0:00:13.358 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:40:45 +0000 (0:00:00.015) 0:00:13.373 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:5 Monday 19 February 2024 23:40:45 +0000 (0:00:00.018) 0:00:13.392 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:40:45 +0000 (0:00:00.016) 0:00:13.409 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:40:45 +0000 (0:00:00.015) 0:00:13.425 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:40:45 +0000 (0:00:00.010) 0:00:13.435 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:40:45 +0000 (0:00:00.014) 0:00:13.450 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:40:45 +0000 (0:00:00.011) 0:00:13.462 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003666", "end": "2024-02-19 23:40:45.974960", "rc": 0, "start": "2024-02-19 23:40:45.971294" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:40:46 +0000 (0:00:00.246) 0:00:13.708 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:40:46 +0000 (0:00:00.015) 0:00:13.723 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:40:46 +0000 (0:00:00.011) 0:00:13.735 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 23:40:47 +0000 (0:00:01.952) 0:00:15.688 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 23:40:48 +0000 (0:00:00.037) 0:00:15.726 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 23:40:48 +0000 (0:00:00.009) 0:00:15.735 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 23:40:48 +0000 (0:00:00.023) 0:00:15.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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 23:40:48 +0000 (0:00:00.013) 0:00:15.772 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 23:40:48 +0000 (0:00:00.010) 0:00:15.783 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:40:48 +0000 (0:00:00.011) 0:00:15.794 ******* 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_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:9 Monday 19 February 2024 23:40:48 +0000 (0:00:00.026) 0:00:15.821 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:40:48 +0000 (0:00:00.019) 0:00:15.841 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:40:48 +0000 (0:00:00.013) 0:00:15.854 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003615", "end": "2024-02-19 23:40:48.377251", "rc": 0, "start": "2024-02-19 23:40:48.373636" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:40:48 +0000 (0:00:00.253) 0:00:16.108 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:40:48 +0000 (0:00:00.024) 0:00:16.132 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:11 Monday 19 February 2024 23:40:48 +0000 (0:00:00.020) 0:00:16.153 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 23:40:48 +0000 (0:00:00.021) 0:00:16.175 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:40:48 +0000 (0:00:00.017) 0:00:16.192 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 23:40:48 +0000 (0:00:00.240) 0:00:16.433 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:14 Monday 19 February 2024 23:40:48 +0000 (0:00:00.022) 0:00:16.455 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:40:48 +0000 (0:00:00.016) 0:00:16.471 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:40:48 +0000 (0:00:00.008) 0:00:16.480 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:40:48 +0000 (0:00:00.011) 0:00:16.491 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:40:48 +0000 (0:00:00.011) 0:00:16.502 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:40:48 +0000 (0:00:00.009) 0:00:16.512 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003555", "end": "2024-02-19 23:40:49.025081", "rc": 0, "start": "2024-02-19 23:40:49.021526" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:40:49 +0000 (0:00:00.239) 0:00:16.751 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:40:49 +0000 (0:00:00.014) 0:00:16.766 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:40:49 +0000 (0:00:00.011) 0:00:16.777 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 23:40:51 +0000 (0:00:01.945) 0:00:18.723 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 23:40:51 +0000 (0:00:00.015) 0:00:18.738 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 23:40:51 +0000 (0:00:00.012) 0:00:18.751 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 23:40:51 +0000 (0:00:00.010) 0:00:18.762 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.126500", "end": "2024-02-19 23:40:51.409950", "rc": 0, "start": "2024-02-19 23:40:51.283450" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 23:40:51 +0000 (0:00:00.387) 0:00:19.149 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 23:40:51 +0000 (0:00:00.017) 0:00:19.167 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:40:51 +0000 (0:00:00.016) 0:00:19.183 ******* 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_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:18 Monday 19 February 2024 23:40:51 +0000 (0:00:00.021) 0:00:19.204 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:40:51 +0000 (0:00:00.025) 0:00:19.230 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:40:51 +0000 (0:00:00.019) 0:00:19.250 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003706", "end": "2024-02-19 23:40:51.766899", "rc": 0, "start": "2024-02-19 23:40:51.763193" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:40:51 +0000 (0:00:00.243) 0:00:19.494 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:40:51 +0000 (0:00:00.011) 0:00:19.505 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:20 Monday 19 February 2024 23:40:51 +0000 (0:00:00.009) 0:00:19.515 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/assert_device_present.yml:3 Monday 19 February 2024 23:40:51 +0000 (0:00:00.018) 0:00:19.534 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:40:51 +0000 (0:00:00.018) 0:00:19.552 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1708386051.4075892, "block_size": 4096, "blocks": 0, "ctime": 1708386051.4075892, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34823, "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": 1708386051.4075892, "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_hotfix_8k11lep/tests/tasks/assert_device_present.yml:5 Monday 19 February 2024 23:40:52 +0000 (0:00:00.235) 0:00:19.787 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:23 Monday 19 February 2024 23:40:52 +0000 (0:00:00.014) 0:00:19.801 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:3 Monday 19 February 2024 23:40:52 +0000 (0:00:00.019) 0:00:19.820 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:8 Monday 19 February 2024 23:40:52 +0000 (0:00:00.008) 0:00:19.828 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:13 Monday 19 February 2024 23:40:52 +0000 (0:00:00.007) 0:00:19.836 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:40:52 +0000 (0:00:00.011) 0:00:19.848 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:40:52 +0000 (0:00:00.010) 0:00:19.858 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003566", "end": "2024-02-19 23:40:52.368333", "rc": 0, "start": "2024-02-19 23:40:52.364767" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:40:52 +0000 (0:00:00.237) 0:00:20.096 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:40:52 +0000 (0:00:00.011) 0:00:20.107 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:16 Monday 19 February 2024 23:40:52 +0000 (0:00:00.011) 0:00:20.119 ******* ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:27 Monday 19 February 2024 23:40:54 +0000 (0:00:02.169) 0:00:22.289 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:35 Monday 19 February 2024 23:40:54 +0000 (0:00:00.033) 0:00:22.322 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:43 Monday 19 February 2024 23:40:54 +0000 (0:00:00.008) 0:00:22.331 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:49 Monday 19 February 2024 23:40:54 +0000 (0:00:00.012) 0:00:22.344 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:54 Monday 19 February 2024 23:40:54 +0000 (0:00:00.010) 0:00:22.355 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.017251", "end": "2024-02-19 23:40:54.874919", "rc": 0, "start": "2024-02-19 23:40:54.857668" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:60 Monday 19 February 2024 23:40:54 +0000 (0:00:00.260) 0:00:22.615 ******* 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_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:65 Monday 19 February 2024 23:40:54 +0000 (0:00:00.013) 0:00:22.628 ******* 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_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:27 Monday 19 February 2024 23:40:54 +0000 (0:00:00.011) 0:00:22.640 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:3 Monday 19 February 2024 23:40:54 +0000 (0:00:00.029) 0:00:22.669 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Monday 19 February 2024 23:40:55 +0000 (0:00:00.065) 0:00:22.735 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003789", "end": "2024-02-19 23:40:55.248054", "rc": 0, "start": "2024-02-19 23:40:55.244265" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:9 Monday 19 February 2024 23:40:55 +0000 (0:00:00.239) 0:00:22.974 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/show_interfaces.yml:5 Monday 19 February 2024 23:40:55 +0000 (0:00:00.011) 0:00:22.986 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/create_and_remove_interface.yml:29 Monday 19 February 2024 23:40:55 +0000 (0:00:00.009) 0:00:22.995 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/assert_device_absent.yml:3 Monday 19 February 2024 23:40:55 +0000 (0:00:00.019) 0:00:23.015 ******* included: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_interface_stat.yml:3 Monday 19 February 2024 23:40:55 +0000 (0:00:00.009) 0:00:23.025 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/assert_device_absent.yml:5 Monday 19 February 2024 23:40:55 +0000 (0:00:00.242) 0:00:23.267 ******* 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 Monday 19 February 2024 23:40:55 +0000 (0:00:00.026) 0:00:23.294 ******* =============================================================================== Install iproute --------------------------------------------------------- 2.20s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.17s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.12s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.03s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.95s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 1.95s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.04s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tests_helpers_and_asserts.yml:3 --- Create veth interface veth1298 ------------------------------------------ 0.82s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:27 Gather the minimum subset of ansible_facts required by the network role test --- 0.44s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/el_repo_setup.yml:3 --------- Create dummy interface dummy1298 ---------------------------------------- 0.39s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:49 Check if system is ostree ----------------------------------------------- 0.32s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/el_repo_setup.yml:17 -------- Gather current interface info ------------------------------------------- 0.31s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Set up veth as managed by NetworkManager -------------------------------- 0.28s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:35 Delete veth interface veth1298 ------------------------------------------ 0.27s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:43 Get stat for interface veth1298 ----------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_interface_stat.yml:3 ---- Delete dummy interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_current_interfaces.yml:3 Get stat for interface veth1298 ----------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfix_8k11lep/tests/tasks/get_interface_stat.yml:3 ---- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-nm_plugin_hotfix_8k11lep/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. ---^---^---^---^---^---