# 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-route_typeaxyzuq08/.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-route_typeaxyzuq08/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tests_helpers_and_asserts.yml:3 Wednesday 10 January 2024 15:24:55 +0000 (0:00:00.034) 0:00:00.034 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-route_typeaxyzuq08/tests/tests_helpers_and_asserts.yml:6 Wednesday 10 January 2024 15:24:56 +0000 (0:00:00.906) 0:00:00.941 ***** included: /WORKDIR/git-route_typeaxyzuq08/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-route_typeaxyzuq08/tests/tasks/el_repo_setup.yml:3 Wednesday 10 January 2024 15:24:56 +0000 (0:00:00.017) 0:00:00.958 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/el_repo_setup.yml:17 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.408) 0:00:01.366 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/el_repo_setup.yml:22 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.266) 0:00:01.633 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/el_repo_setup.yml:26 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.016) 0:00:01.650 ***** 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-route_typeaxyzuq08/tests/tasks/el_repo_setup.yml:51 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.023) 0:00:01.673 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/enable_epel.yml:8 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.032) 0:00:01.706 ***** 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-route_typeaxyzuq08/tests/tasks/enable_epel.yml:24 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.009) 0:00:01.715 ***** 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-route_typeaxyzuq08/tests/tasks/enable_epel.yml:30 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.012) 0:00:01.728 ***** 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-route_typeaxyzuq08/tests/tasks/enable_epel.yml:35 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.007) 0:00:01.735 ***** 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-route_typeaxyzuq08/tests/tasks/enable_epel.yml:40 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.009) 0:00:01.745 ***** 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-route_typeaxyzuq08/tests/tests_helpers_and_asserts.yml:9 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.009) 0:00:01.755 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:3 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.019) 0:00:01.775 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.019) 0:00:01.794 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.013) 0:00:01.808 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003717", "end": "2024-01-10 15:24:57.767944", "rc": 0, "start": "2024-01-10 15:24:57.764227" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.273) 0:00:02.081 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.014) 0:00:02.096 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:5 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.008) 0:00:02.105 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.014) 0:00:02.119 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.009) 0:00:02.129 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.009) 0:00:02.138 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.013) 0:00:02.151 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:24:57 +0000 (0:00:00.021) 0:00:02.172 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003742", "end": "2024-01-10 15:24:58.066743", "rc": 0, "start": "2024-01-10 15:24:58.063001" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:24:58 +0000 (0:00:00.217) 0:00:02.389 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:24:58 +0000 (0:00:00.018) 0:00:02.408 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 15:24:58 +0000 (0:00:00.021) 0:00:02.429 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 15:25:00 +0000 (0:00:02.373) 0:00:04.803 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 15:25:00 +0000 (0:00:00.014) 0:00:04.818 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 15:25:00 +0000 (0:00:00.008) 0:00:04.827 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 15:25:00 +0000 (0:00:00.008) 0:00:04.835 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 15:25:00 +0000 (0:00:00.009) 0:00:04.844 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 15:25:00 +0000 (0:00:00.008) 0:00:04.852 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 15:25:00 +0000 (0:00:00.007) 0:00:04.860 ***** 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-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:9 Wednesday 10 January 2024 15:25:00 +0000 (0:00:00.007) 0:00:04.868 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:25:00 +0000 (0:00:00.014) 0:00:04.883 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:25:00 +0000 (0:00:00.012) 0:00:04.896 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004008", "end": "2024-01-10 15:25:00.792271", "rc": 0, "start": "2024-01-10 15:25:00.788263" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:25:00 +0000 (0:00:00.210) 0:00:05.106 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:25:00 +0000 (0:00:00.009) 0:00:05.116 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:11 Wednesday 10 January 2024 15:25:00 +0000 (0:00:00.009) 0:00:05.125 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/assert_device_absent.yml:3 Wednesday 10 January 2024 15:25:00 +0000 (0:00:00.014) 0:00:05.139 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 15:25:00 +0000 (0:00:00.010) 0:00:05.149 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/assert_device_absent.yml:5 Wednesday 10 January 2024 15:25:01 +0000 (0:00:00.203) 0:00:05.353 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:14 Wednesday 10 January 2024 15:25:01 +0000 (0:00:00.011) 0:00:05.365 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 15:25:01 +0000 (0:00:00.018) 0:00:05.383 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 15:25:01 +0000 (0:00:00.007) 0:00:05.391 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 15:25:01 +0000 (0:00:00.008) 0:00:05.400 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:25:01 +0000 (0:00:00.011) 0:00:05.411 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:25:01 +0000 (0:00:00.009) 0:00:05.421 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003870", "end": "2024-01-10 15:25:01.317761", "rc": 0, "start": "2024-01-10 15:25:01.313891" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:25:01 +0000 (0:00:00.213) 0:00:05.634 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:25:01 +0000 (0:00:00.014) 0:00:05.648 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 15:25:01 +0000 (0:00:00.010) 0:00:05.659 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 15:25:03 +0000 (0:00:02.231) 0:00:07.890 ***** 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.009086", "end": "2024-01-10 15:25:03.792550", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-10 15:25:03.783464" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004190", "end": "2024-01-10 15:25:04.049396", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-10 15:25:04.045206" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004028", "end": "2024-01-10 15:25:04.248617", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-10 15:25:04.244589" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 15:25:04 +0000 (0:00:00.684) 0:00:08.575 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023585", "end": "2024-01-10 15:25:04.506001", "rc": 0, "start": "2024-01-10 15:25:04.482416" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 15:25:04 +0000 (0:00:00.259) 0:00:08.834 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 15:25:04 +0000 (0:00:00.008) 0:00:08.843 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 15:25:04 +0000 (0:00:00.012) 0:00:08.856 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 15:25:04 +0000 (0:00:00.011) 0:00:08.867 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 15:25:04 +0000 (0:00:00.009) 0:00:08.876 ***** 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-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:18 Wednesday 10 January 2024 15:25:04 +0000 (0:00:00.014) 0:00:08.891 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:25:04 +0000 (0:00:00.017) 0:00:08.909 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:25:04 +0000 (0:00:00.009) 0:00:08.918 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003682", "end": "2024-01-10 15:25:04.815619", "rc": 0, "start": "2024-01-10 15:25:04.811937" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:25:04 +0000 (0:00:00.214) 0:00:09.133 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:25:04 +0000 (0:00:00.011) 0:00:09.145 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:20 Wednesday 10 January 2024 15:25:04 +0000 (0:00:00.011) 0:00:09.156 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/assert_device_present.yml:3 Wednesday 10 January 2024 15:25:04 +0000 (0:00:00.017) 0:00:09.174 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 15:25:04 +0000 (0:00:00.011) 0:00:09.185 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1704900303.7875774, "block_size": 4096, "blocks": 0, "ctime": 1704900303.7875774, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31376, "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": 1704900303.7875774, "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-route_typeaxyzuq08/tests/tasks/assert_device_present.yml:5 Wednesday 10 January 2024 15:25:05 +0000 (0:00:00.217) 0:00:09.402 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:23 Wednesday 10 January 2024 15:25:05 +0000 (0:00:00.020) 0:00:09.422 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 15:25:05 +0000 (0:00:00.035) 0:00:09.458 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 15:25:05 +0000 (0:00:00.010) 0:00:09.468 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 15:25:05 +0000 (0:00:00.024) 0:00:09.493 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:25:05 +0000 (0:00:00.015) 0:00:09.509 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:25:05 +0000 (0:00:00.012) 0:00:09.521 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003657", "end": "2024-01-10 15:25:05.430511", "rc": 0, "start": "2024-01-10 15:25:05.426854" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:25:05 +0000 (0:00:00.223) 0:00:09.745 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:25:05 +0000 (0:00:00.011) 0:00:09.757 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 15:25:05 +0000 (0:00:00.019) 0:00:09.777 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 15:25:07 +0000 (0:00:02.229) 0:00:12.006 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 15:25:07 +0000 (0:00:00.019) 0:00:12.026 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 15:25:07 +0000 (0:00:00.010) 0:00:12.037 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.020208", "end": "2024-01-10 15:25:07.977817", "rc": 0, "start": "2024-01-10 15:25:07.957609" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.258) 0:00:12.295 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.009) 0:00:12.304 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.007) 0:00:12.312 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.008) 0:00:12.321 ***** 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-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:27 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.007) 0:00:12.328 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.018) 0:00:12.347 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.010) 0:00:12.357 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003781", "end": "2024-01-10 15:25:08.249873", "rc": 0, "start": "2024-01-10 15:25:08.246092" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.209) 0:00:12.566 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.009) 0:00:12.576 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:29 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.009) 0:00:12.586 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/assert_device_absent.yml:3 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.019) 0:00:12.605 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.010) 0:00:12.616 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/assert_device_absent.yml:5 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.203) 0:00:12.819 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tests_helpers_and_asserts.yml:15 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.011) 0:00:12.831 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:3 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.014) 0:00:12.845 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.013) 0:00:12.859 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.012) 0:00:12.872 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003730", "end": "2024-01-10 15:25:08.764864", "rc": 0, "start": "2024-01-10 15:25:08.761134" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.210) 0:00:13.082 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.018) 0:00:13.100 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:5 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.011) 0:00:13.112 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.016) 0:00:13.128 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.016) 0:00:13.144 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.039) 0:00:13.184 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.017) 0:00:13.202 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:25:08 +0000 (0:00:00.019) 0:00:13.222 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003828", "end": "2024-01-10 15:25:09.157166", "rc": 0, "start": "2024-01-10 15:25:09.153338" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:25:09 +0000 (0:00:00.252) 0:00:13.474 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:25:09 +0000 (0:00:00.010) 0:00:13.484 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 15:25:09 +0000 (0:00:00.010) 0:00:13.495 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 15:25:11 +0000 (0:00:02.196) 0:00:15.692 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 15:25:11 +0000 (0:00:00.015) 0:00:15.707 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 15:25:11 +0000 (0:00:00.021) 0:00:15.729 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 15:25:11 +0000 (0:00:00.008) 0:00:15.738 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 15:25:11 +0000 (0:00:00.008) 0:00:15.747 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 15:25:11 +0000 (0:00:00.021) 0:00:15.768 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 15:25:11 +0000 (0:00:00.019) 0:00:15.788 ***** 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-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:9 Wednesday 10 January 2024 15:25:11 +0000 (0:00:00.012) 0:00:15.800 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:25:11 +0000 (0:00:00.017) 0:00:15.818 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:25:11 +0000 (0:00:00.030) 0:00:15.848 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003807", "end": "2024-01-10 15:25:11.745297", "rc": 0, "start": "2024-01-10 15:25:11.741490" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:25:11 +0000 (0:00:00.238) 0:00:16.086 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:25:11 +0000 (0:00:00.020) 0:00:16.107 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:11 Wednesday 10 January 2024 15:25:11 +0000 (0:00:00.030) 0:00:16.138 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/assert_device_absent.yml:3 Wednesday 10 January 2024 15:25:11 +0000 (0:00:00.036) 0:00:16.174 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 15:25:11 +0000 (0:00:00.013) 0:00:16.188 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/assert_device_absent.yml:5 Wednesday 10 January 2024 15:25:12 +0000 (0:00:00.207) 0:00:16.395 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:14 Wednesday 10 January 2024 15:25:12 +0000 (0:00:00.010) 0:00:16.405 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 15:25:12 +0000 (0:00:00.015) 0:00:16.421 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 15:25:12 +0000 (0:00:00.008) 0:00:16.429 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 15:25:12 +0000 (0:00:00.009) 0:00:16.438 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:25:12 +0000 (0:00:00.012) 0:00:16.451 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:25:12 +0000 (0:00:00.010) 0:00:16.461 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003656", "end": "2024-01-10 15:25:12.363306", "rc": 0, "start": "2024-01-10 15:25:12.359650" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:25:12 +0000 (0:00:00.222) 0:00:16.683 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:25:12 +0000 (0:00:00.010) 0:00:16.694 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 15:25:12 +0000 (0:00:00.009) 0:00:16.704 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 15:25:14 +0000 (0:00:02.215) 0:00:18.919 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 15:25:14 +0000 (0:00:00.014) 0:00:18.933 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 15:25:14 +0000 (0:00:00.008) 0:00:18.942 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 15:25:14 +0000 (0:00:00.007) 0:00:18.949 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.056167", "end": "2024-01-10 15:25:14.895806", "rc": 0, "start": "2024-01-10 15:25:14.839639" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 15:25:14 +0000 (0:00:00.271) 0:00:19.221 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 15:25:14 +0000 (0:00:00.009) 0:00:19.230 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 15:25:14 +0000 (0:00:00.008) 0:00:19.239 ***** 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-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:18 Wednesday 10 January 2024 15:25:14 +0000 (0:00:00.009) 0:00:19.248 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:25:14 +0000 (0:00:00.016) 0:00:19.264 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:25:14 +0000 (0:00:00.009) 0:00:19.274 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003813", "end": "2024-01-10 15:25:15.170730", "rc": 0, "start": "2024-01-10 15:25:15.166917" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:25:15 +0000 (0:00:00.210) 0:00:19.484 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:25:15 +0000 (0:00:00.010) 0:00:19.495 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:20 Wednesday 10 January 2024 15:25:15 +0000 (0:00:00.009) 0:00:19.504 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/assert_device_present.yml:3 Wednesday 10 January 2024 15:25:15 +0000 (0:00:00.016) 0:00:19.520 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 15:25:15 +0000 (0:00:00.010) 0:00:19.531 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1704900314.8925943, "block_size": 4096, "blocks": 0, "ctime": 1704900314.8925943, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31708, "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": 1704900314.8925943, "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-route_typeaxyzuq08/tests/tasks/assert_device_present.yml:5 Wednesday 10 January 2024 15:25:15 +0000 (0:00:00.204) 0:00:19.735 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:23 Wednesday 10 January 2024 15:25:15 +0000 (0:00:00.014) 0:00:19.749 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 15:25:15 +0000 (0:00:00.019) 0:00:19.769 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 15:25:15 +0000 (0:00:00.009) 0:00:19.778 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 15:25:15 +0000 (0:00:00.007) 0:00:19.786 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:25:15 +0000 (0:00:00.011) 0:00:19.798 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:25:15 +0000 (0:00:00.010) 0:00:19.808 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003762", "end": "2024-01-10 15:25:15.701701", "rc": 0, "start": "2024-01-10 15:25:15.697939" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:25:15 +0000 (0:00:00.207) 0:00:20.015 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:25:15 +0000 (0:00:00.009) 0:00:20.025 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 15:25:15 +0000 (0:00:00.009) 0:00:20.035 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 15:25:17 +0000 (0:00:02.192) 0:00:22.228 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 15:25:17 +0000 (0:00:00.015) 0:00:22.243 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 15:25:17 +0000 (0:00:00.008) 0:00:22.251 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 15:25:17 +0000 (0:00:00.008) 0:00:22.260 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 15:25:17 +0000 (0:00:00.008) 0:00:22.268 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.017157", "end": "2024-01-10 15:25:18.179902", "rc": 0, "start": "2024-01-10 15:25:18.162745" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 15:25:18 +0000 (0:00:00.228) 0:00:22.497 ***** 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-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 15:25:18 +0000 (0:00:00.010) 0:00:22.507 ***** 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-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:27 Wednesday 10 January 2024 15:25:18 +0000 (0:00:00.008) 0:00:22.516 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:25:18 +0000 (0:00:00.019) 0:00:22.536 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:25:18 +0000 (0:00:00.023) 0:00:22.560 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003873", "end": "2024-01-10 15:25:18.485344", "rc": 0, "start": "2024-01-10 15:25:18.481471" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:25:18 +0000 (0:00:00.264) 0:00:22.825 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:25:18 +0000 (0:00:00.011) 0:00:22.836 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/create_and_remove_interface.yml:29 Wednesday 10 January 2024 15:25:18 +0000 (0:00:00.014) 0:00:22.851 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/assert_device_absent.yml:3 Wednesday 10 January 2024 15:25:18 +0000 (0:00:00.022) 0:00:22.873 ***** included: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 15:25:18 +0000 (0:00:00.010) 0:00:22.884 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_typeaxyzuq08/tests/tasks/assert_device_absent.yml:5 Wednesday 10 January 2024 15:25:18 +0000 (0:00:00.206) 0:00:23.090 ***** 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 Wednesday 10 January 2024 15:25:18 +0000 (0:00:00.015) 0:00:23.106 ***** =============================================================================== Install iproute --------------------------------------------------------- 2.37s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 2.23s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 2.23s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 2.22s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 2.20s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 2.19s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:16 ------ Gathering Facts --------------------------------------------------------- 0.91s /WORKDIR/git-route_typeaxyzuq08/tests/tests_helpers_and_asserts.yml:3 --------- Create veth interface veth1298 ------------------------------------------ 0.68s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:23 ------ Gather the minimum subset of ansible_facts required by the network role test --- 0.41s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/el_repo_setup.yml:3 --------------- Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 ------ Create dummy interface dummy1298 ---------------------------------------- 0.27s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:45 ------ Check if system is ostree ----------------------------------------------- 0.27s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/el_repo_setup.yml:17 -------------- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 ------ Set up veth as managed by NetworkManager -------------------------------- 0.26s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:31 ------ Delete veth interface veth1298 ------------------------------------------ 0.26s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:39 ------ Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 ------ Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 ------ Delete dummy interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/manage_test_interface.yml:50 ------ Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-route_typeaxyzuq08/tests/tasks/get_current_interfaces.yml:3 ------ Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-route_typeaxyzuq08/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. ---^---^---^---^---^---