# 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_type845mca0s/.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_type845mca0s/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_type845mca0s/tests/tests_helpers_and_asserts.yml:3 Wednesday 10 January 2024 15:22:49 +0000 (0:00:00.055) 0:00:00.055 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-route_type845mca0s/tests/tests_helpers_and_asserts.yml:6 Wednesday 10 January 2024 15:22:50 +0000 (0:00:01.057) 0:00:01.112 ***** included: /WORKDIR/git-route_type845mca0s/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_type845mca0s/tests/tasks/el_repo_setup.yml:3 Wednesday 10 January 2024 15:22:50 +0000 (0:00:00.023) 0:00:01.136 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/el_repo_setup.yml:17 Wednesday 10 January 2024 15:22:51 +0000 (0:00:00.428) 0:00:01.565 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/el_repo_setup.yml:22 Wednesday 10 January 2024 15:22:51 +0000 (0:00:00.306) 0:00:01.872 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/el_repo_setup.yml:26 Wednesday 10 January 2024 15:22:51 +0000 (0:00:00.013) 0:00:01.886 ***** 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_type845mca0s/tests/tasks/el_repo_setup.yml:51 Wednesday 10 January 2024 15:22:51 +0000 (0:00:00.008) 0:00:01.894 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/enable_epel.yml:8 Wednesday 10 January 2024 15:22:51 +0000 (0:00:00.030) 0:00:01.924 ***** 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_type845mca0s/tests/tasks/enable_epel.yml:24 Wednesday 10 January 2024 15:22:51 +0000 (0:00:00.013) 0:00:01.937 ***** 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_type845mca0s/tests/tasks/enable_epel.yml:30 Wednesday 10 January 2024 15:22:51 +0000 (0:00:00.015) 0:00:01.952 ***** 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_type845mca0s/tests/tasks/enable_epel.yml:35 Wednesday 10 January 2024 15:22:51 +0000 (0:00:00.008) 0:00:01.961 ***** 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_type845mca0s/tests/tasks/enable_epel.yml:40 Wednesday 10 January 2024 15:22:51 +0000 (0:00:00.007) 0:00:01.969 ***** 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_type845mca0s/tests/tests_helpers_and_asserts.yml:9 Wednesday 10 January 2024 15:22:51 +0000 (0:00:00.010) 0:00:01.979 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/create_and_remove_interface.yml:3 Wednesday 10 January 2024 15:22:51 +0000 (0:00:00.013) 0:00:01.992 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:22:51 +0000 (0:00:00.011) 0:00:02.003 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:22:51 +0000 (0:00:00.017) 0:00:02.021 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003614", "end": "2024-01-10 15:22:52.153612", "rc": 0, "start": "2024-01-10 15:22:52.149998" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:22:52 +0000 (0:00:00.291) 0:00:02.312 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:22:52 +0000 (0:00:00.016) 0:00:02.329 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/create_and_remove_interface.yml:5 Wednesday 10 January 2024 15:22:52 +0000 (0:00:00.009) 0:00:02.339 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 15:22:52 +0000 (0:00:00.013) 0:00:02.353 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 15:22:52 +0000 (0:00:00.007) 0:00:02.360 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 15:22:52 +0000 (0:00:00.007) 0:00:02.368 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:22:52 +0000 (0:00:00.011) 0:00:02.379 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:22:52 +0000 (0:00:00.011) 0:00:02.390 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003703", "end": "2024-01-10 15:22:52.464109", "rc": 0, "start": "2024-01-10 15:22:52.460406" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:22:52 +0000 (0:00:00.249) 0:00:02.640 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:22:52 +0000 (0:00:00.026) 0:00:02.666 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 15:22:52 +0000 (0:00:00.078) 0:00:02.745 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 15:22:54 +0000 (0:00:02.065) 0:00:04.810 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 15:22:54 +0000 (0:00:00.013) 0:00:04.824 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 15:22:54 +0000 (0:00:00.008) 0:00:04.833 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 15:22:54 +0000 (0:00:00.007) 0:00:04.840 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 15:22:54 +0000 (0:00:00.007) 0:00:04.848 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 15:22:54 +0000 (0:00:00.007) 0:00:04.856 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 15:22:54 +0000 (0:00:00.007) 0:00:04.864 ***** 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_type845mca0s/tests/tasks/create_and_remove_interface.yml:9 Wednesday 10 January 2024 15:22:54 +0000 (0:00:00.017) 0:00:04.882 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:22:54 +0000 (0:00:00.014) 0:00:04.896 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:22:54 +0000 (0:00:00.010) 0:00:04.907 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003658", "end": "2024-01-10 15:22:54.995242", "rc": 0, "start": "2024-01-10 15:22:54.991584" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:22:55 +0000 (0:00:00.247) 0:00:05.155 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:22:55 +0000 (0:00:00.010) 0:00:05.165 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/create_and_remove_interface.yml:11 Wednesday 10 January 2024 15:22:55 +0000 (0:00:00.009) 0:00:05.174 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/assert_device_absent.yml:3 Wednesday 10 January 2024 15:22:55 +0000 (0:00:00.013) 0:00:05.188 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 15:22:55 +0000 (0:00:00.010) 0:00:05.198 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_type845mca0s/tests/tasks/assert_device_absent.yml:5 Wednesday 10 January 2024 15:22:55 +0000 (0:00:00.231) 0:00:05.430 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/create_and_remove_interface.yml:14 Wednesday 10 January 2024 15:22:55 +0000 (0:00:00.012) 0:00:05.443 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 15:22:55 +0000 (0:00:00.019) 0:00:05.462 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 15:22:55 +0000 (0:00:00.014) 0:00:05.476 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 15:22:55 +0000 (0:00:00.007) 0:00:05.484 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:22:55 +0000 (0:00:00.013) 0:00:05.497 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:22:55 +0000 (0:00:00.017) 0:00:05.515 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003854", "end": "2024-01-10 15:22:55.591410", "rc": 0, "start": "2024-01-10 15:22:55.587556" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:22:55 +0000 (0:00:00.236) 0:00:05.751 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:22:55 +0000 (0:00:00.012) 0:00:05.764 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 15:22:55 +0000 (0:00:00.010) 0:00:05.775 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 15:22:57 +0000 (0:00:01.869) 0:00:07.644 ***** 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.007794", "end": "2024-01-10 15:22:57.732386", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-10 15:22:57.724592" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003876", "end": "2024-01-10 15:22:58.019897", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-10 15:22:58.016021" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003909", "end": "2024-01-10 15:22:58.247989", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-10 15:22:58.244080" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 15:22:58 +0000 (0:00:00.773) 0:00:08.417 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.020958", "end": "2024-01-10 15:22:58.509920", "rc": 0, "start": "2024-01-10 15:22:58.488962" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 15:22:58 +0000 (0:00:00.255) 0:00:08.673 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 15:22:58 +0000 (0:00:00.022) 0:00:08.695 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 15:22:58 +0000 (0:00:00.014) 0:00:08.710 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 15:22:58 +0000 (0:00:00.011) 0:00:08.721 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 15:22:58 +0000 (0:00:00.017) 0:00:08.739 ***** 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_type845mca0s/tests/tasks/create_and_remove_interface.yml:18 Wednesday 10 January 2024 15:22:58 +0000 (0:00:00.009) 0:00:08.748 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:22:58 +0000 (0:00:00.017) 0:00:08.765 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:22:58 +0000 (0:00:00.009) 0:00:08.775 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003733", "end": "2024-01-10 15:22:58.854289", "rc": 0, "start": "2024-01-10 15:22:58.850556" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:22:58 +0000 (0:00:00.242) 0:00:09.017 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:22:58 +0000 (0:00:00.012) 0:00:09.030 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/create_and_remove_interface.yml:20 Wednesday 10 January 2024 15:22:58 +0000 (0:00:00.011) 0:00:09.041 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/assert_device_present.yml:3 Wednesday 10 January 2024 15:22:58 +0000 (0:00:00.031) 0:00:09.073 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 15:22:58 +0000 (0:00:00.023) 0:00:09.096 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1704900177.7289078, "block_size": 4096, "blocks": 0, "ctime": 1704900177.7289078, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33215, "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": 1704900177.7289078, "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_type845mca0s/tests/tasks/assert_device_present.yml:5 Wednesday 10 January 2024 15:22:59 +0000 (0:00:00.258) 0:00:09.355 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/create_and_remove_interface.yml:23 Wednesday 10 January 2024 15:22:59 +0000 (0:00:00.010) 0:00:09.366 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 15:22:59 +0000 (0:00:00.018) 0:00:09.384 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 15:22:59 +0000 (0:00:00.007) 0:00:09.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_type845mca0s/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 15:22:59 +0000 (0:00:00.007) 0:00:09.399 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:22:59 +0000 (0:00:00.010) 0:00:09.409 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:22:59 +0000 (0:00:00.009) 0:00:09.419 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003635", "end": "2024-01-10 15:22:59.492214", "rc": 0, "start": "2024-01-10 15:22:59.488579" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:22:59 +0000 (0:00:00.234) 0:00:09.653 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:22:59 +0000 (0:00:00.011) 0:00:09.665 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 15:22:59 +0000 (0:00:00.010) 0:00:09.675 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 15:23:01 +0000 (0:00:01.892) 0:00:11.567 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 15:23:01 +0000 (0:00:00.014) 0:00:11.582 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 15:23:01 +0000 (0:00:00.007) 0:00:11.590 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.020287", "end": "2024-01-10 15:23:01.694739", "rc": 0, "start": "2024-01-10 15:23:01.674452" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 15:23:01 +0000 (0:00:00.268) 0:00:11.858 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 15:23:01 +0000 (0:00:00.009) 0:00:11.868 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 15:23:01 +0000 (0:00:00.008) 0:00:11.876 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 15:23:01 +0000 (0:00:00.010) 0:00:11.887 ***** 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_type845mca0s/tests/tasks/create_and_remove_interface.yml:27 Wednesday 10 January 2024 15:23:01 +0000 (0:00:00.010) 0:00:11.897 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:23:01 +0000 (0:00:00.023) 0:00:11.920 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:23:01 +0000 (0:00:00.009) 0:00:11.930 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003720", "end": "2024-01-10 15:23:02.005236", "rc": 0, "start": "2024-01-10 15:23:02.001516" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.236) 0:00:12.166 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.012) 0:00:12.178 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/create_and_remove_interface.yml:29 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.026) 0:00:12.205 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/assert_device_absent.yml:3 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.027) 0:00:12.233 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.030) 0:00:12.264 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-route_type845mca0s/tests/tasks/assert_device_absent.yml:5 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.288) 0:00:12.552 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tests_helpers_and_asserts.yml:15 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.027) 0:00:12.579 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/create_and_remove_interface.yml:3 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.017) 0:00:12.597 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.030) 0:00:12.627 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.021) 0:00:12.649 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003767", "end": "2024-01-10 15:23:02.752678", "rc": 0, "start": "2024-01-10 15:23:02.748911" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.280) 0:00:12.929 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.024) 0:00:12.954 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/create_and_remove_interface.yml:5 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.011) 0:00:12.965 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.016) 0:00:12.982 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.012) 0:00:12.994 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.022) 0:00:13.016 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.017) 0:00:13.034 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:23:02 +0000 (0:00:00.021) 0:00:13.056 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003698", "end": "2024-01-10 15:23:03.144777", "rc": 0, "start": "2024-01-10 15:23:03.141079" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:23:03 +0000 (0:00:00.255) 0:00:13.311 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:23:03 +0000 (0:00:00.020) 0:00:13.332 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 15:23:03 +0000 (0:00:00.014) 0:00:13.347 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 15:23:05 +0000 (0:00:01.883) 0:00:15.230 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.015) 0:00:15.245 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.009) 0:00:15.254 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.009) 0:00:15.264 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.009) 0:00:15.273 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.008) 0:00:15.282 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.008) 0:00:15.291 ***** 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_type845mca0s/tests/tasks/create_and_remove_interface.yml:9 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.007) 0:00:15.299 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.013) 0:00:15.313 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.009) 0:00:15.322 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003681", "end": "2024-01-10 15:23:05.396548", "rc": 0, "start": "2024-01-10 15:23:05.392867" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.232) 0:00:15.555 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.009) 0:00:15.565 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/create_and_remove_interface.yml:11 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.009) 0:00:15.575 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/assert_device_absent.yml:3 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.013) 0:00:15.588 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.009) 0:00:15.597 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/assert_device_absent.yml:5 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.228) 0:00:15.826 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/create_and_remove_interface.yml:14 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.010) 0:00:15.837 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.014) 0:00:15.852 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.007) 0:00:15.859 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.007) 0:00:15.866 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.010) 0:00:15.877 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.009) 0:00:15.886 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003586", "end": "2024-01-10 15:23:05.959043", "rc": 0, "start": "2024-01-10 15:23:05.955457" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:23:05 +0000 (0:00:00.232) 0:00:16.119 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:23:06 +0000 (0:00:00.022) 0:00:16.141 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 15:23:06 +0000 (0:00:00.009) 0:00:16.151 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 15:23:07 +0000 (0:00:01.897) 0:00:18.049 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 15:23:07 +0000 (0:00:00.026) 0:00:18.076 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 15:23:07 +0000 (0:00:00.018) 0:00:18.094 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 15:23:07 +0000 (0:00:00.020) 0:00:18.115 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.136598", "end": "2024-01-10 15:23:08.326495", "rc": 0, "start": "2024-01-10 15:23:08.189897" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 15:23:08 +0000 (0:00:00.395) 0:00:18.510 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 15:23:08 +0000 (0:00:00.010) 0:00:18.520 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 15:23:08 +0000 (0:00:00.007) 0:00:18.528 ***** 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_type845mca0s/tests/tasks/create_and_remove_interface.yml:18 Wednesday 10 January 2024 15:23:08 +0000 (0:00:00.009) 0:00:18.537 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:23:08 +0000 (0:00:00.017) 0:00:18.554 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:23:08 +0000 (0:00:00.009) 0:00:18.564 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003854", "end": "2024-01-10 15:23:08.638426", "rc": 0, "start": "2024-01-10 15:23:08.634572" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:23:08 +0000 (0:00:00.246) 0:00:18.810 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:23:08 +0000 (0:00:00.029) 0:00:18.839 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/create_and_remove_interface.yml:20 Wednesday 10 January 2024 15:23:08 +0000 (0:00:00.033) 0:00:18.873 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/assert_device_present.yml:3 Wednesday 10 January 2024 15:23:08 +0000 (0:00:00.021) 0:00:18.894 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 15:23:08 +0000 (0:00:00.024) 0:00:18.919 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1704900188.3227866, "block_size": 4096, "blocks": 0, "ctime": 1704900188.3227866, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 33547, "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": 1704900188.3227866, "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_type845mca0s/tests/tasks/assert_device_present.yml:5 Wednesday 10 January 2024 15:23:09 +0000 (0:00:00.239) 0:00:19.159 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/create_and_remove_interface.yml:23 Wednesday 10 January 2024 15:23:09 +0000 (0:00:00.013) 0:00:19.173 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:3 Wednesday 10 January 2024 15:23:09 +0000 (0:00:00.018) 0:00:19.192 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:8 Wednesday 10 January 2024 15:23:09 +0000 (0:00:00.009) 0:00:19.201 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:13 Wednesday 10 January 2024 15:23:09 +0000 (0:00:00.009) 0:00:19.210 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:23:09 +0000 (0:00:00.019) 0:00:19.230 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:23:09 +0000 (0:00:00.012) 0:00:19.243 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003750", "end": "2024-01-10 15:23:09.344507", "rc": 0, "start": "2024-01-10 15:23:09.340757" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:23:09 +0000 (0:00:00.273) 0:00:19.516 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:23:09 +0000 (0:00:00.018) 0:00:19.535 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:16 Wednesday 10 January 2024 15:23:09 +0000 (0:00:00.028) 0:00:19.563 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:23 Wednesday 10 January 2024 15:23:11 +0000 (0:00:01.936) 0:00:21.499 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:31 Wednesday 10 January 2024 15:23:11 +0000 (0:00:00.016) 0:00:21.515 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:39 Wednesday 10 January 2024 15:23:11 +0000 (0:00:00.009) 0:00:21.525 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:45 Wednesday 10 January 2024 15:23:11 +0000 (0:00:00.013) 0:00:21.538 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:50 Wednesday 10 January 2024 15:23:11 +0000 (0:00:00.014) 0:00:21.553 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008995", "end": "2024-01-10 15:23:11.638665", "rc": 0, "start": "2024-01-10 15:23:11.629670" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:56 Wednesday 10 January 2024 15:23:11 +0000 (0:00:00.251) 0:00:21.805 ***** 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_type845mca0s/tests/tasks/manage_test_interface.yml:61 Wednesday 10 January 2024 15:23:11 +0000 (0:00:00.008) 0:00:21.813 ***** 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_type845mca0s/tests/tasks/create_and_remove_interface.yml:27 Wednesday 10 January 2024 15:23:11 +0000 (0:00:00.008) 0:00:21.822 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:3 Wednesday 10 January 2024 15:23:11 +0000 (0:00:00.019) 0:00:21.842 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 Wednesday 10 January 2024 15:23:11 +0000 (0:00:00.047) 0:00:21.889 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003710", "end": "2024-01-10 15:23:11.963214", "rc": 0, "start": "2024-01-10 15:23:11.959504" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:9 Wednesday 10 January 2024 15:23:11 +0000 (0:00:00.233) 0:00:22.123 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/show_interfaces.yml:5 Wednesday 10 January 2024 15:23:11 +0000 (0:00:00.010) 0:00:22.134 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/create_and_remove_interface.yml:29 Wednesday 10 January 2024 15:23:12 +0000 (0:00:00.009) 0:00:22.143 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-route_type845mca0s/tests/tasks/assert_device_absent.yml:3 Wednesday 10 January 2024 15:23:12 +0000 (0:00:00.019) 0:00:22.162 ***** included: /WORKDIR/git-route_type845mca0s/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/get_interface_stat.yml:3 Wednesday 10 January 2024 15:23:12 +0000 (0:00:00.010) 0:00:22.173 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-route_type845mca0s/tests/tasks/assert_device_absent.yml:5 Wednesday 10 January 2024 15:23:12 +0000 (0:00:00.228) 0:00:22.401 ***** 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:23:12 +0000 (0:00:00.015) 0:00:22.417 ***** =============================================================================== Install iproute --------------------------------------------------------- 2.07s /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 1.94s /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 1.90s /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 1.89s /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 1.88s /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:16 ------ Install iproute --------------------------------------------------------- 1.87s /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:16 ------ Gathering Facts --------------------------------------------------------- 1.06s /WORKDIR/git-route_type845mca0s/tests/tests_helpers_and_asserts.yml:3 --------- Create veth interface veth1298 ------------------------------------------ 0.77s /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:23 ------ Gather the minimum subset of ansible_facts required by the network role test --- 0.43s /WORKDIR/git-route_type845mca0s/tests/tasks/el_repo_setup.yml:3 --------------- Create dummy interface dummy1298 ---------------------------------------- 0.40s /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:45 ------ Check if system is ostree ----------------------------------------------- 0.31s /WORKDIR/git-route_type845mca0s/tests/tasks/el_repo_setup.yml:17 -------------- Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 ------ Get stat for interface veth1298 ----------------------------------------- 0.29s /WORKDIR/git-route_type845mca0s/tests/tasks/get_interface_stat.yml:3 ---------- Gather current interface info ------------------------------------------- 0.28s /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 ------ Gather current interface info ------------------------------------------- 0.27s /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 ------ Delete veth interface veth1298 ------------------------------------------ 0.27s /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:39 ------ Get stat for interface veth1298 ----------------------------------------- 0.26s /WORKDIR/git-route_type845mca0s/tests/tasks/get_interface_stat.yml:3 ---------- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-route_type845mca0s/tests/tasks/get_current_interfaces.yml:3 ------ Set up veth as managed by NetworkManager -------------------------------- 0.26s /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:31 ------ Delete dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-route_type845mca0s/tests/tasks/manage_test_interface.yml:50 ------ ---^---^---^---^---^--- # 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. ---^---^---^---^---^---