# 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-weekly-cigz9iu8jv/.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-weekly-cigz9iu8jv/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tests_helpers_and_asserts.yml:3 Saturday 20 April 2024 16:36:16 +0000 (0:00:00.044) 0:00:00.044 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tests_helpers_and_asserts.yml:6 Saturday 20 April 2024 16:36:17 +0000 (0:00:01.008) 0:00:01.053 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/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-weekly-cigz9iu8jv/tests/tasks/el_repo_setup.yml:3 Saturday 20 April 2024 16:36:17 +0000 (0:00:00.021) 0:00:01.075 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/el_repo_setup.yml:17 Saturday 20 April 2024 16:36:18 +0000 (0:00:00.415) 0:00:01.490 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/el_repo_setup.yml:22 Saturday 20 April 2024 16:36:18 +0000 (0:00:00.265) 0:00:01.755 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/el_repo_setup.yml:26 Saturday 20 April 2024 16:36:18 +0000 (0:00:00.013) 0:00:01.768 ******** 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-weekly-cigz9iu8jv/tests/tasks/el_repo_setup.yml:51 Saturday 20 April 2024 16:36:18 +0000 (0:00:00.008) 0:00:01.777 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/enable_epel.yml:8 Saturday 20 April 2024 16:36:18 +0000 (0:00:00.020) 0:00:01.797 ******** 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-weekly-cigz9iu8jv/tests/tasks/enable_epel.yml:24 Saturday 20 April 2024 16:36:18 +0000 (0:00:00.267) 0:00:02.064 ******** 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-weekly-cigz9iu8jv/tests/tasks/enable_epel.yml:30 Saturday 20 April 2024 16:36:18 +0000 (0:00:00.008) 0:00:02.073 ******** 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-weekly-cigz9iu8jv/tests/tasks/enable_epel.yml:35 Saturday 20 April 2024 16:36:19 +0000 (0:00:00.007) 0:00:02.081 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.270859", "end": "2024-04-20 16:36:19.465203", "rc": 0, "start": "2024-04-20 16:36:19.194344" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/enable_epel.yml:40 Saturday 20 April 2024 16:36:19 +0000 (0:00:00.481) 0:00:02.562 ******** 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-weekly-cigz9iu8jv/tests/tests_helpers_and_asserts.yml:9 Saturday 20 April 2024 16:36:19 +0000 (0:00:00.008) 0:00:02.571 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:3 Saturday 20 April 2024 16:36:19 +0000 (0:00:00.011) 0:00:02.582 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:36:19 +0000 (0:00:00.009) 0:00:02.592 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:36:19 +0000 (0:00:00.008) 0:00:02.601 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003718", "end": "2024-04-20 16:36:19.715666", "rc": 0, "start": "2024-04-20 16:36:19.711948" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:36:19 +0000 (0:00:00.210) 0:00:02.811 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:36:19 +0000 (0:00:00.010) 0:00:02.822 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:5 Saturday 20 April 2024 16:36:19 +0000 (0:00:00.009) 0:00:02.832 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:3 Saturday 20 April 2024 16:36:19 +0000 (0:00:00.014) 0:00:02.846 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:8 Saturday 20 April 2024 16:36:19 +0000 (0:00:00.008) 0:00:02.854 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:13 Saturday 20 April 2024 16:36:19 +0000 (0:00:00.008) 0:00:02.863 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:36:19 +0000 (0:00:00.014) 0:00:02.878 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:36:19 +0000 (0:00:00.010) 0:00:02.889 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003699", "end": "2024-04-20 16:36:20.035102", "rc": 0, "start": "2024-04-20 16:36:20.031403" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:36:20 +0000 (0:00:00.243) 0:00:03.132 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:36:20 +0000 (0:00:00.010) 0:00:03.142 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:16 Saturday 20 April 2024 16:36:20 +0000 (0:00:00.008) 0:00:03.150 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:27 Saturday 20 April 2024 16:36:23 +0000 (0:00:03.410) 0:00:06.561 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:35 Saturday 20 April 2024 16:36:23 +0000 (0:00:00.020) 0:00:06.581 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:43 Saturday 20 April 2024 16:36:23 +0000 (0:00:00.009) 0:00:06.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 veth1298] ***************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:49 Saturday 20 April 2024 16:36:23 +0000 (0:00:00.008) 0:00:06.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 veth1298] ***************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:54 Saturday 20 April 2024 16:36:23 +0000 (0:00:00.008) 0:00:06.607 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:60 Saturday 20 April 2024 16:36:23 +0000 (0:00:00.014) 0:00:06.621 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:65 Saturday 20 April 2024 16:36:23 +0000 (0:00:00.024) 0:00:06.645 ******** 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-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:9 Saturday 20 April 2024 16:36:23 +0000 (0:00:00.007) 0:00:06.653 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:36:23 +0000 (0:00:00.013) 0:00:06.667 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:36:23 +0000 (0:00:00.009) 0:00:06.676 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003569", "end": "2024-04-20 16:36:23.810525", "rc": 0, "start": "2024-04-20 16:36:23.806956" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:36:23 +0000 (0:00:00.230) 0:00:06.906 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:36:23 +0000 (0:00:00.010) 0:00:06.917 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:11 Saturday 20 April 2024 16:36:23 +0000 (0:00:00.014) 0:00:06.932 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/assert_device_absent.yml:3 Saturday 20 April 2024 16:36:23 +0000 (0:00:00.016) 0:00:06.948 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_interface_stat.yml:3 Saturday 20 April 2024 16:36:23 +0000 (0:00:00.011) 0:00:06.959 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/assert_device_absent.yml:5 Saturday 20 April 2024 16:36:24 +0000 (0:00:00.226) 0:00:07.186 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:14 Saturday 20 April 2024 16:36:24 +0000 (0:00:00.021) 0:00:07.208 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:3 Saturday 20 April 2024 16:36:24 +0000 (0:00:00.035) 0:00:07.243 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:8 Saturday 20 April 2024 16:36:24 +0000 (0:00:00.011) 0:00:07.255 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:13 Saturday 20 April 2024 16:36:24 +0000 (0:00:00.009) 0:00:07.265 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:36:24 +0000 (0:00:00.019) 0:00:07.284 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:36:24 +0000 (0:00:00.014) 0:00:07.299 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003655", "end": "2024-04-20 16:36:24.424051", "rc": 0, "start": "2024-04-20 16:36:24.420396" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:36:24 +0000 (0:00:00.235) 0:00:07.535 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:36:24 +0000 (0:00:00.021) 0:00:07.556 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:16 Saturday 20 April 2024 16:36:24 +0000 (0:00:00.017) 0:00:07.574 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:27 Saturday 20 April 2024 16:36:27 +0000 (0:00:03.018) 0:00:10.592 ******** 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.013328", "end": "2024-04-20 16:36:27.725058", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-04-20 16:36:27.711730" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004614", "end": "2024-04-20 16:36:27.972533", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-04-20 16:36:27.967919" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004510", "end": "2024-04-20 16:36:28.178586", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-04-20 16:36:28.174076" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:35 Saturday 20 April 2024 16:36:28 +0000 (0:00:00.682) 0:00:11.275 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024281", "end": "2024-04-20 16:36:28.410946", "rc": 0, "start": "2024-04-20 16:36:28.386665" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:43 Saturday 20 April 2024 16:36:28 +0000 (0:00:00.233) 0:00:11.509 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:49 Saturday 20 April 2024 16:36:28 +0000 (0:00:00.013) 0:00:11.523 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:54 Saturday 20 April 2024 16:36:28 +0000 (0:00:00.008) 0:00:11.531 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:60 Saturday 20 April 2024 16:36:28 +0000 (0:00:00.008) 0:00:11.539 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:65 Saturday 20 April 2024 16:36:28 +0000 (0:00:00.009) 0:00:11.549 ******** 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-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:18 Saturday 20 April 2024 16:36:28 +0000 (0:00:00.008) 0:00:11.557 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:36:28 +0000 (0:00:00.024) 0:00:11.581 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:36:28 +0000 (0:00:00.010) 0:00:11.592 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004191", "end": "2024-04-20 16:36:28.711941", "rc": 0, "start": "2024-04-20 16:36:28.707750" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:36:28 +0000 (0:00:00.229) 0:00:11.821 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:36:28 +0000 (0:00:00.012) 0:00:11.834 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:20 Saturday 20 April 2024 16:36:28 +0000 (0:00:00.021) 0:00:11.855 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/assert_device_present.yml:3 Saturday 20 April 2024 16:36:28 +0000 (0:00:00.026) 0:00:11.881 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_interface_stat.yml:3 Saturday 20 April 2024 16:36:28 +0000 (0:00:00.023) 0:00:11.905 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713630987.7156537, "block_size": 4096, "blocks": 0, "ctime": 1713630987.7156537, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32214, "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": 1713630987.7156537, "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-weekly-cigz9iu8jv/tests/tasks/assert_device_present.yml:5 Saturday 20 April 2024 16:36:29 +0000 (0:00:00.215) 0:00:12.121 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:23 Saturday 20 April 2024 16:36:29 +0000 (0:00:00.010) 0:00:12.131 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:3 Saturday 20 April 2024 16:36:29 +0000 (0:00:00.018) 0:00:12.150 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:8 Saturday 20 April 2024 16:36:29 +0000 (0:00:00.008) 0:00:12.159 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:13 Saturday 20 April 2024 16:36:29 +0000 (0:00:00.007) 0:00:12.167 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:36:29 +0000 (0:00:00.011) 0:00:12.178 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:36:29 +0000 (0:00:00.010) 0:00:12.188 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003788", "end": "2024-04-20 16:36:29.308723", "rc": 0, "start": "2024-04-20 16:36:29.304935" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:36:29 +0000 (0:00:00.216) 0:00:12.405 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:36:29 +0000 (0:00:00.011) 0:00:12.416 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:16 Saturday 20 April 2024 16:36:29 +0000 (0:00:00.011) 0:00:12.427 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:27 Saturday 20 April 2024 16:36:32 +0000 (0:00:02.943) 0:00:15.371 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:35 Saturday 20 April 2024 16:36:32 +0000 (0:00:00.021) 0:00:15.392 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:43 Saturday 20 April 2024 16:36:32 +0000 (0:00:00.010) 0:00:15.403 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.012412", "end": "2024-04-20 16:36:32.533977", "rc": 0, "start": "2024-04-20 16:36:32.521565" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:49 Saturday 20 April 2024 16:36:32 +0000 (0:00:00.231) 0:00:15.634 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:54 Saturday 20 April 2024 16:36:32 +0000 (0:00:00.015) 0:00:15.649 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:60 Saturday 20 April 2024 16:36:32 +0000 (0:00:00.010) 0:00:15.660 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:65 Saturday 20 April 2024 16:36:32 +0000 (0:00:00.011) 0:00:15.671 ******** 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-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:27 Saturday 20 April 2024 16:36:32 +0000 (0:00:00.008) 0:00:15.679 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:36:32 +0000 (0:00:00.018) 0:00:15.698 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:36:32 +0000 (0:00:00.009) 0:00:15.707 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003566", "end": "2024-04-20 16:36:32.824830", "rc": 0, "start": "2024-04-20 16:36:32.821264" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:36:32 +0000 (0:00:00.213) 0:00:15.920 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:36:32 +0000 (0:00:00.010) 0:00:15.930 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:29 Saturday 20 April 2024 16:36:32 +0000 (0:00:00.009) 0:00:15.940 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/assert_device_absent.yml:3 Saturday 20 April 2024 16:36:32 +0000 (0:00:00.019) 0:00:15.959 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_interface_stat.yml:3 Saturday 20 April 2024 16:36:32 +0000 (0:00:00.018) 0:00:15.978 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/assert_device_absent.yml:5 Saturday 20 April 2024 16:36:33 +0000 (0:00:00.217) 0:00:16.196 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tests_helpers_and_asserts.yml:15 Saturday 20 April 2024 16:36:33 +0000 (0:00:00.015) 0:00:16.211 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:3 Saturday 20 April 2024 16:36:33 +0000 (0:00:00.013) 0:00:16.225 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:36:33 +0000 (0:00:00.011) 0:00:16.237 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:36:33 +0000 (0:00:00.010) 0:00:16.247 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003446", "end": "2024-04-20 16:36:33.365366", "rc": 0, "start": "2024-04-20 16:36:33.361920" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:36:33 +0000 (0:00:00.212) 0:00:16.460 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:36:33 +0000 (0:00:00.010) 0:00:16.471 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:5 Saturday 20 April 2024 16:36:33 +0000 (0:00:00.009) 0:00:16.481 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:3 Saturday 20 April 2024 16:36:33 +0000 (0:00:00.012) 0:00:16.493 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:8 Saturday 20 April 2024 16:36:33 +0000 (0:00:00.007) 0:00:16.501 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:13 Saturday 20 April 2024 16:36:33 +0000 (0:00:00.007) 0:00:16.509 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:36:33 +0000 (0:00:00.010) 0:00:16.519 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:36:33 +0000 (0:00:00.010) 0:00:16.529 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003632", "end": "2024-04-20 16:36:33.647847", "rc": 0, "start": "2024-04-20 16:36:33.644215" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:36:33 +0000 (0:00:00.213) 0:00:16.743 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:36:33 +0000 (0:00:00.010) 0:00:16.753 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:16 Saturday 20 April 2024 16:36:33 +0000 (0:00:00.010) 0:00:16.763 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:27 Saturday 20 April 2024 16:36:36 +0000 (0:00:02.952) 0:00:19.716 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:35 Saturday 20 April 2024 16:36:36 +0000 (0:00:00.013) 0:00:19.729 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:43 Saturday 20 April 2024 16:36:36 +0000 (0:00:00.008) 0:00:19.738 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:49 Saturday 20 April 2024 16:36:36 +0000 (0:00:00.007) 0:00:19.745 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:54 Saturday 20 April 2024 16:36:36 +0000 (0:00:00.007) 0:00:19.753 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:60 Saturday 20 April 2024 16:36:36 +0000 (0:00:00.007) 0:00:19.761 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:65 Saturday 20 April 2024 16:36:36 +0000 (0:00:00.007) 0:00:19.768 ******** 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-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:9 Saturday 20 April 2024 16:36:36 +0000 (0:00:00.008) 0:00:19.777 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:36:36 +0000 (0:00:00.012) 0:00:19.789 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:36:36 +0000 (0:00:00.008) 0:00:19.798 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004031", "end": "2024-04-20 16:36:36.918779", "rc": 0, "start": "2024-04-20 16:36:36.914748" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:36:36 +0000 (0:00:00.216) 0:00:20.014 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:36:36 +0000 (0:00:00.009) 0:00:20.024 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:11 Saturday 20 April 2024 16:36:36 +0000 (0:00:00.009) 0:00:20.034 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/assert_device_absent.yml:3 Saturday 20 April 2024 16:36:36 +0000 (0:00:00.012) 0:00:20.047 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_interface_stat.yml:3 Saturday 20 April 2024 16:36:36 +0000 (0:00:00.009) 0:00:20.056 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/assert_device_absent.yml:5 Saturday 20 April 2024 16:36:37 +0000 (0:00:00.208) 0:00:20.264 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:14 Saturday 20 April 2024 16:36:37 +0000 (0:00:00.011) 0:00:20.276 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:3 Saturday 20 April 2024 16:36:37 +0000 (0:00:00.014) 0:00:20.291 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:8 Saturday 20 April 2024 16:36:37 +0000 (0:00:00.008) 0:00:20.299 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:13 Saturday 20 April 2024 16:36:37 +0000 (0:00:00.007) 0:00:20.307 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:36:37 +0000 (0:00:00.020) 0:00:20.327 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:36:37 +0000 (0:00:00.016) 0:00:20.344 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003823", "end": "2024-04-20 16:36:37.484457", "rc": 0, "start": "2024-04-20 16:36:37.480634" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:36:37 +0000 (0:00:00.239) 0:00:20.583 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:36:37 +0000 (0:00:00.010) 0:00:20.594 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:16 Saturday 20 April 2024 16:36:37 +0000 (0:00:00.016) 0:00:20.611 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:27 Saturday 20 April 2024 16:36:40 +0000 (0:00:03.021) 0:00:23.633 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:35 Saturday 20 April 2024 16:36:40 +0000 (0:00:00.047) 0:00:23.681 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:43 Saturday 20 April 2024 16:36:40 +0000 (0:00:00.032) 0:00:23.713 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:49 Saturday 20 April 2024 16:36:40 +0000 (0:00:00.023) 0:00:23.737 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.013401", "end": "2024-04-20 16:36:40.884951", "rc": 0, "start": "2024-04-20 16:36:40.871550" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:54 Saturday 20 April 2024 16:36:40 +0000 (0:00:00.253) 0:00:23.990 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:60 Saturday 20 April 2024 16:36:40 +0000 (0:00:00.011) 0:00:24.002 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:65 Saturday 20 April 2024 16:36:40 +0000 (0:00:00.008) 0:00:24.010 ******** 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-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:18 Saturday 20 April 2024 16:36:40 +0000 (0:00:00.009) 0:00:24.020 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:36:40 +0000 (0:00:00.016) 0:00:24.037 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:36:40 +0000 (0:00:00.011) 0:00:24.048 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003871", "end": "2024-04-20 16:36:41.175648", "rc": 0, "start": "2024-04-20 16:36:41.171777" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:36:41 +0000 (0:00:00.224) 0:00:24.273 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:36:41 +0000 (0:00:00.009) 0:00:24.282 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:20 Saturday 20 April 2024 16:36:41 +0000 (0:00:00.009) 0:00:24.292 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/assert_device_present.yml:3 Saturday 20 April 2024 16:36:41 +0000 (0:00:00.017) 0:00:24.309 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_interface_stat.yml:3 Saturday 20 April 2024 16:36:41 +0000 (0:00:00.010) 0:00:24.320 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713631000.8811514, "block_size": 4096, "blocks": 0, "ctime": 1713631000.8811514, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32537, "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": 1713631000.8811514, "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-weekly-cigz9iu8jv/tests/tasks/assert_device_present.yml:5 Saturday 20 April 2024 16:36:41 +0000 (0:00:00.213) 0:00:24.534 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:23 Saturday 20 April 2024 16:36:41 +0000 (0:00:00.013) 0:00:24.547 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:3 Saturday 20 April 2024 16:36:41 +0000 (0:00:00.026) 0:00:24.574 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:8 Saturday 20 April 2024 16:36:41 +0000 (0:00:00.012) 0:00:24.586 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:13 Saturday 20 April 2024 16:36:41 +0000 (0:00:00.009) 0:00:24.595 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:36:41 +0000 (0:00:00.012) 0:00:24.608 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:36:41 +0000 (0:00:00.024) 0:00:24.632 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003998", "end": "2024-04-20 16:36:41.754968", "rc": 0, "start": "2024-04-20 16:36:41.750970" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:36:41 +0000 (0:00:00.217) 0:00:24.850 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:36:41 +0000 (0:00:00.010) 0:00:24.861 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:16 Saturday 20 April 2024 16:36:41 +0000 (0:00:00.009) 0:00:24.871 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:27 Saturday 20 April 2024 16:36:44 +0000 (0:00:02.963) 0:00:27.835 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:35 Saturday 20 April 2024 16:36:44 +0000 (0:00:00.017) 0:00:27.852 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:43 Saturday 20 April 2024 16:36:44 +0000 (0:00:00.007) 0:00:27.860 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:49 Saturday 20 April 2024 16:36:44 +0000 (0:00:00.007) 0:00:27.868 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:54 Saturday 20 April 2024 16:36:44 +0000 (0:00:00.013) 0:00:27.882 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009161", "end": "2024-04-20 16:36:45.016042", "rc": 0, "start": "2024-04-20 16:36:45.006881" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:60 Saturday 20 April 2024 16:36:45 +0000 (0:00:00.237) 0:00:28.120 ******** 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-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:65 Saturday 20 April 2024 16:36:45 +0000 (0:00:00.022) 0:00:28.142 ******** 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-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:27 Saturday 20 April 2024 16:36:45 +0000 (0:00:00.016) 0:00:28.158 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:36:45 +0000 (0:00:00.044) 0:00:28.202 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:36:45 +0000 (0:00:00.022) 0:00:28.225 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003973", "end": "2024-04-20 16:36:45.368488", "rc": 0, "start": "2024-04-20 16:36:45.364515" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:36:45 +0000 (0:00:00.250) 0:00:28.475 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:36:45 +0000 (0:00:00.018) 0:00:28.494 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/create_and_remove_interface.yml:29 Saturday 20 April 2024 16:36:45 +0000 (0:00:00.015) 0:00:28.510 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/assert_device_absent.yml:3 Saturday 20 April 2024 16:36:45 +0000 (0:00:00.031) 0:00:28.541 ******** included: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_interface_stat.yml:3 Saturday 20 April 2024 16:36:45 +0000 (0:00:00.011) 0:00:28.552 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/assert_device_absent.yml:5 Saturday 20 April 2024 16:36:45 +0000 (0:00:00.220) 0:00:28.773 ******** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Saturday 20 April 2024 16:36:45 +0000 (0:00:00.019) 0:00:28.793 ******** =============================================================================== Install iproute --------------------------------------------------------- 3.41s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.02s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.02s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.96s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.95s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.94s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 1.01s /WORKDIR/git-weekly-cigz9iu8jv/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.68s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:27 ------- Enable EPEL 8 ----------------------------------------------------------- 0.48s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.42s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/el_repo_setup.yml:3 ---------------- Create EPEL 8 ----------------------------------------------------------- 0.27s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/enable_epel.yml:8 ------------------ Check if system is ostree ----------------------------------------------- 0.27s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/el_repo_setup.yml:17 --------------- Create dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:49 ------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.23s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:35 ------- Delete veth interface veth1298 ------------------------------------------ 0.23s /WORKDIR/git-weekly-cigz9iu8jv/tests/tasks/manage_test_interface.yml:43 ------- ---^---^---^---^---^--- # 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. ---^---^---^---^---^---