# 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-wifi_fix_yti6074/.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-wifi_fix_yti6074/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tests_helpers_and_asserts.yml:3 Thursday 21 December 2023 23:54:26 +0000 (0:00:00.035) 0:00:00.035 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-wifi_fix_yti6074/tests/tests_helpers_and_asserts.yml:6 Thursday 21 December 2023 23:54:27 +0000 (0:00:00.935) 0:00:00.971 ***** included: /WORKDIR/git-wifi_fix_yti6074/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-wifi_fix_yti6074/tests/tasks/el_repo_setup.yml:3 Thursday 21 December 2023 23:54:27 +0000 (0:00:00.012) 0:00:00.983 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/el_repo_setup.yml:17 Thursday 21 December 2023 23:54:27 +0000 (0:00:00.368) 0:00:01.352 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/el_repo_setup.yml:22 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.271) 0:00:01.624 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/el_repo_setup.yml:26 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.013) 0:00:01.638 ***** 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-wifi_fix_yti6074/tests/tasks/el_repo_setup.yml:51 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.007) 0:00:01.646 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 38] ********************************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/enable_epel.yml:8 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.021) 0:00:01.667 ***** 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-wifi_fix_yti6074/tests/tasks/enable_epel.yml:24 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.012) 0:00:01.679 ***** 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-wifi_fix_yti6074/tests/tasks/enable_epel.yml:30 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.008) 0:00:01.688 ***** 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-wifi_fix_yti6074/tests/tasks/enable_epel.yml:35 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.007) 0:00:01.695 ***** 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-wifi_fix_yti6074/tests/tasks/enable_epel.yml:40 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.008) 0:00:01.704 ***** 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-wifi_fix_yti6074/tests/tests_helpers_and_asserts.yml:9 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.007) 0:00:01.711 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:3 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.013) 0:00:01.724 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:3 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.010) 0:00:01.735 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.014) 0:00:01.750 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003783", "end": "2023-12-21 23:54:28.449481", "rc": 0, "start": "2023-12-21 23:54:28.445698" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:9 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.275) 0:00:02.025 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:5 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.011) 0:00:02.036 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:5 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.009) 0:00:02.046 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:3 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.013) 0:00:02.060 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:8 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.010) 0:00:02.070 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:13 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.007) 0:00:02.078 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:3 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.011) 0:00:02.089 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.012) 0:00:02.101 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003859", "end": "2023-12-21 23:54:28.745212", "rc": 0, "start": "2023-12-21 23:54:28.741353" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:9 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.217) 0:00:02.319 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:5 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.010) 0:00:02.329 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:16 Thursday 21 December 2023 23:54:28 +0000 (0:00:00.010) 0:00:02.339 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:23 Thursday 21 December 2023 23:54:31 +0000 (0:00:02.412) 0:00:04.752 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:31 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.015) 0:00:04.768 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:39 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.008) 0:00:04.776 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:45 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.011) 0:00:04.787 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:50 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.008) 0:00:04.796 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:56 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.017) 0:00:04.813 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:61 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.008) 0:00:04.821 ***** 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-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:9 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.007) 0:00:04.829 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:3 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.013) 0:00:04.843 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.009) 0:00:04.852 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003882", "end": "2023-12-21 23:54:31.498606", "rc": 0, "start": "2023-12-21 23:54:31.494724" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:9 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.225) 0:00:05.078 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:5 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.021) 0:00:05.099 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:11 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.011) 0:00:05.111 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/assert_device_absent.yml:3 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.017) 0:00:05.129 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_interface_stat.yml:3 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.013) 0:00:05.142 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/assert_device_absent.yml:5 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.246) 0:00:05.389 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:14 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.012) 0:00:05.401 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:3 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.016) 0:00:05.418 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:8 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.008) 0:00:05.427 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:13 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.008) 0:00:05.435 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:3 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.011) 0:00:05.447 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 Thursday 21 December 2023 23:54:31 +0000 (0:00:00.012) 0:00:05.460 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003748", "end": "2023-12-21 23:54:32.100158", "rc": 0, "start": "2023-12-21 23:54:32.096410" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:9 Thursday 21 December 2023 23:54:32 +0000 (0:00:00.218) 0:00:05.678 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:5 Thursday 21 December 2023 23:54:32 +0000 (0:00:00.017) 0:00:05.695 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:16 Thursday 21 December 2023 23:54:32 +0000 (0:00:00.010) 0:00:05.706 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:23 Thursday 21 December 2023 23:54:34 +0000 (0:00:02.281) 0:00:07.988 ***** 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.007265", "end": "2023-12-21 23:54:34.644313", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2023-12-21 23:54:34.637048" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003912", "end": "2023-12-21 23:54:34.912218", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2023-12-21 23:54:34.908306" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004023", "end": "2023-12-21 23:54:35.119927", "item": "ip link set veth1298 up", "rc": 0, "start": "2023-12-21 23:54:35.115904" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:31 Thursday 21 December 2023 23:54:35 +0000 (0:00:00.707) 0:00:08.695 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024088", "end": "2023-12-21 23:54:35.357862", "rc": 0, "start": "2023-12-21 23:54:35.333774" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:39 Thursday 21 December 2023 23:54:35 +0000 (0:00:00.240) 0:00:08.936 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:45 Thursday 21 December 2023 23:54:35 +0000 (0:00:00.010) 0:00:08.947 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:50 Thursday 21 December 2023 23:54:35 +0000 (0:00:00.016) 0:00:08.963 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:56 Thursday 21 December 2023 23:54:35 +0000 (0:00:00.018) 0:00:08.982 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:61 Thursday 21 December 2023 23:54:35 +0000 (0:00:00.008) 0:00:08.991 ***** 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-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:18 Thursday 21 December 2023 23:54:35 +0000 (0:00:00.016) 0:00:09.007 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:3 Thursday 21 December 2023 23:54:35 +0000 (0:00:00.017) 0:00:09.025 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 Thursday 21 December 2023 23:54:35 +0000 (0:00:00.015) 0:00:09.040 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003653", "end": "2023-12-21 23:54:35.708340", "rc": 0, "start": "2023-12-21 23:54:35.704687" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:9 Thursday 21 December 2023 23:54:35 +0000 (0:00:00.243) 0:00:09.284 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:5 Thursday 21 December 2023 23:54:35 +0000 (0:00:00.010) 0:00:09.294 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:20 Thursday 21 December 2023 23:54:35 +0000 (0:00:00.010) 0:00:09.304 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/assert_device_present.yml:3 Thursday 21 December 2023 23:54:35 +0000 (0:00:00.016) 0:00:09.321 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_interface_stat.yml:3 Thursday 21 December 2023 23:54:35 +0000 (0:00:00.010) 0:00:09.331 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703202874.6414735, "block_size": 4096, "blocks": 0, "ctime": 1703202874.6414735, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31218, "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": 1703202874.6414735, "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-wifi_fix_yti6074/tests/tasks/assert_device_present.yml:5 Thursday 21 December 2023 23:54:35 +0000 (0:00:00.215) 0:00:09.547 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:23 Thursday 21 December 2023 23:54:36 +0000 (0:00:00.015) 0:00:09.562 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:3 Thursday 21 December 2023 23:54:36 +0000 (0:00:00.022) 0:00:09.584 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:8 Thursday 21 December 2023 23:54:36 +0000 (0:00:00.013) 0:00:09.598 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:13 Thursday 21 December 2023 23:54:36 +0000 (0:00:00.017) 0:00:09.616 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:3 Thursday 21 December 2023 23:54:36 +0000 (0:00:00.015) 0:00:09.631 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 Thursday 21 December 2023 23:54:36 +0000 (0:00:00.010) 0:00:09.642 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003673", "end": "2023-12-21 23:54:36.281480", "rc": 0, "start": "2023-12-21 23:54:36.277807" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:9 Thursday 21 December 2023 23:54:36 +0000 (0:00:00.218) 0:00:09.861 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:5 Thursday 21 December 2023 23:54:36 +0000 (0:00:00.021) 0:00:09.882 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:16 Thursday 21 December 2023 23:54:36 +0000 (0:00:00.021) 0:00:09.904 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:23 Thursday 21 December 2023 23:54:38 +0000 (0:00:02.336) 0:00:12.240 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:31 Thursday 21 December 2023 23:54:38 +0000 (0:00:00.015) 0:00:12.256 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:39 Thursday 21 December 2023 23:54:38 +0000 (0:00:00.010) 0:00:12.266 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.019457", "end": "2023-12-21 23:54:38.923901", "rc": 0, "start": "2023-12-21 23:54:38.904444" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:45 Thursday 21 December 2023 23:54:38 +0000 (0:00:00.234) 0:00:12.501 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:50 Thursday 21 December 2023 23:54:38 +0000 (0:00:00.009) 0:00:12.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 veth1298] ******************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:56 Thursday 21 December 2023 23:54:38 +0000 (0:00:00.007) 0:00:12.518 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:61 Thursday 21 December 2023 23:54:38 +0000 (0:00:00.009) 0:00:12.527 ***** 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-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:27 Thursday 21 December 2023 23:54:38 +0000 (0:00:00.007) 0:00:12.535 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:3 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.018) 0:00:12.554 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.010) 0:00:12.564 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003820", "end": "2023-12-21 23:54:39.204188", "rc": 0, "start": "2023-12-21 23:54:39.200368" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:9 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.221) 0:00:12.786 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:5 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.013) 0:00:12.800 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:29 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.011) 0:00:12.811 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/assert_device_absent.yml:3 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.030) 0:00:12.842 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_interface_stat.yml:3 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.011) 0:00:12.853 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/assert_device_absent.yml:5 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.223) 0:00:13.077 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tests_helpers_and_asserts.yml:15 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.010) 0:00:13.088 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:3 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.012) 0:00:13.100 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:3 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.009) 0:00:13.110 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.008) 0:00:13.119 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003805", "end": "2023-12-21 23:54:39.757317", "rc": 0, "start": "2023-12-21 23:54:39.753512" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:9 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.213) 0:00:13.332 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:5 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.009) 0:00:13.342 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:5 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.008) 0:00:13.350 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:3 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.013) 0:00:13.363 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:8 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.007) 0:00:13.371 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:13 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.007) 0:00:13.378 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:3 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.010) 0:00:13.389 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 Thursday 21 December 2023 23:54:39 +0000 (0:00:00.009) 0:00:13.399 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003794", "end": "2023-12-21 23:54:40.034677", "rc": 0, "start": "2023-12-21 23:54:40.030883" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:9 Thursday 21 December 2023 23:54:40 +0000 (0:00:00.212) 0:00:13.611 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:5 Thursday 21 December 2023 23:54:40 +0000 (0:00:00.020) 0:00:13.632 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:16 Thursday 21 December 2023 23:54:40 +0000 (0:00:00.010) 0:00:13.642 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:23 Thursday 21 December 2023 23:54:42 +0000 (0:00:02.271) 0:00:15.913 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:31 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.016) 0:00:15.930 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:39 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.011) 0:00:15.941 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:45 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.017) 0:00:15.958 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:50 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.021) 0:00:15.980 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:56 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.010) 0:00:15.990 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:61 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.010) 0:00:16.001 ***** 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-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:9 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.009) 0:00:16.011 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:3 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.013) 0:00:16.024 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.013) 0:00:16.037 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003800", "end": "2023-12-21 23:54:42.674904", "rc": 0, "start": "2023-12-21 23:54:42.671104" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:9 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.210) 0:00:16.248 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:5 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.010) 0:00:16.258 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:11 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.009) 0:00:16.268 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/assert_device_absent.yml:3 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.013) 0:00:16.282 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_interface_stat.yml:3 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.010) 0:00:16.293 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/assert_device_absent.yml:5 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.209) 0:00:16.502 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:14 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.011) 0:00:16.514 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:3 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.015) 0:00:16.529 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:8 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.007) 0:00:16.537 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:13 Thursday 21 December 2023 23:54:42 +0000 (0:00:00.007) 0:00:16.545 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:3 Thursday 21 December 2023 23:54:43 +0000 (0:00:00.011) 0:00:16.556 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 Thursday 21 December 2023 23:54:43 +0000 (0:00:00.021) 0:00:16.577 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003763", "end": "2023-12-21 23:54:43.215590", "rc": 0, "start": "2023-12-21 23:54:43.211827" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:9 Thursday 21 December 2023 23:54:43 +0000 (0:00:00.215) 0:00:16.793 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:5 Thursday 21 December 2023 23:54:43 +0000 (0:00:00.018) 0:00:16.811 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:16 Thursday 21 December 2023 23:54:43 +0000 (0:00:00.010) 0:00:16.822 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:23 Thursday 21 December 2023 23:54:45 +0000 (0:00:02.296) 0:00:19.119 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:31 Thursday 21 December 2023 23:54:45 +0000 (0:00:00.019) 0:00:19.138 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:39 Thursday 21 December 2023 23:54:45 +0000 (0:00:00.010) 0:00:19.148 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:45 Thursday 21 December 2023 23:54:45 +0000 (0:00:00.011) 0:00:19.159 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.074961", "end": "2023-12-21 23:54:45.871631", "rc": 0, "start": "2023-12-21 23:54:45.796670" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:50 Thursday 21 December 2023 23:54:45 +0000 (0:00:00.302) 0:00:19.462 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:56 Thursday 21 December 2023 23:54:45 +0000 (0:00:00.010) 0:00:19.472 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:61 Thursday 21 December 2023 23:54:45 +0000 (0:00:00.011) 0:00:19.483 ***** 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-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:18 Thursday 21 December 2023 23:54:45 +0000 (0:00:00.009) 0:00:19.493 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:3 Thursday 21 December 2023 23:54:45 +0000 (0:00:00.025) 0:00:19.518 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 Thursday 21 December 2023 23:54:45 +0000 (0:00:00.011) 0:00:19.530 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003756", "end": "2023-12-21 23:54:46.173929", "rc": 0, "start": "2023-12-21 23:54:46.170173" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:9 Thursday 21 December 2023 23:54:46 +0000 (0:00:00.218) 0:00:19.748 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:5 Thursday 21 December 2023 23:54:46 +0000 (0:00:00.010) 0:00:19.758 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:20 Thursday 21 December 2023 23:54:46 +0000 (0:00:00.008) 0:00:19.767 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/assert_device_present.yml:3 Thursday 21 December 2023 23:54:46 +0000 (0:00:00.016) 0:00:19.783 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_interface_stat.yml:3 Thursday 21 December 2023 23:54:46 +0000 (0:00:00.010) 0:00:19.794 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1703202885.8698783, "block_size": 4096, "blocks": 0, "ctime": 1703202885.8698783, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31550, "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": 1703202885.8698783, "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-wifi_fix_yti6074/tests/tasks/assert_device_present.yml:5 Thursday 21 December 2023 23:54:46 +0000 (0:00:00.208) 0:00:20.002 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:23 Thursday 21 December 2023 23:54:46 +0000 (0:00:00.011) 0:00:20.013 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:3 Thursday 21 December 2023 23:54:46 +0000 (0:00:00.019) 0:00:20.032 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:8 Thursday 21 December 2023 23:54:46 +0000 (0:00:00.009) 0:00:20.042 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:13 Thursday 21 December 2023 23:54:46 +0000 (0:00:00.008) 0:00:20.050 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:3 Thursday 21 December 2023 23:54:46 +0000 (0:00:00.013) 0:00:20.063 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 Thursday 21 December 2023 23:54:46 +0000 (0:00:00.036) 0:00:20.100 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003745", "end": "2023-12-21 23:54:46.740943", "rc": 0, "start": "2023-12-21 23:54:46.737198" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:9 Thursday 21 December 2023 23:54:46 +0000 (0:00:00.215) 0:00:20.315 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:5 Thursday 21 December 2023 23:54:46 +0000 (0:00:00.009) 0:00:20.325 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:16 Thursday 21 December 2023 23:54:46 +0000 (0:00:00.010) 0:00:20.336 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:23 Thursday 21 December 2023 23:54:49 +0000 (0:00:02.231) 0:00:22.567 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:31 Thursday 21 December 2023 23:54:49 +0000 (0:00:00.014) 0:00:22.582 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:39 Thursday 21 December 2023 23:54:49 +0000 (0:00:00.008) 0:00:22.590 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:45 Thursday 21 December 2023 23:54:49 +0000 (0:00:00.008) 0:00:22.598 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:50 Thursday 21 December 2023 23:54:49 +0000 (0:00:00.008) 0:00:22.606 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009810", "end": "2023-12-21 23:54:49.254139", "rc": 0, "start": "2023-12-21 23:54:49.244329" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:56 Thursday 21 December 2023 23:54:49 +0000 (0:00:00.229) 0:00:22.835 ***** 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-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:61 Thursday 21 December 2023 23:54:49 +0000 (0:00:00.009) 0:00:22.845 ***** 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-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:27 Thursday 21 December 2023 23:54:49 +0000 (0:00:00.007) 0:00:22.852 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:3 Thursday 21 December 2023 23:54:49 +0000 (0:00:00.018) 0:00:22.871 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 Thursday 21 December 2023 23:54:49 +0000 (0:00:00.011) 0:00:22.883 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003759", "end": "2023-12-21 23:54:49.536612", "rc": 0, "start": "2023-12-21 23:54:49.532853" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:9 Thursday 21 December 2023 23:54:49 +0000 (0:00:00.256) 0:00:23.140 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/show_interfaces.yml:5 Thursday 21 December 2023 23:54:49 +0000 (0:00:00.014) 0:00:23.154 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/create_and_remove_interface.yml:29 Thursday 21 December 2023 23:54:49 +0000 (0:00:00.022) 0:00:23.176 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/assert_device_absent.yml:3 Thursday 21 December 2023 23:54:49 +0000 (0:00:00.025) 0:00:23.202 ***** included: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_interface_stat.yml:3 Thursday 21 December 2023 23:54:49 +0000 (0:00:00.023) 0:00:23.225 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-wifi_fix_yti6074/tests/tasks/assert_device_absent.yml:5 Thursday 21 December 2023 23:54:49 +0000 (0:00:00.209) 0:00:23.435 ***** 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 Thursday 21 December 2023 23:54:49 +0000 (0:00:00.015) 0:00:23.451 ***** =============================================================================== Install iproute --------------------------------------------------------- 2.41s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:16 -------- Install iproute --------------------------------------------------------- 2.34s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:16 -------- Install iproute --------------------------------------------------------- 2.30s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:16 -------- Install iproute --------------------------------------------------------- 2.28s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:16 -------- Install iproute --------------------------------------------------------- 2.27s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:16 -------- Install iproute --------------------------------------------------------- 2.23s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:16 -------- Gathering Facts --------------------------------------------------------- 0.94s /WORKDIR/git-wifi_fix_yti6074/tests/tests_helpers_and_asserts.yml:3 ----------- Create veth interface veth1298 ------------------------------------------ 0.71s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:23 -------- Gather the minimum subset of ansible_facts required by the network role test --- 0.37s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/el_repo_setup.yml:3 ----------------- Create dummy interface dummy1298 ---------------------------------------- 0.30s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:45 -------- Gather current interface info ------------------------------------------- 0.28s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 -------- Check if system is ostree ----------------------------------------------- 0.27s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/el_repo_setup.yml:17 ---------------- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 -------- Get stat for interface veth1298 ----------------------------------------- 0.25s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_interface_stat.yml:3 ------------ Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 -------- Set up veth as managed by NetworkManager -------------------------------- 0.24s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:31 -------- Delete veth interface veth1298 ------------------------------------------ 0.23s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:39 -------- Delete dummy interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/manage_test_interface.yml:50 -------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_current_interfaces.yml:3 -------- Get stat for interface veth1298 ----------------------------------------- 0.22s /WORKDIR/git-wifi_fix_yti6074/tests/tasks/get_interface_stat.yml:3 ------------ ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---