# 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-cik4q6u9tj/.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-cik4q6u9tj/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-cik4q6u9tj/tests/tests_helpers_and_asserts.yml:3 Saturday 06 January 2024 13:56:47 +0000 (0:00:00.034) 0:00:00.034 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tests_helpers_and_asserts.yml:6 Saturday 06 January 2024 13:56:48 +0000 (0:00:00.901) 0:00:00.936 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/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-cik4q6u9tj/tests/tasks/el_repo_setup.yml:3 Saturday 06 January 2024 13:56:48 +0000 (0:00:00.014) 0:00:00.950 ****** skipping: [sut] => { "changed": false, "false_condition": "not ansible_facts.keys() | list | intersect(network_test_required_facts) == network_test_required_facts", "skip_reason": "Conditional result was False" } TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/el_repo_setup.yml:17 Saturday 06 January 2024 13:56:48 +0000 (0:00:00.027) 0:00:00.977 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/el_repo_setup.yml:22 Saturday 06 January 2024 13:56:48 +0000 (0:00:00.257) 0:00:01.235 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/el_repo_setup.yml:26 Saturday 06 January 2024 13:56:48 +0000 (0:00:00.015) 0:00:01.250 ****** 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-cik4q6u9tj/tests/tasks/el_repo_setup.yml:51 Saturday 06 January 2024 13:56:49 +0000 (0:00:00.011) 0:00:01.262 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/enable_epel.yml:8 Saturday 06 January 2024 13:56:49 +0000 (0:00:00.022) 0:00:01.285 ****** 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-cik4q6u9tj/tests/tasks/enable_epel.yml:24 Saturday 06 January 2024 13:56:49 +0000 (0:00:00.288) 0:00:01.573 ****** 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-cik4q6u9tj/tests/tasks/enable_epel.yml:30 Saturday 06 January 2024 13:56:49 +0000 (0:00:00.008) 0:00:01.582 ****** 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-cik4q6u9tj/tests/tasks/enable_epel.yml:35 Saturday 06 January 2024 13:56:49 +0000 (0:00:00.008) 0:00:01.590 ****** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.242667", "end": "2024-01-06 13:56:49.742683", "rc": 0, "start": "2024-01-06 13:56:49.500016" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/enable_epel.yml:40 Saturday 06 January 2024 13:56:49 +0000 (0:00:00.430) 0:00:02.020 ****** 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-cik4q6u9tj/tests/tests_helpers_and_asserts.yml:9 Saturday 06 January 2024 13:56:49 +0000 (0:00:00.008) 0:00:02.029 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:3 Saturday 06 January 2024 13:56:49 +0000 (0:00:00.031) 0:00:02.061 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:56:49 +0000 (0:00:00.014) 0:00:02.076 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:56:49 +0000 (0:00:00.010) 0:00:02.086 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003316", "end": "2024-01-06 13:56:50.002777", "rc": 0, "start": "2024-01-06 13:56:49.999461" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:56:50 +0000 (0:00:00.195) 0:00:02.281 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:56:50 +0000 (0:00:00.010) 0:00:02.292 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:5 Saturday 06 January 2024 13:56:50 +0000 (0:00:00.018) 0:00:02.311 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:56:50 +0000 (0:00:00.014) 0:00:02.326 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:56:50 +0000 (0:00:00.013) 0:00:02.340 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:56:50 +0000 (0:00:00.007) 0:00:02.348 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:56:50 +0000 (0:00:00.010) 0:00:02.358 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:56:50 +0000 (0:00:00.009) 0:00:02.367 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003383", "end": "2024-01-06 13:56:50.278758", "rc": 0, "start": "2024-01-06 13:56:50.275375" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:56:50 +0000 (0:00:00.193) 0:00:02.561 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:56:50 +0000 (0:00:00.010) 0:00:02.572 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:56:50 +0000 (0:00:00.013) 0:00:02.586 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:56:53 +0000 (0:00:03.233) 0:00:05.820 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:56:53 +0000 (0:00:00.014) 0:00:05.834 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:56:53 +0000 (0:00:00.008) 0:00:05.842 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:56:53 +0000 (0:00:00.009) 0:00:05.852 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:56:53 +0000 (0:00:00.007) 0:00:05.860 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:56:53 +0000 (0:00:00.007) 0:00:05.868 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:56:53 +0000 (0:00:00.007) 0:00:05.875 ****** 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-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:9 Saturday 06 January 2024 13:56:53 +0000 (0:00:00.007) 0:00:05.882 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:56:53 +0000 (0:00:00.012) 0:00:05.894 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:56:53 +0000 (0:00:00.008) 0:00:05.903 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003493", "end": "2024-01-06 13:56:53.817238", "rc": 0, "start": "2024-01-06 13:56:53.813745" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:56:53 +0000 (0:00:00.189) 0:00:06.093 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:56:53 +0000 (0:00:00.009) 0:00:06.102 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:11 Saturday 06 January 2024 13:56:53 +0000 (0:00:00.010) 0:00:06.113 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/assert_device_absent.yml:3 Saturday 06 January 2024 13:56:53 +0000 (0:00:00.012) 0:00:06.126 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:56:53 +0000 (0:00:00.009) 0:00:06.135 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/assert_device_absent.yml:5 Saturday 06 January 2024 13:56:54 +0000 (0:00:00.189) 0:00:06.325 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:14 Saturday 06 January 2024 13:56:54 +0000 (0:00:00.018) 0:00:06.344 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:56:54 +0000 (0:00:00.017) 0:00:06.361 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:56:54 +0000 (0:00:00.009) 0:00:06.370 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:56:54 +0000 (0:00:00.011) 0:00:06.381 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:56:54 +0000 (0:00:00.020) 0:00:06.402 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:56:54 +0000 (0:00:00.011) 0:00:06.414 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003362", "end": "2024-01-06 13:56:54.334002", "rc": 0, "start": "2024-01-06 13:56:54.330640" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:56:54 +0000 (0:00:00.196) 0:00:06.611 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:56:54 +0000 (0:00:00.010) 0:00:06.621 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:56:54 +0000 (0:00:00.022) 0:00:06.643 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:56:57 +0000 (0:00:03.004) 0:00:09.648 ****** 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.012559", "end": "2024-01-06 13:56:57.573520", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-06 13:56:57.560961" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003881", "end": "2024-01-06 13:56:57.799788", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-06 13:56:57.795907" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004377", "end": "2024-01-06 13:56:57.982382", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-06 13:56:57.978005" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.613) 0:00:10.262 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024866", "end": "2024-01-06 13:56:58.197822", "rc": 0, "start": "2024-01-06 13:56:58.172956" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.213) 0:00:10.475 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.008) 0:00:10.484 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.007) 0:00:10.492 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.009) 0:00:10.501 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.011) 0:00:10.513 ****** 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-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:18 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.008) 0:00:10.521 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.015) 0:00:10.537 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.009) 0:00:10.546 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003237", "end": "2024-01-06 13:56:58.458324", "rc": 0, "start": "2024-01-06 13:56:58.455087" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.189) 0:00:10.735 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.011) 0:00:10.747 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:20 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.018) 0:00:10.765 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/assert_device_present.yml:3 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.016) 0:00:10.782 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.010) 0:00:10.792 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704549417.5646982, "block_size": 4096, "blocks": 0, "ctime": 1704549417.5646982, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31257, "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": 1704549417.5646982, "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-cik4q6u9tj/tests/tasks/assert_device_present.yml:5 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.186) 0:00:10.979 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:23 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.010) 0:00:10.990 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.017) 0:00:11.008 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.007) 0:00:11.015 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.007) 0:00:11.023 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.011) 0:00:11.035 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.009) 0:00:11.044 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003455", "end": "2024-01-06 13:56:58.956022", "rc": 0, "start": "2024-01-06 13:56:58.952567" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.187) 0:00:11.232 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.009) 0:00:11.242 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:56:58 +0000 (0:00:00.009) 0:00:11.251 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:57:01 +0000 (0:00:02.982) 0:00:14.234 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:57:01 +0000 (0:00:00.014) 0:00:14.248 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:57:01 +0000 (0:00:00.007) 0:00:14.256 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008540", "end": "2024-01-06 13:57:02.174606", "rc": 0, "start": "2024-01-06 13:57:02.166066" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.200) 0:00:14.457 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.009) 0:00:14.466 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.007) 0:00:14.474 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.007) 0:00:14.482 ****** 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-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:27 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.007) 0:00:14.489 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.018) 0:00:14.507 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.009) 0:00:14.517 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003488", "end": "2024-01-06 13:57:02.429516", "rc": 0, "start": "2024-01-06 13:57:02.426028" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.188) 0:00:14.706 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.009) 0:00:14.716 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:29 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.009) 0:00:14.725 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/assert_device_absent.yml:3 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.018) 0:00:14.744 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.010) 0:00:14.755 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/assert_device_absent.yml:5 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.186) 0:00:14.941 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tests_helpers_and_asserts.yml:15 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.016) 0:00:14.958 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:3 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.013) 0:00:14.971 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.015) 0:00:14.987 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.010) 0:00:14.997 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003253", "end": "2024-01-06 13:57:02.913855", "rc": 0, "start": "2024-01-06 13:57:02.910602" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.192) 0:00:15.190 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.009) 0:00:15.199 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:5 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.008) 0:00:15.208 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.012) 0:00:15.220 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.008) 0:00:15.229 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.007) 0:00:15.236 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.012) 0:00:15.248 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:57:02 +0000 (0:00:00.009) 0:00:15.258 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003371", "end": "2024-01-06 13:57:03.170081", "rc": 0, "start": "2024-01-06 13:57:03.166710" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:57:03 +0000 (0:00:00.187) 0:00:15.446 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:57:03 +0000 (0:00:00.009) 0:00:15.455 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:57:03 +0000 (0:00:00.011) 0:00:15.467 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:57:06 +0000 (0:00:02.963) 0:00:18.430 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.014) 0:00:18.445 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.007) 0:00:18.453 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.007) 0:00:18.461 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.008) 0:00:18.470 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.007) 0:00:18.478 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.009) 0:00:18.487 ****** 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-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:9 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.010) 0:00:18.497 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.015) 0:00:18.513 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.010) 0:00:18.523 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003201", "end": "2024-01-06 13:57:06.434806", "rc": 0, "start": "2024-01-06 13:57:06.431605" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.190) 0:00:18.714 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.012) 0:00:18.726 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:11 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.008) 0:00:18.735 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/assert_device_absent.yml:3 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.012) 0:00:18.748 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.009) 0:00:18.757 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/assert_device_absent.yml:5 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.195) 0:00:18.953 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:14 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.012) 0:00:18.965 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.015) 0:00:18.981 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.009) 0:00:18.990 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.007) 0:00:18.998 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.013) 0:00:19.012 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.010) 0:00:19.023 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003069", "end": "2024-01-06 13:57:06.934184", "rc": 0, "start": "2024-01-06 13:57:06.931115" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.186) 0:00:19.209 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.010) 0:00:19.220 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:57:06 +0000 (0:00:00.008) 0:00:19.229 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:57:09 +0000 (0:00:02.965) 0:00:22.194 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:57:09 +0000 (0:00:00.016) 0:00:22.210 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:57:09 +0000 (0:00:00.010) 0:00:22.220 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:57:09 +0000 (0:00:00.009) 0:00:22.230 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.004496", "end": "2024-01-06 13:57:10.145467", "rc": 0, "start": "2024-01-06 13:57:10.140971" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.202) 0:00:22.433 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.009) 0:00:22.442 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.008) 0:00:22.451 ****** 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-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:18 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.007) 0:00:22.459 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.016) 0:00:22.475 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.009) 0:00:22.484 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003681", "end": "2024-01-06 13:57:10.396905", "rc": 0, "start": "2024-01-06 13:57:10.393224" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.188) 0:00:22.673 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.011) 0:00:22.684 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:20 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.009) 0:00:22.694 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/assert_device_present.yml:3 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.016) 0:00:22.711 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.009) 0:00:22.720 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704549430.144333, "block_size": 4096, "blocks": 0, "ctime": 1704549430.144333, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31550, "isblk": false, "ischr": false, "isdir": false, "isfifo": false, "isgid": false, "islnk": true, "isreg": false, "issock": false, "isuid": false, "lnk_source": "/sys/devices/virtual/net/dummy1298", "lnk_target": "../../devices/virtual/net/dummy1298", "mode": "0777", "mtime": 1704549430.144333, "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-cik4q6u9tj/tests/tasks/assert_device_present.yml:5 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.184) 0:00:22.905 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:23 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.010) 0:00:22.916 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.017) 0:00:22.934 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.007) 0:00:22.941 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.007) 0:00:22.948 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.010) 0:00:22.959 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.009) 0:00:22.968 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003228", "end": "2024-01-06 13:57:10.879967", "rc": 0, "start": "2024-01-06 13:57:10.876739" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.186) 0:00:23.155 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.009) 0:00:23.165 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:57:10 +0000 (0:00:00.009) 0:00:23.174 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:57:13 +0000 (0:00:03.080) 0:00:26.255 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:57:14 +0000 (0:00:00.020) 0:00:26.275 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:57:14 +0000 (0:00:00.009) 0:00:26.285 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:57:14 +0000 (0:00:00.008) 0:00:26.293 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:57:14 +0000 (0:00:00.012) 0:00:26.306 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011326", "end": "2024-01-06 13:57:14.229048", "rc": 0, "start": "2024-01-06 13:57:14.217722" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:57:14 +0000 (0:00:00.206) 0:00:26.512 ****** 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-cik4q6u9tj/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:57:14 +0000 (0:00:00.017) 0:00:26.530 ****** 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-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:27 Saturday 06 January 2024 13:57:14 +0000 (0:00:00.011) 0:00:26.541 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:57:14 +0000 (0:00:00.020) 0:00:26.562 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:57:14 +0000 (0:00:00.010) 0:00:26.573 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003331", "end": "2024-01-06 13:57:14.499366", "rc": 0, "start": "2024-01-06 13:57:14.496035" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:57:14 +0000 (0:00:00.203) 0:00:26.776 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:57:14 +0000 (0:00:00.017) 0:00:26.793 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/create_and_remove_interface.yml:29 Saturday 06 January 2024 13:57:14 +0000 (0:00:00.011) 0:00:26.805 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/assert_device_absent.yml:3 Saturday 06 January 2024 13:57:14 +0000 (0:00:00.019) 0:00:26.824 ****** included: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:57:14 +0000 (0:00:00.011) 0:00:26.835 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/assert_device_absent.yml:5 Saturday 06 January 2024 13:57:14 +0000 (0:00:00.190) 0:00:27.025 ****** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=120 changed=0 unreachable=0 failed=0 skipped=54 rescued=0 ignored=0 Saturday 06 January 2024 13:57:14 +0000 (0:00:00.033) 0:00:27.058 ****** =============================================================================== Install iproute --------------------------------------------------------- 3.23s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.08s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.00s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.98s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.97s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.96s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.90s /WORKDIR/git-weekly-cik4q6u9tj/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.61s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:23 ------- Enable EPEL 8 ----------------------------------------------------------- 0.43s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/enable_epel.yml:35 ----------------- Create EPEL 8 ----------------------------------------------------------- 0.29s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/enable_epel.yml:8 ------------------ Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/el_repo_setup.yml:17 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:31 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:50 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 ------- Create dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:45 ------- Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/manage_test_interface.yml:39 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-cik4q6u9tj/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-cik4q6u9tj/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. ---^---^---^---^---^---