# 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_fixhfsgh03i/.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_fixhfsgh03i/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_fixhfsgh03i/tests/tests_helpers_and_asserts.yml:3 Friday 22 December 2023 00:04:57 +0000 (0:00:00.038) 0:00:00.038 ******* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tests_helpers_and_asserts.yml:6 Friday 22 December 2023 00:04:58 +0000 (0:00:00.891) 0:00:00.929 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/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_fixhfsgh03i/tests/tasks/el_repo_setup.yml:3 Friday 22 December 2023 00:04:58 +0000 (0:00:00.011) 0:00:00.941 ******* skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/el_repo_setup.yml:17 Friday 22 December 2023 00:04:58 +0000 (0:00:00.019) 0:00:00.960 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/el_repo_setup.yml:22 Friday 22 December 2023 00:04:58 +0000 (0:00:00.261) 0:00:01.222 ******* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/el_repo_setup.yml:26 Friday 22 December 2023 00:04:58 +0000 (0:00:00.014) 0:00:01.237 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/el_repo_setup.yml:51 Friday 22 December 2023 00:04:58 +0000 (0:00:00.014) 0:00:01.251 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/enable_epel.yml:8 Friday 22 December 2023 00:04:58 +0000 (0:00:00.021) 0:00:01.273 ******* ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/enable_epel.yml:24 Friday 22 December 2023 00:04:59 +0000 (0:00:00.251) 0:00:01.524 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/enable_epel.yml:30 Friday 22 December 2023 00:04:59 +0000 (0:00:00.008) 0:00:01.533 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/enable_epel.yml:35 Friday 22 December 2023 00:04:59 +0000 (0:00:00.008) 0:00:01.541 ******* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.258228", "end": "2023-12-22 00:04:59.484997", "rc": 0, "start": "2023-12-22 00:04:59.226769" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/enable_epel.yml:40 Friday 22 December 2023 00:04:59 +0000 (0:00:00.451) 0:00:01.992 ******* skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tests_helpers_and_asserts.yml:9 Friday 22 December 2023 00:04:59 +0000 (0:00:00.008) 0:00:02.001 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:3 Friday 22 December 2023 00:04:59 +0000 (0:00:00.011) 0:00:02.012 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:04:59 +0000 (0:00:00.009) 0:00:02.022 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:04:59 +0000 (0:00:00.009) 0:00:02.031 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003582", "end": "2023-12-22 00:04:59.720189", "rc": 0, "start": "2023-12-22 00:04:59.716607" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:04:59 +0000 (0:00:00.199) 0:00:02.231 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:04:59 +0000 (0:00:00.011) 0:00:02.242 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:5 Friday 22 December 2023 00:04:59 +0000 (0:00:00.010) 0:00:02.252 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:3 Friday 22 December 2023 00:04:59 +0000 (0:00:00.014) 0:00:02.267 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:8 Friday 22 December 2023 00:04:59 +0000 (0:00:00.008) 0:00:02.276 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:13 Friday 22 December 2023 00:04:59 +0000 (0:00:00.007) 0:00:02.283 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:04:59 +0000 (0:00:00.011) 0:00:02.294 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:04:59 +0000 (0:00:00.009) 0:00:02.304 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003778", "end": "2023-12-22 00:04:59.994597", "rc": 0, "start": "2023-12-22 00:04:59.990819" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:05:00 +0000 (0:00:00.197) 0:00:02.501 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:05:00 +0000 (0:00:00.009) 0:00:02.511 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:16 Friday 22 December 2023 00:05:00 +0000 (0:00:00.008) 0:00:02.519 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:23 Friday 22 December 2023 00:05:03 +0000 (0:00:03.360) 0:00:05.880 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:31 Friday 22 December 2023 00:05:03 +0000 (0:00:00.014) 0:00:05.894 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:39 Friday 22 December 2023 00:05:03 +0000 (0:00:00.008) 0:00:05.903 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:45 Friday 22 December 2023 00:05:03 +0000 (0:00:00.012) 0:00:05.916 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:50 Friday 22 December 2023 00:05:03 +0000 (0:00:00.007) 0:00:05.924 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:56 Friday 22 December 2023 00:05:03 +0000 (0:00:00.009) 0:00:05.933 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:61 Friday 22 December 2023 00:05:03 +0000 (0:00:00.008) 0:00:05.941 ******* 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_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:9 Friday 22 December 2023 00:05:03 +0000 (0:00:00.007) 0:00:05.948 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:05:03 +0000 (0:00:00.012) 0:00:05.961 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:05:03 +0000 (0:00:00.009) 0:00:05.970 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003907", "end": "2023-12-22 00:05:03.659378", "rc": 0, "start": "2023-12-22 00:05:03.655471" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:05:03 +0000 (0:00:00.198) 0:00:06.169 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:05:03 +0000 (0:00:00.011) 0:00:06.180 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:11 Friday 22 December 2023 00:05:03 +0000 (0:00:00.011) 0:00:06.191 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/assert_device_absent.yml:3 Friday 22 December 2023 00:05:03 +0000 (0:00:00.013) 0:00:06.205 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_interface_stat.yml:3 Friday 22 December 2023 00:05:03 +0000 (0:00:00.009) 0:00:06.214 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/assert_device_absent.yml:5 Friday 22 December 2023 00:05:03 +0000 (0:00:00.199) 0:00:06.414 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:14 Friday 22 December 2023 00:05:03 +0000 (0:00:00.021) 0:00:06.435 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:3 Friday 22 December 2023 00:05:03 +0000 (0:00:00.016) 0:00:06.452 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:8 Friday 22 December 2023 00:05:03 +0000 (0:00:00.010) 0:00:06.462 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:13 Friday 22 December 2023 00:05:04 +0000 (0:00:00.034) 0:00:06.497 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:05:04 +0000 (0:00:00.018) 0:00:06.515 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:05:04 +0000 (0:00:00.019) 0:00:06.534 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003522", "end": "2023-12-22 00:05:04.231691", "rc": 0, "start": "2023-12-22 00:05:04.228169" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:05:04 +0000 (0:00:00.211) 0:00:06.746 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:05:04 +0000 (0:00:00.013) 0:00:06.760 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:16 Friday 22 December 2023 00:05:04 +0000 (0:00:00.017) 0:00:06.778 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:23 Friday 22 December 2023 00:05:07 +0000 (0:00:03.066) 0:00:09.844 ******* 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.011843", "end": "2023-12-22 00:05:07.559075", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2023-12-22 00:05:07.547232" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004520", "end": "2023-12-22 00:05:07.791554", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2023-12-22 00:05:07.787034" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004590", "end": "2023-12-22 00:05:07.979729", "item": "ip link set veth1298 up", "rc": 0, "start": "2023-12-22 00:05:07.975139" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:31 Friday 22 December 2023 00:05:07 +0000 (0:00:00.643) 0:00:10.487 ******* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024509", "end": "2023-12-22 00:05:08.195167", "rc": 0, "start": "2023-12-22 00:05:08.170658" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:39 Friday 22 December 2023 00:05:08 +0000 (0:00:00.216) 0:00:10.703 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:45 Friday 22 December 2023 00:05:08 +0000 (0:00:00.008) 0:00:10.712 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:50 Friday 22 December 2023 00:05:08 +0000 (0:00:00.007) 0:00:10.720 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:56 Friday 22 December 2023 00:05:08 +0000 (0:00:00.007) 0:00:10.727 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:61 Friday 22 December 2023 00:05:08 +0000 (0:00:00.010) 0:00:10.738 ******* 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_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:18 Friday 22 December 2023 00:05:08 +0000 (0:00:00.007) 0:00:10.746 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:05:08 +0000 (0:00:00.015) 0:00:10.761 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:05:08 +0000 (0:00:00.008) 0:00:10.770 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003545", "end": "2023-12-22 00:05:08.454592", "rc": 0, "start": "2023-12-22 00:05:08.451047" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:05:08 +0000 (0:00:00.200) 0:00:10.970 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:05:08 +0000 (0:00:00.013) 0:00:10.984 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:20 Friday 22 December 2023 00:05:08 +0000 (0:00:00.017) 0:00:11.002 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/assert_device_present.yml:3 Friday 22 December 2023 00:05:08 +0000 (0:00:00.032) 0:00:11.035 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_interface_stat.yml:3 Friday 22 December 2023 00:05:08 +0000 (0:00:00.013) 0:00:11.048 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703203507.5511541, "block_size": 4096, "blocks": 0, "ctime": 1703203507.5511541, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31687, "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": 1703203507.5511541, "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_fixhfsgh03i/tests/tasks/assert_device_present.yml:5 Friday 22 December 2023 00:05:08 +0000 (0:00:00.200) 0:00:11.249 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:23 Friday 22 December 2023 00:05:08 +0000 (0:00:00.011) 0:00:11.260 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:3 Friday 22 December 2023 00:05:08 +0000 (0:00:00.021) 0:00:11.282 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:8 Friday 22 December 2023 00:05:08 +0000 (0:00:00.007) 0:00:11.289 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:13 Friday 22 December 2023 00:05:08 +0000 (0:00:00.007) 0:00:11.296 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:05:08 +0000 (0:00:00.011) 0:00:11.308 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:05:08 +0000 (0:00:00.009) 0:00:11.318 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003616", "end": "2023-12-22 00:05:09.004350", "rc": 0, "start": "2023-12-22 00:05:09.000734" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:05:09 +0000 (0:00:00.194) 0:00:11.512 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:05:09 +0000 (0:00:00.010) 0:00:11.523 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:16 Friday 22 December 2023 00:05:09 +0000 (0:00:00.019) 0:00:11.542 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:23 Friday 22 December 2023 00:05:12 +0000 (0:00:03.044) 0:00:14.586 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:31 Friday 22 December 2023 00:05:12 +0000 (0:00:00.037) 0:00:14.623 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:39 Friday 22 December 2023 00:05:12 +0000 (0:00:00.020) 0:00:14.644 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010143", "end": "2023-12-22 00:05:12.349413", "rc": 0, "start": "2023-12-22 00:05:12.339270" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:45 Friday 22 December 2023 00:05:12 +0000 (0:00:00.220) 0:00:14.865 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:50 Friday 22 December 2023 00:05:12 +0000 (0:00:00.009) 0:00:14.874 ******* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:56 Friday 22 December 2023 00:05:12 +0000 (0:00:00.010) 0:00:14.884 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:61 Friday 22 December 2023 00:05:12 +0000 (0:00:00.008) 0:00:14.893 ******* 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_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:27 Friday 22 December 2023 00:05:12 +0000 (0:00:00.007) 0:00:14.900 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:05:12 +0000 (0:00:00.018) 0:00:14.919 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:05:12 +0000 (0:00:00.010) 0:00:14.929 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003726", "end": "2023-12-22 00:05:12.615726", "rc": 0, "start": "2023-12-22 00:05:12.612000" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:05:12 +0000 (0:00:00.193) 0:00:15.122 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:05:12 +0000 (0:00:00.010) 0:00:15.133 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:29 Friday 22 December 2023 00:05:12 +0000 (0:00:00.009) 0:00:15.142 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/assert_device_absent.yml:3 Friday 22 December 2023 00:05:12 +0000 (0:00:00.019) 0:00:15.162 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_interface_stat.yml:3 Friday 22 December 2023 00:05:12 +0000 (0:00:00.011) 0:00:15.173 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/assert_device_absent.yml:5 Friday 22 December 2023 00:05:12 +0000 (0:00:00.188) 0:00:15.361 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tests_helpers_and_asserts.yml:15 Friday 22 December 2023 00:05:12 +0000 (0:00:00.009) 0:00:15.371 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:3 Friday 22 December 2023 00:05:12 +0000 (0:00:00.012) 0:00:15.384 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:05:12 +0000 (0:00:00.009) 0:00:15.394 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:05:12 +0000 (0:00:00.008) 0:00:15.403 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003503", "end": "2023-12-22 00:05:13.091982", "rc": 0, "start": "2023-12-22 00:05:13.088479" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:05:13 +0000 (0:00:00.202) 0:00:15.606 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:05:13 +0000 (0:00:00.009) 0:00:15.615 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:5 Friday 22 December 2023 00:05:13 +0000 (0:00:00.011) 0:00:15.627 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:3 Friday 22 December 2023 00:05:13 +0000 (0:00:00.012) 0:00:15.639 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:8 Friday 22 December 2023 00:05:13 +0000 (0:00:00.009) 0:00:15.649 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:13 Friday 22 December 2023 00:05:13 +0000 (0:00:00.007) 0:00:15.657 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:05:13 +0000 (0:00:00.017) 0:00:15.674 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:05:13 +0000 (0:00:00.012) 0:00:15.686 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003766", "end": "2023-12-22 00:05:13.378657", "rc": 0, "start": "2023-12-22 00:05:13.374891" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:05:13 +0000 (0:00:00.200) 0:00:15.887 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:05:13 +0000 (0:00:00.010) 0:00:15.897 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:16 Friday 22 December 2023 00:05:13 +0000 (0:00:00.011) 0:00:15.909 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:23 Friday 22 December 2023 00:05:16 +0000 (0:00:03.037) 0:00:18.946 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:31 Friday 22 December 2023 00:05:16 +0000 (0:00:00.030) 0:00:18.977 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:39 Friday 22 December 2023 00:05:16 +0000 (0:00:00.014) 0:00:18.991 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:45 Friday 22 December 2023 00:05:16 +0000 (0:00:00.009) 0:00:19.001 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:50 Friday 22 December 2023 00:05:16 +0000 (0:00:00.024) 0:00:19.026 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:56 Friday 22 December 2023 00:05:16 +0000 (0:00:00.010) 0:00:19.036 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:61 Friday 22 December 2023 00:05:16 +0000 (0:00:00.016) 0:00:19.052 ******* 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_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:9 Friday 22 December 2023 00:05:16 +0000 (0:00:00.013) 0:00:19.066 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:05:16 +0000 (0:00:00.025) 0:00:19.092 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:05:16 +0000 (0:00:00.018) 0:00:19.111 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003632", "end": "2023-12-22 00:05:16.797503", "rc": 0, "start": "2023-12-22 00:05:16.793871" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:05:16 +0000 (0:00:00.193) 0:00:19.304 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:05:16 +0000 (0:00:00.009) 0:00:19.314 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:11 Friday 22 December 2023 00:05:16 +0000 (0:00:00.009) 0:00:19.324 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/assert_device_absent.yml:3 Friday 22 December 2023 00:05:16 +0000 (0:00:00.013) 0:00:19.338 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_interface_stat.yml:3 Friday 22 December 2023 00:05:16 +0000 (0:00:00.010) 0:00:19.348 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/assert_device_absent.yml:5 Friday 22 December 2023 00:05:17 +0000 (0:00:00.188) 0:00:19.536 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:14 Friday 22 December 2023 00:05:17 +0000 (0:00:00.009) 0:00:19.546 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:3 Friday 22 December 2023 00:05:17 +0000 (0:00:00.015) 0:00:19.561 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:8 Friday 22 December 2023 00:05:17 +0000 (0:00:00.008) 0:00:19.570 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:13 Friday 22 December 2023 00:05:17 +0000 (0:00:00.007) 0:00:19.577 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:05:17 +0000 (0:00:00.013) 0:00:19.591 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:05:17 +0000 (0:00:00.025) 0:00:19.616 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003602", "end": "2023-12-22 00:05:17.309371", "rc": 0, "start": "2023-12-22 00:05:17.305769" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:05:17 +0000 (0:00:00.203) 0:00:19.820 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:05:17 +0000 (0:00:00.011) 0:00:19.831 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:16 Friday 22 December 2023 00:05:17 +0000 (0:00:00.009) 0:00:19.841 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:23 Friday 22 December 2023 00:05:20 +0000 (0:00:03.023) 0:00:22.865 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:31 Friday 22 December 2023 00:05:20 +0000 (0:00:00.013) 0:00:22.879 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:39 Friday 22 December 2023 00:05:20 +0000 (0:00:00.007) 0:00:22.887 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:45 Friday 22 December 2023 00:05:20 +0000 (0:00:00.009) 0:00:22.896 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.012250", "end": "2023-12-22 00:05:20.595056", "rc": 0, "start": "2023-12-22 00:05:20.582806" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:50 Friday 22 December 2023 00:05:20 +0000 (0:00:00.218) 0:00:23.114 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:56 Friday 22 December 2023 00:05:20 +0000 (0:00:00.014) 0:00:23.128 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:61 Friday 22 December 2023 00:05:20 +0000 (0:00:00.009) 0:00:23.137 ******* 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_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:18 Friday 22 December 2023 00:05:20 +0000 (0:00:00.007) 0:00:23.145 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:05:20 +0000 (0:00:00.016) 0:00:23.161 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:05:20 +0000 (0:00:00.009) 0:00:23.170 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003649", "end": "2023-12-22 00:05:20.858115", "rc": 0, "start": "2023-12-22 00:05:20.854466" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:05:20 +0000 (0:00:00.196) 0:00:23.367 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:05:20 +0000 (0:00:00.011) 0:00:23.378 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:20 Friday 22 December 2023 00:05:20 +0000 (0:00:00.009) 0:00:23.388 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/assert_device_present.yml:3 Friday 22 December 2023 00:05:20 +0000 (0:00:00.017) 0:00:23.406 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_interface_stat.yml:3 Friday 22 December 2023 00:05:20 +0000 (0:00:00.013) 0:00:23.419 ******* ok: [sut] => { "changed": false, "stat": { "atime": 1703203520.5929787, "block_size": 4096, "blocks": 0, "ctime": 1703203520.5929787, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32010, "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": 1703203520.5929787, "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_fixhfsgh03i/tests/tasks/assert_device_present.yml:5 Friday 22 December 2023 00:05:21 +0000 (0:00:00.210) 0:00:23.629 ******* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:23 Friday 22 December 2023 00:05:21 +0000 (0:00:00.017) 0:00:23.647 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:3 Friday 22 December 2023 00:05:21 +0000 (0:00:00.023) 0:00:23.670 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:8 Friday 22 December 2023 00:05:21 +0000 (0:00:00.023) 0:00:23.694 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:13 Friday 22 December 2023 00:05:21 +0000 (0:00:00.016) 0:00:23.711 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:05:21 +0000 (0:00:00.027) 0:00:23.738 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:05:21 +0000 (0:00:00.010) 0:00:23.749 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003752", "end": "2023-12-22 00:05:21.438919", "rc": 0, "start": "2023-12-22 00:05:21.435167" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:05:21 +0000 (0:00:00.204) 0:00:23.953 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:05:21 +0000 (0:00:00.013) 0:00:23.967 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:16 Friday 22 December 2023 00:05:21 +0000 (0:00:00.064) 0:00:24.031 ******* ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:23 Friday 22 December 2023 00:05:24 +0000 (0:00:03.063) 0:00:27.095 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:31 Friday 22 December 2023 00:05:24 +0000 (0:00:00.016) 0:00:27.111 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:39 Friday 22 December 2023 00:05:24 +0000 (0:00:00.009) 0:00:27.121 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:45 Friday 22 December 2023 00:05:24 +0000 (0:00:00.013) 0:00:27.134 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:50 Friday 22 December 2023 00:05:24 +0000 (0:00:00.018) 0:00:27.153 ******* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011702", "end": "2023-12-22 00:05:24.862468", "rc": 0, "start": "2023-12-22 00:05:24.850766" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:56 Friday 22 December 2023 00:05:24 +0000 (0:00:00.217) 0:00:27.371 ******* 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_fixhfsgh03i/tests/tasks/manage_test_interface.yml:61 Friday 22 December 2023 00:05:24 +0000 (0:00:00.009) 0:00:27.381 ******* 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_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:27 Friday 22 December 2023 00:05:24 +0000 (0:00:00.008) 0:00:27.389 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:3 Friday 22 December 2023 00:05:24 +0000 (0:00:00.019) 0:00:27.408 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 Friday 22 December 2023 00:05:24 +0000 (0:00:00.010) 0:00:27.419 ******* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003712", "end": "2023-12-22 00:05:25.106914", "rc": 0, "start": "2023-12-22 00:05:25.103202" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:9 Friday 22 December 2023 00:05:25 +0000 (0:00:00.194) 0:00:27.613 ******* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/show_interfaces.yml:5 Friday 22 December 2023 00:05:25 +0000 (0:00:00.009) 0:00:27.623 ******* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/create_and_remove_interface.yml:29 Friday 22 December 2023 00:05:25 +0000 (0:00:00.009) 0:00:27.633 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/assert_device_absent.yml:3 Friday 22 December 2023 00:05:25 +0000 (0:00:00.018) 0:00:27.652 ******* included: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_interface_stat.yml:3 Friday 22 December 2023 00:05:25 +0000 (0:00:00.009) 0:00:27.661 ******* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/assert_device_absent.yml:5 Friday 22 December 2023 00:05:25 +0000 (0:00:00.190) 0:00:27.852 ******* ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=120 changed=0 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Friday 22 December 2023 00:05:25 +0000 (0:00:00.015) 0:00:27.867 ******* =============================================================================== Install iproute --------------------------------------------------------- 3.36s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:16 -------- Install iproute --------------------------------------------------------- 3.07s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:16 -------- Install iproute --------------------------------------------------------- 3.06s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:16 -------- Install iproute --------------------------------------------------------- 3.04s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:16 -------- Install iproute --------------------------------------------------------- 3.04s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:16 -------- Install iproute --------------------------------------------------------- 3.02s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:16 -------- Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-wifi_fixhfsgh03i/tests/tests_helpers_and_asserts.yml:3 ----------- Create veth interface veth1298 ------------------------------------------ 0.64s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:23 -------- Enable EPEL 8 ----------------------------------------------------------- 0.45s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/enable_epel.yml:35 ------------------ Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/el_repo_setup.yml:17 ---------------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/enable_epel.yml:8 ------------------- Delete veth interface veth1298 ------------------------------------------ 0.22s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:39 -------- Create dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:45 -------- Delete dummy interface dummy1298 ---------------------------------------- 0.22s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:50 -------- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/manage_test_interface.yml:31 -------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 -------- Get stat for interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_interface_stat.yml:3 ------------ Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 -------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 -------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-wifi_fixhfsgh03i/tests/tasks/get_current_interfaces.yml:3 -------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---