# 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_type3n604c15/.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_type3n604c15/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_type3n604c15/tests/tests_helpers_and_asserts.yml:3 Wednesday 10 January 2024 23:50:48 +0000 (0:00:00.033) 0:00:00.033 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-route_type3n604c15/tests/tests_helpers_and_asserts.yml:6 Wednesday 10 January 2024 23:50:49 +0000 (0:00:00.942) 0:00:00.975 ***** included: /WORKDIR/git-route_type3n604c15/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_type3n604c15/tests/tasks/el_repo_setup.yml:3 Wednesday 10 January 2024 23:50:49 +0000 (0:00:00.012) 0:00:00.988 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/el_repo_setup.yml:17 Wednesday 10 January 2024 23:50:49 +0000 (0:00:00.419) 0:00:01.407 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/el_repo_setup.yml:22 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.284) 0:00:01.692 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/el_repo_setup.yml:26 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.017) 0:00:01.709 ***** 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_type3n604c15/tests/tasks/el_repo_setup.yml:51 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.010) 0:00:01.719 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/enable_epel.yml:8 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.022) 0:00:01.741 ***** 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_type3n604c15/tests/tasks/enable_epel.yml:24 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.008) 0:00:01.750 ***** 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_type3n604c15/tests/tasks/enable_epel.yml:30 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.011) 0:00:01.761 ***** 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_type3n604c15/tests/tasks/enable_epel.yml:35 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.017) 0:00:01.779 ***** 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_type3n604c15/tests/tasks/enable_epel.yml:40 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.011) 0:00:01.790 ***** 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_type3n604c15/tests/tests_helpers_and_asserts.yml:9 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.021) 0:00:01.812 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/create_and_remove_interface.yml:3 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.012) 0:00:01.824 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.011) 0:00:01.836 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.010) 0:00:01.846 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003542", "end": "2024-01-10 23:50:50.645408", "rc": 0, "start": "2024-01-10 23:50:50.641866" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.287) 0:00:02.133 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.010) 0:00:02.143 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/create_and_remove_interface.yml:5 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.008) 0:00:02.152 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.013) 0:00:02.166 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.007) 0:00:02.173 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.007) 0:00:02.181 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.010) 0:00:02.192 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.009) 0:00:02.201 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003687", "end": "2024-01-10 23:50:50.953318", "rc": 0, "start": "2024-01-10 23:50:50.949631" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.243) 0:00:02.444 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.009) 0:00:02.454 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 23:50:50 +0000 (0:00:00.010) 0:00:02.465 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 23:50:52 +0000 (0:00:01.981) 0:00:04.446 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 23:50:52 +0000 (0:00:00.013) 0:00:04.460 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.008) 0:00:04.468 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.008) 0:00:04.476 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.007) 0:00:04.484 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.008) 0:00:04.492 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.007) 0:00:04.500 ***** 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_type3n604c15/tests/tasks/create_and_remove_interface.yml:9 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.007) 0:00:04.508 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.013) 0:00:04.521 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.009) 0:00:04.531 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003542", "end": "2024-01-10 23:50:53.272490", "rc": 0, "start": "2024-01-10 23:50:53.268948" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.229) 0:00:04.760 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.009) 0:00:04.770 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/create_and_remove_interface.yml:11 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.008) 0:00:04.778 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/assert_device_absent.yml:3 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.013) 0:00:04.792 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.010) 0:00:04.802 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_type3n604c15/tests/tasks/assert_device_absent.yml:5 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.223) 0:00:05.026 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/create_and_remove_interface.yml:14 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.011) 0:00:05.038 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.020) 0:00:05.058 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.010) 0:00:05.068 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.008) 0:00:05.076 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.031) 0:00:05.107 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.009) 0:00:05.117 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003559", "end": "2024-01-10 23:50:53.874571", "rc": 0, "start": "2024-01-10 23:50:53.871012" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.245) 0:00:05.363 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.012) 0:00:05.375 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 23:50:53 +0000 (0:00:00.008) 0:00:05.384 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 23:50:55 +0000 (0:00:01.854) 0:00:07.238 ***** 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.006237", "end": "2024-01-10 23:50:55.987121", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-10 23:50:55.980884" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004104", "end": "2024-01-10 23:50:56.293642", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-10 23:50:56.289538" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004239", "end": "2024-01-10 23:50:56.519170", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-10 23:50:56.514931" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 23:50:56 +0000 (0:00:00.770) 0:00:08.009 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023338", "end": "2024-01-10 23:50:56.770410", "rc": 0, "start": "2024-01-10 23:50:56.747072" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 23:50:56 +0000 (0:00:00.251) 0:00:08.260 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 23:50:56 +0000 (0:00:00.008) 0:00:08.269 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 23:50:56 +0000 (0:00:00.008) 0:00:08.277 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 23:50:56 +0000 (0:00:00.009) 0:00:08.286 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 23:50:56 +0000 (0:00:00.008) 0:00:08.295 ***** 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_type3n604c15/tests/tasks/create_and_remove_interface.yml:18 Wednesday 10 January 2024 23:50:56 +0000 (0:00:00.008) 0:00:08.303 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 23:50:56 +0000 (0:00:00.016) 0:00:08.319 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 23:50:56 +0000 (0:00:00.010) 0:00:08.329 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003601", "end": "2024-01-10 23:50:57.072829", "rc": 0, "start": "2024-01-10 23:50:57.069228" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 23:50:57 +0000 (0:00:00.234) 0:00:08.564 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 23:50:57 +0000 (0:00:00.011) 0:00:08.575 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/create_and_remove_interface.yml:20 Wednesday 10 January 2024 23:50:57 +0000 (0:00:00.011) 0:00:08.587 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/assert_device_present.yml:3 Wednesday 10 January 2024 23:50:57 +0000 (0:00:00.024) 0:00:08.612 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 23:50:57 +0000 (0:00:00.010) 0:00:08.622 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1704930655.9846299, "block_size": 4096, "blocks": 0, "ctime": 1704930655.9846299, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34601, "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": 1704930655.9846299, "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_type3n604c15/tests/tasks/assert_device_present.yml:5 Wednesday 10 January 2024 23:50:57 +0000 (0:00:00.232) 0:00:08.854 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/create_and_remove_interface.yml:23 Wednesday 10 January 2024 23:50:57 +0000 (0:00:00.010) 0:00:08.865 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 23:50:57 +0000 (0:00:00.019) 0:00:08.884 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 23:50:57 +0000 (0:00:00.009) 0:00:08.893 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 23:50:57 +0000 (0:00:00.007) 0:00:08.900 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 23:50:57 +0000 (0:00:00.011) 0:00:08.912 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 23:50:57 +0000 (0:00:00.011) 0:00:08.923 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004616", "end": "2024-01-10 23:50:58.669474", "rc": 0, "start": "2024-01-10 23:50:57.664858" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 23:50:58 +0000 (0:00:01.236) 0:00:10.159 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 23:50:58 +0000 (0:00:00.010) 0:00:10.169 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 23:50:58 +0000 (0:00:00.009) 0:00:10.179 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 23:51:00 +0000 (0:00:01.865) 0:00:12.044 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 23:51:00 +0000 (0:00:00.014) 0:00:12.058 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 23:51:00 +0000 (0:00:00.007) 0:00:12.066 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.022605", "end": "2024-01-10 23:51:00.829264", "rc": 0, "start": "2024-01-10 23:51:00.806659" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 23:51:00 +0000 (0:00:00.260) 0:00:12.327 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 23:51:00 +0000 (0:00:00.009) 0:00:12.337 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 23:51:00 +0000 (0:00:00.008) 0:00:12.345 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 23:51:00 +0000 (0:00:00.009) 0:00:12.354 ***** 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_type3n604c15/tests/tasks/create_and_remove_interface.yml:27 Wednesday 10 January 2024 23:51:00 +0000 (0:00:00.007) 0:00:12.362 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 23:51:00 +0000 (0:00:00.018) 0:00:12.380 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 23:51:00 +0000 (0:00:00.010) 0:00:12.391 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003638", "end": "2024-01-10 23:51:01.134387", "rc": 0, "start": "2024-01-10 23:51:01.130749" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.232) 0:00:12.623 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.009) 0:00:12.632 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/create_and_remove_interface.yml:29 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.009) 0:00:12.642 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/assert_device_absent.yml:3 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.018) 0:00:12.661 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.009) 0:00:12.671 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_type3n604c15/tests/tasks/assert_device_absent.yml:5 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.230) 0:00:12.902 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tests_helpers_and_asserts.yml:15 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.018) 0:00:12.920 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/create_and_remove_interface.yml:3 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.015) 0:00:12.936 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.010) 0:00:12.946 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.009) 0:00:12.955 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003736", "end": "2024-01-10 23:51:01.710133", "rc": 0, "start": "2024-01-10 23:51:01.706397" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.249) 0:00:13.205 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.010) 0:00:13.215 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/create_and_remove_interface.yml:5 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.009) 0:00:13.224 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.013) 0:00:13.238 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.014) 0:00:13.252 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.010) 0:00:13.263 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.011) 0:00:13.274 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 23:51:01 +0000 (0:00:00.009) 0:00:13.284 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003619", "end": "2024-01-10 23:51:02.027737", "rc": 0, "start": "2024-01-10 23:51:02.024118" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 23:51:02 +0000 (0:00:00.237) 0:00:13.521 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 23:51:02 +0000 (0:00:00.015) 0:00:13.537 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 23:51:02 +0000 (0:00:00.009) 0:00:13.546 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 23:51:03 +0000 (0:00:01.871) 0:00:15.418 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 23:51:03 +0000 (0:00:00.014) 0:00:15.432 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 23:51:03 +0000 (0:00:00.008) 0:00:15.441 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 23:51:03 +0000 (0:00:00.009) 0:00:15.450 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 23:51:03 +0000 (0:00:00.008) 0:00:15.459 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 23:51:03 +0000 (0:00:00.008) 0:00:15.467 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.008) 0:00:15.475 ***** 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_type3n604c15/tests/tasks/create_and_remove_interface.yml:9 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.009) 0:00:15.485 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.012) 0:00:15.498 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.011) 0:00:15.509 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003633", "end": "2024-01-10 23:51:04.273460", "rc": 0, "start": "2024-01-10 23:51:04.269827" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.260) 0:00:15.770 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.010) 0:00:15.780 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/create_and_remove_interface.yml:11 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.010) 0:00:15.791 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/assert_device_absent.yml:3 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.019) 0:00:15.810 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.009) 0:00:15.820 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/assert_device_absent.yml:5 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.234) 0:00:16.054 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/create_and_remove_interface.yml:14 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.010) 0:00:16.065 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.028) 0:00:16.094 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.008) 0:00:16.102 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.009) 0:00:16.111 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.024) 0:00:16.136 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.010) 0:00:16.146 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003643", "end": "2024-01-10 23:51:04.906862", "rc": 0, "start": "2024-01-10 23:51:04.903219" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.250) 0:00:16.397 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.029) 0:00:16.426 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 23:51:04 +0000 (0:00:00.018) 0:00:16.444 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 23:51:06 +0000 (0:00:01.885) 0:00:18.329 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 23:51:06 +0000 (0:00:00.013) 0:00:18.343 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 23:51:06 +0000 (0:00:00.008) 0:00:18.352 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 23:51:06 +0000 (0:00:00.009) 0:00:18.361 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.101737", "end": "2024-01-10 23:51:07.202205", "rc": 0, "start": "2024-01-10 23:51:07.100468" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.345) 0:00:18.706 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.009) 0:00:18.716 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.009) 0:00:18.725 ***** 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_type3n604c15/tests/tasks/create_and_remove_interface.yml:18 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.009) 0:00:18.734 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.018) 0:00:18.752 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.009) 0:00:18.762 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003619", "end": "2024-01-10 23:51:07.502847", "rc": 0, "start": "2024-01-10 23:51:07.499228" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.238) 0:00:19.001 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.010) 0:00:19.012 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/create_and_remove_interface.yml:20 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.009) 0:00:19.022 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/assert_device_present.yml:3 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.016) 0:00:19.038 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.009) 0:00:19.048 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1704930667.1994836, "block_size": 4096, "blocks": 0, "ctime": 1704930667.1994836, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 34933, "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": 1704930667.1994836, "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_type3n604c15/tests/tasks/assert_device_present.yml:5 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.242) 0:00:19.290 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/create_and_remove_interface.yml:23 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.011) 0:00:19.301 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.031) 0:00:19.333 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.012) 0:00:19.345 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.013) 0:00:19.359 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.014) 0:00:19.374 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 23:51:07 +0000 (0:00:00.013) 0:00:19.387 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003599", "end": "2024-01-10 23:51:08.149026", "rc": 0, "start": "2024-01-10 23:51:08.145427" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 23:51:08 +0000 (0:00:00.252) 0:00:19.640 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 23:51:08 +0000 (0:00:00.011) 0:00:19.651 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 23:51:08 +0000 (0:00:00.011) 0:00:19.662 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 23:51:10 +0000 (0:00:01.864) 0:00:21.526 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 23:51:10 +0000 (0:00:00.027) 0:00:21.553 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 23:51:10 +0000 (0:00:00.036) 0:00:21.589 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 23:51:10 +0000 (0:00:00.016) 0:00:21.606 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 23:51:10 +0000 (0:00:00.022) 0:00:21.628 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007540", "end": "2024-01-10 23:51:10.439092", "rc": 0, "start": "2024-01-10 23:51:10.431552" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 23:51:10 +0000 (0:00:00.323) 0:00:21.951 ***** 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_type3n604c15/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 23:51:10 +0000 (0:00:00.010) 0:00:21.962 ***** 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_type3n604c15/tests/tasks/create_and_remove_interface.yml:27 Wednesday 10 January 2024 23:51:10 +0000 (0:00:00.008) 0:00:21.970 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 23:51:10 +0000 (0:00:00.020) 0:00:21.991 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 23:51:10 +0000 (0:00:00.015) 0:00:22.006 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003706", "end": "2024-01-10 23:51:10.878087", "rc": 0, "start": "2024-01-10 23:51:10.874381" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 23:51:10 +0000 (0:00:00.455) 0:00:22.462 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 23:51:11 +0000 (0:00:00.025) 0:00:22.488 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/create_and_remove_interface.yml:29 Wednesday 10 January 2024 23:51:11 +0000 (0:00:00.032) 0:00:22.520 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type3n604c15/tests/tasks/assert_device_absent.yml:3 Wednesday 10 January 2024 23:51:11 +0000 (0:00:00.026) 0:00:22.547 ***** included: /WORKDIR/git-route_type3n604c15/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 23:51:11 +0000 (0:00:00.038) 0:00:22.585 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_type3n604c15/tests/tasks/assert_device_absent.yml:5 Wednesday 10 January 2024 23:51:11 +0000 (0:00:00.266) 0:00:22.852 ***** 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 23:51:11 +0000 (0:00:00.018) 0:00:22.870 ***** =============================================================================== Install iproute --------------------------------------------------------- 1.98s /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 1.89s /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 1.87s /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 1.87s /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 1.86s /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 1.85s /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:16 ------ Gather current interface info ------------------------------------------- 1.24s /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 ------ Gathering Facts --------------------------------------------------------- 0.94s /WORKDIR/git-route_type3n604c15/tests/tests_helpers_and_asserts.yml:3 --------- Create veth interface veth1298 ------------------------------------------ 0.77s /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:23 ------ Gather current interface info ------------------------------------------- 0.46s /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 ------ Gather the minimum subset of ansible_facts required by the network role test --- 0.42s /WORKDIR/git-route_type3n604c15/tests/tasks/el_repo_setup.yml:3 --------------- Create dummy interface dummy1298 ---------------------------------------- 0.35s /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:45 ------ Delete dummy interface dummy1298 ---------------------------------------- 0.32s /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:50 ------ Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 ------ Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-route_type3n604c15/tests/tasks/el_repo_setup.yml:17 -------------- Get stat for interface dummy1298 ---------------------------------------- 0.27s /WORKDIR/git-route_type3n604c15/tests/tasks/get_interface_stat.yml:3 ---------- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 ------ Delete veth interface veth1298 ------------------------------------------ 0.26s /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:39 ------ Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-route_type3n604c15/tests/tasks/get_current_interfaces.yml:3 ------ Set up veth as managed by NetworkManager -------------------------------- 0.25s /WORKDIR/git-route_type3n604c15/tests/tasks/manage_test_interface.yml:31 ------ ---^---^---^---^---^--- # 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. ---^---^---^---^---^---