# 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-cix81rsre8/.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-cix81rsre8/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-cix81rsre8/tests/tests_helpers_and_asserts.yml:3 Saturday 13 July 2024 13:25:17 +0000 (0:00:00.039) 0:00:00.039 ********* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cix81rsre8/tests/tests_helpers_and_asserts.yml:6 Saturday 13 July 2024 13:25:18 +0000 (0:00:00.862) 0:00:00.902 ********* included: /WORKDIR/git-weekly-cix81rsre8/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-cix81rsre8/tests/tasks/el_repo_setup.yml:3 Saturday 13 July 2024 13:25:18 +0000 (0:00:00.013) 0:00:00.916 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/el_repo_setup.yml:17 Saturday 13 July 2024 13:25:18 +0000 (0:00:00.356) 0:00:01.272 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/el_repo_setup.yml:22 Saturday 13 July 2024 13:25:19 +0000 (0:00:00.248) 0:00:01.521 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/el_repo_setup.yml:26 Saturday 13 July 2024 13:25:19 +0000 (0:00:00.016) 0:00:01.538 ********* 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-cix81rsre8/tests/tasks/el_repo_setup.yml:51 Saturday 13 July 2024 13:25:19 +0000 (0:00:00.009) 0:00:01.547 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/enable_epel.yml:8 Saturday 13 July 2024 13:25:19 +0000 (0:00:00.026) 0:00:01.573 ********* 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-cix81rsre8/tests/tasks/enable_epel.yml:24 Saturday 13 July 2024 13:25:19 +0000 (0:00:00.267) 0:00:01.841 ********* 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-cix81rsre8/tests/tasks/enable_epel.yml:30 Saturday 13 July 2024 13:25:19 +0000 (0:00:00.017) 0:00:01.859 ********* 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-cix81rsre8/tests/tasks/enable_epel.yml:35 Saturday 13 July 2024 13:25:19 +0000 (0:00:00.010) 0:00:01.869 ********* ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.244728", "end": "2024-07-13 13:25:19.775750", "rc": 0, "start": "2024-07-13 13:25:19.531022" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/enable_epel.yml:40 Saturday 13 July 2024 13:25:19 +0000 (0:00:00.441) 0:00:02.310 ********* 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-cix81rsre8/tests/tests_helpers_and_asserts.yml:9 Saturday 13 July 2024 13:25:19 +0000 (0:00:00.010) 0:00:02.320 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/create_and_remove_interface.yml:3 Saturday 13 July 2024 13:25:19 +0000 (0:00:00.011) 0:00:02.332 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:19 +0000 (0:00:00.010) 0:00:02.343 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:19 +0000 (0:00:00.009) 0:00:02.352 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003090", "end": "2024-07-13 13:25:20.004785", "rc": 0, "start": "2024-07-13 13:25:20.001695" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:20 +0000 (0:00:00.185) 0:00:02.538 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:20 +0000 (0:00:00.012) 0:00:02.550 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/create_and_remove_interface.yml:5 Saturday 13 July 2024 13:25:20 +0000 (0:00:00.010) 0:00:02.560 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:25:20 +0000 (0:00:00.018) 0:00:02.578 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:25:20 +0000 (0:00:00.007) 0:00:02.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-cix81rsre8/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:25:20 +0000 (0:00:00.007) 0:00:02.594 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:20 +0000 (0:00:00.011) 0:00:02.606 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:20 +0000 (0:00:00.009) 0:00:02.615 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003299", "end": "2024-07-13 13:25:20.268449", "rc": 0, "start": "2024-07-13 13:25:20.265150" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:20 +0000 (0:00:00.185) 0:00:02.801 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:20 +0000 (0:00:00.011) 0:00:02.813 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:25:20 +0000 (0:00:00.009) 0:00:02.823 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:25:23 +0000 (0:00:02.848) 0:00:05.672 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.013) 0:00:05.685 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.008) 0:00:05.693 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.008) 0:00:05.702 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.008) 0:00:05.710 ********* skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.009) 0:00:05.719 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.009) 0:00:05.729 ********* 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-cix81rsre8/tests/tasks/create_and_remove_interface.yml:9 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.007) 0:00:05.736 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.014) 0:00:05.751 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.009) 0:00:05.761 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003359", "end": "2024-07-13 13:25:23.415205", "rc": 0, "start": "2024-07-13 13:25:23.411846" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.188) 0:00:05.950 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.010) 0:00:05.960 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/create_and_remove_interface.yml:11 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.010) 0:00:05.971 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.015) 0:00:05.987 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.010) 0:00:05.997 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.184) 0:00:06.181 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/create_and_remove_interface.yml:14 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.010) 0:00:06.192 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.016) 0:00:06.209 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.012) 0:00:06.222 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.009) 0:00:06.231 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.013) 0:00:06.244 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.010) 0:00:06.255 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003081", "end": "2024-07-13 13:25:23.912434", "rc": 0, "start": "2024-07-13 13:25:23.909353" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.190) 0:00:06.445 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.011) 0:00:06.456 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:25:23 +0000 (0:00:00.009) 0:00:06.466 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:25:26 +0000 (0:00:02.758) 0:00:09.225 ********* 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.013067", "end": "2024-07-13 13:25:26.899520", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-07-13 13:25:26.886453" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003649", "end": "2024-07-13 13:25:27.120453", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-07-13 13:25:27.116804" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003953", "end": "2024-07-13 13:25:27.300346", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-07-13 13:25:27.296393" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:25:27 +0000 (0:00:00.608) 0:00:09.833 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022679", "end": "2024-07-13 13:25:27.521355", "rc": 0, "start": "2024-07-13 13:25:27.498676" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:25:27 +0000 (0:00:00.237) 0:00:10.071 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:25:27 +0000 (0:00:00.010) 0:00:10.082 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:25:27 +0000 (0:00:00.009) 0:00:10.091 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:25:27 +0000 (0:00:00.016) 0:00:10.107 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:25:27 +0000 (0:00:00.020) 0:00:10.128 ********* 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-cix81rsre8/tests/tasks/create_and_remove_interface.yml:18 Saturday 13 July 2024 13:25:27 +0000 (0:00:00.012) 0:00:10.140 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:27 +0000 (0:00:00.027) 0:00:10.168 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:27 +0000 (0:00:00.012) 0:00:10.180 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003268", "end": "2024-07-13 13:25:27.838940", "rc": 0, "start": "2024-07-13 13:25:27.835672" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:27 +0000 (0:00:00.192) 0:00:10.373 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:27 +0000 (0:00:00.011) 0:00:10.385 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/create_and_remove_interface.yml:20 Saturday 13 July 2024 13:25:27 +0000 (0:00:00.011) 0:00:10.396 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/assert_device_present.yml:3 Saturday 13 July 2024 13:25:27 +0000 (0:00:00.017) 0:00:10.414 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:25:27 +0000 (0:00:00.011) 0:00:10.425 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720877126.889995, "block_size": 4096, "blocks": 0, "ctime": 1720877126.889995, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30380, "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": 1720877126.889995, "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-cix81rsre8/tests/tasks/assert_device_present.yml:5 Saturday 13 July 2024 13:25:28 +0000 (0:00:00.190) 0:00:10.615 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/create_and_remove_interface.yml:23 Saturday 13 July 2024 13:25:28 +0000 (0:00:00.017) 0:00:10.633 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:25:28 +0000 (0:00:00.021) 0:00:10.654 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:25:28 +0000 (0:00:00.013) 0:00:10.668 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:25:28 +0000 (0:00:00.010) 0:00:10.678 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:28 +0000 (0:00:00.017) 0:00:10.696 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:28 +0000 (0:00:00.010) 0:00:10.707 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003191", "end": "2024-07-13 13:25:28.373687", "rc": 0, "start": "2024-07-13 13:25:28.370496" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:28 +0000 (0:00:00.199) 0:00:10.906 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:28 +0000 (0:00:00.011) 0:00:10.918 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:25:28 +0000 (0:00:00.011) 0:00:10.929 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:25:31 +0000 (0:00:02.716) 0:00:13.646 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.020) 0:00:13.666 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.009) 0:00:13.676 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008816", "end": "2024-07-13 13:25:31.339896", "rc": 0, "start": "2024-07-13 13:25:31.331080" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.203) 0:00:13.879 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.010) 0:00:13.890 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.014) 0:00:13.904 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.011) 0:00:13.916 ********* 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-cix81rsre8/tests/tasks/create_and_remove_interface.yml:27 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.009) 0:00:13.925 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.020) 0:00:13.946 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.011) 0:00:13.958 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003397", "end": "2024-07-13 13:25:31.615464", "rc": 0, "start": "2024-07-13 13:25:31.612067" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.200) 0:00:14.158 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.021) 0:00:14.180 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/create_and_remove_interface.yml:29 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.014) 0:00:14.194 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.024) 0:00:14.219 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.027) 0:00:14.246 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.195) 0:00:14.442 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tests_helpers_and_asserts.yml:15 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.011) 0:00:14.454 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/create_and_remove_interface.yml:3 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.013) 0:00:14.468 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.010) 0:00:14.478 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:31 +0000 (0:00:00.009) 0:00:14.488 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003219", "end": "2024-07-13 13:25:32.143218", "rc": 0, "start": "2024-07-13 13:25:32.139999" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:32 +0000 (0:00:00.203) 0:00:14.692 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:32 +0000 (0:00:00.016) 0:00:14.709 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/create_and_remove_interface.yml:5 Saturday 13 July 2024 13:25:32 +0000 (0:00:00.016) 0:00:14.725 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:25:32 +0000 (0:00:00.014) 0:00:14.739 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:25:32 +0000 (0:00:00.014) 0:00:14.754 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:25:32 +0000 (0:00:00.015) 0:00:14.769 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:32 +0000 (0:00:00.013) 0:00:14.782 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:32 +0000 (0:00:00.012) 0:00:14.794 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003274", "end": "2024-07-13 13:25:32.458263", "rc": 0, "start": "2024-07-13 13:25:32.454989" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:32 +0000 (0:00:00.197) 0:00:14.992 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:32 +0000 (0:00:00.009) 0:00:15.002 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:25:32 +0000 (0:00:00.009) 0:00:15.012 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:25:35 +0000 (0:00:02.644) 0:00:17.657 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.029) 0:00:17.686 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.023) 0:00:17.709 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.010) 0:00:17.720 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.009) 0:00:17.729 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.011) 0:00:17.741 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.009) 0:00:17.751 ********* 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-cix81rsre8/tests/tasks/create_and_remove_interface.yml:9 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.016) 0:00:17.767 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.021) 0:00:17.788 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.016) 0:00:17.805 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003159", "end": "2024-07-13 13:25:35.460303", "rc": 0, "start": "2024-07-13 13:25:35.457144" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.188) 0:00:17.993 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.012) 0:00:18.006 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/create_and_remove_interface.yml:11 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.013) 0:00:18.020 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.017) 0:00:18.037 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.013) 0:00:18.051 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.197) 0:00:18.248 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/create_and_remove_interface.yml:14 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.012) 0:00:18.260 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.018) 0:00:18.279 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.010) 0:00:18.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-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.008) 0:00:18.298 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.010) 0:00:18.309 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.009) 0:00:18.319 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003199", "end": "2024-07-13 13:25:35.972876", "rc": 0, "start": "2024-07-13 13:25:35.969677" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:35 +0000 (0:00:00.187) 0:00:18.507 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:36 +0000 (0:00:00.011) 0:00:18.518 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:25:36 +0000 (0:00:00.011) 0:00:18.529 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:25:38 +0000 (0:00:02.769) 0:00:21.299 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:25:38 +0000 (0:00:00.014) 0:00:21.314 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:25:38 +0000 (0:00:00.009) 0:00:21.324 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:25:38 +0000 (0:00:00.009) 0:00:21.333 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010343", "end": "2024-07-13 13:25:38.998496", "rc": 0, "start": "2024-07-13 13:25:38.988153" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.210) 0:00:21.543 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.010) 0:00:21.554 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.008) 0:00:21.562 ********* 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-cix81rsre8/tests/tasks/create_and_remove_interface.yml:18 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.007) 0:00:21.570 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.017) 0:00:21.587 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.010) 0:00:21.598 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003255", "end": "2024-07-13 13:25:39.253694", "rc": 0, "start": "2024-07-13 13:25:39.250439" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.188) 0:00:21.787 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.011) 0:00:21.798 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/create_and_remove_interface.yml:20 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.010) 0:00:21.809 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/assert_device_present.yml:3 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.019) 0:00:21.829 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.011) 0:00:21.840 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720877138.9965076, "block_size": 4096, "blocks": 0, "ctime": 1720877138.9965076, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30703, "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": 1720877138.9965076, "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-cix81rsre8/tests/tasks/assert_device_present.yml:5 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.188) 0:00:22.029 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/create_and_remove_interface.yml:23 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.012) 0:00:22.041 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.025) 0:00:22.067 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.010) 0:00:22.078 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.027) 0:00:22.105 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.013) 0:00:22.118 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.020) 0:00:22.139 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003219", "end": "2024-07-13 13:25:39.795281", "rc": 0, "start": "2024-07-13 13:25:39.792062" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.191) 0:00:22.331 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.015) 0:00:22.346 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:25:39 +0000 (0:00:00.012) 0:00:22.359 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:25:42 +0000 (0:00:02.626) 0:00:24.985 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:25:42 +0000 (0:00:00.015) 0:00:25.000 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:25:42 +0000 (0:00:00.009) 0:00:25.010 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:25:42 +0000 (0:00:00.010) 0:00:25.021 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:25:42 +0000 (0:00:00.020) 0:00:25.041 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009925", "end": "2024-07-13 13:25:42.705954", "rc": 0, "start": "2024-07-13 13:25:42.696029" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:25:42 +0000 (0:00:00.201) 0:00:25.242 ********* 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-cix81rsre8/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:25:42 +0000 (0:00:00.014) 0:00:25.257 ********* 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-cix81rsre8/tests/tasks/create_and_remove_interface.yml:27 Saturday 13 July 2024 13:25:42 +0000 (0:00:00.010) 0:00:25.267 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:25:42 +0000 (0:00:00.019) 0:00:25.287 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:25:42 +0000 (0:00:00.012) 0:00:25.300 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003239", "end": "2024-07-13 13:25:42.967705", "rc": 0, "start": "2024-07-13 13:25:42.964466" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:25:42 +0000 (0:00:00.201) 0:00:25.502 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:25:42 +0000 (0:00:00.012) 0:00:25.514 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/create_and_remove_interface.yml:29 Saturday 13 July 2024 13:25:43 +0000 (0:00:00.011) 0:00:25.525 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:25:43 +0000 (0:00:00.022) 0:00:25.547 ********* included: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:25:43 +0000 (0:00:00.010) 0:00:25.558 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cix81rsre8/tests/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:25:43 +0000 (0:00:00.186) 0:00:25.744 ********* 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 13 July 2024 13:25:43 +0000 (0:00:00.016) 0:00:25.761 ********* =============================================================================== Install iproute --------------------------------------------------------- 2.85s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.77s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.76s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.72s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.64s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.86s /WORKDIR/git-weekly-cix81rsre8/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.61s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:27 ------- Enable EPEL 8 ----------------------------------------------------------- 0.44s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/el_repo_setup.yml:3 ---------------- Create EPEL 8 ----------------------------------------------------------- 0.27s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/enable_epel.yml:8 ------------------ Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/el_repo_setup.yml:17 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.24s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:35 ------- Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:49 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 ------- Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:43 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cix81rsre8/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cix81rsre8/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. ---^---^---^---^---^---