# 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-ci90qe164b/.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-ci90qe164b/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-ci90qe164b/tests/tests_helpers_and_asserts.yml:3 Saturday 25 May 2024 14:26:23 +0000 (0:00:00.037) 0:00:00.037 ********** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci90qe164b/tests/tests_helpers_and_asserts.yml:6 Saturday 25 May 2024 14:26:23 +0000 (0:00:00.864) 0:00:00.901 ********** included: /WORKDIR/git-weekly-ci90qe164b/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-ci90qe164b/tests/tasks/el_repo_setup.yml:3 Saturday 25 May 2024 14:26:23 +0000 (0:00:00.011) 0:00:00.913 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/el_repo_setup.yml:17 Saturday 25 May 2024 14:26:24 +0000 (0:00:00.349) 0:00:01.262 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/el_repo_setup.yml:22 Saturday 25 May 2024 14:26:24 +0000 (0:00:00.261) 0:00:01.524 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/el_repo_setup.yml:26 Saturday 25 May 2024 14:26:24 +0000 (0:00:00.015) 0:00:01.539 ********** 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-ci90qe164b/tests/tasks/el_repo_setup.yml:51 Saturday 25 May 2024 14:26:24 +0000 (0:00:00.010) 0:00:01.549 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/enable_epel.yml:8 Saturday 25 May 2024 14:26:24 +0000 (0:00:00.034) 0:00:01.584 ********** 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-ci90qe164b/tests/tasks/enable_epel.yml:24 Saturday 25 May 2024 14:26:24 +0000 (0:00:00.245) 0:00:01.829 ********** 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-ci90qe164b/tests/tasks/enable_epel.yml:30 Saturday 25 May 2024 14:26:24 +0000 (0:00:00.009) 0:00:01.838 ********** 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-ci90qe164b/tests/tasks/enable_epel.yml:35 Saturday 25 May 2024 14:26:24 +0000 (0:00:00.008) 0:00:01.847 ********** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.239539", "end": "2024-05-25 14:26:25.307474", "rc": 0, "start": "2024-05-25 14:26:25.067935" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/enable_epel.yml:40 Saturday 25 May 2024 14:26:25 +0000 (0:00:00.421) 0:00:02.268 ********** 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-ci90qe164b/tests/tests_helpers_and_asserts.yml:9 Saturday 25 May 2024 14:26:25 +0000 (0:00:00.009) 0:00:02.277 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/create_and_remove_interface.yml:3 Saturday 25 May 2024 14:26:25 +0000 (0:00:00.011) 0:00:02.289 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:26:25 +0000 (0:00:00.012) 0:00:02.301 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:26:25 +0000 (0:00:00.009) 0:00:02.311 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002790", "end": "2024-05-25 14:26:25.532932", "rc": 0, "start": "2024-05-25 14:26:25.530142" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:26:25 +0000 (0:00:00.182) 0:00:02.494 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:26:25 +0000 (0:00:00.011) 0:00:02.506 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/create_and_remove_interface.yml:5 Saturday 25 May 2024 14:26:25 +0000 (0:00:00.011) 0:00:02.517 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:26:25 +0000 (0:00:00.016) 0:00:02.533 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:26:25 +0000 (0:00:00.009) 0:00:02.542 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:26:25 +0000 (0:00:00.008) 0:00:02.550 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:26:25 +0000 (0:00:00.011) 0:00:02.561 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:26:25 +0000 (0:00:00.009) 0:00:02.571 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002884", "end": "2024-05-25 14:26:25.792882", "rc": 0, "start": "2024-05-25 14:26:25.789998" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:26:25 +0000 (0:00:00.180) 0:00:02.752 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:26:25 +0000 (0:00:00.011) 0:00:02.763 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:26:25 +0000 (0:00:00.009) 0:00:02.773 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:27 Saturday 25 May 2024 14:26:28 +0000 (0:00:03.085) 0:00:05.858 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:35 Saturday 25 May 2024 14:26:28 +0000 (0:00:00.015) 0:00:05.874 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:43 Saturday 25 May 2024 14:26:28 +0000 (0:00:00.009) 0:00:05.884 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:49 Saturday 25 May 2024 14:26:28 +0000 (0:00:00.009) 0:00:05.893 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:54 Saturday 25 May 2024 14:26:28 +0000 (0:00:00.008) 0:00:05.902 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:60 Saturday 25 May 2024 14:26:28 +0000 (0:00:00.008) 0:00:05.910 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:26:28 +0000 (0:00:00.009) 0:00:05.919 ********** 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-ci90qe164b/tests/tasks/create_and_remove_interface.yml:9 Saturday 25 May 2024 14:26:28 +0000 (0:00:00.007) 0:00:05.927 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:26:28 +0000 (0:00:00.012) 0:00:05.940 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:26:29 +0000 (0:00:00.009) 0:00:05.949 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003463", "end": "2024-05-25 14:26:29.174163", "rc": 0, "start": "2024-05-25 14:26:29.170700" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:26:29 +0000 (0:00:00.185) 0:00:06.135 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:26:29 +0000 (0:00:00.010) 0:00:06.145 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/create_and_remove_interface.yml:11 Saturday 25 May 2024 14:26:29 +0000 (0:00:00.009) 0:00:06.155 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/assert_device_absent.yml:3 Saturday 25 May 2024 14:26:29 +0000 (0:00:00.014) 0:00:06.170 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:26:29 +0000 (0:00:00.010) 0:00:06.180 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/assert_device_absent.yml:5 Saturday 25 May 2024 14:26:29 +0000 (0:00:00.182) 0:00:06.362 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/create_and_remove_interface.yml:14 Saturday 25 May 2024 14:26:29 +0000 (0:00:00.011) 0:00:06.373 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:26:29 +0000 (0:00:00.016) 0:00:06.390 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:26:29 +0000 (0:00:00.010) 0:00:06.400 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:26:29 +0000 (0:00:00.008) 0:00:06.409 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:26:29 +0000 (0:00:00.011) 0:00:06.420 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:26:29 +0000 (0:00:00.010) 0:00:06.431 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003170", "end": "2024-05-25 14:26:29.654891", "rc": 0, "start": "2024-05-25 14:26:29.651721" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:26:29 +0000 (0:00:00.184) 0:00:06.615 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:26:29 +0000 (0:00:00.010) 0:00:06.626 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:26:29 +0000 (0:00:00.013) 0:00:06.640 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:27 Saturday 25 May 2024 14:26:32 +0000 (0:00:02.628) 0:00:09.269 ********** 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.011360", "end": "2024-05-25 14:26:32.504620", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-05-25 14:26:32.493260" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003598", "end": "2024-05-25 14:26:32.723801", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-05-25 14:26:32.720203" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003788", "end": "2024-05-25 14:26:32.905798", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-05-25 14:26:32.902010" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:35 Saturday 25 May 2024 14:26:32 +0000 (0:00:00.598) 0:00:09.867 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022535", "end": "2024-05-25 14:26:33.112127", "rc": 0, "start": "2024-05-25 14:26:33.089592" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:43 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.206) 0:00:10.074 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:49 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.010) 0:00:10.084 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:54 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.008) 0:00:10.092 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:60 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.009) 0:00:10.102 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.010) 0:00:10.112 ********** 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-ci90qe164b/tests/tasks/create_and_remove_interface.yml:18 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.008) 0:00:10.121 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.017) 0:00:10.138 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.010) 0:00:10.148 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003092", "end": "2024-05-25 14:26:33.372223", "rc": 0, "start": "2024-05-25 14:26:33.369131" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.184) 0:00:10.333 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.011) 0:00:10.345 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/create_and_remove_interface.yml:20 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.011) 0:00:10.356 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/assert_device_present.yml:3 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.016) 0:00:10.373 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.011) 0:00:10.385 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716647192.496471, "block_size": 4096, "blocks": 0, "ctime": 1716647192.496471, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32307, "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": 1716647192.496471, "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-ci90qe164b/tests/tasks/assert_device_present.yml:5 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.186) 0:00:10.571 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/create_and_remove_interface.yml:23 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.011) 0:00:10.582 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.019) 0:00:10.602 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.009) 0:00:10.612 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.008) 0:00:10.620 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.011) 0:00:10.631 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.010) 0:00:10.642 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003115", "end": "2024-05-25 14:26:33.867513", "rc": 0, "start": "2024-05-25 14:26:33.864398" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.186) 0:00:10.828 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.011) 0:00:10.839 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:26:33 +0000 (0:00:00.010) 0:00:10.849 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:27 Saturday 25 May 2024 14:26:36 +0000 (0:00:02.584) 0:00:13.434 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:35 Saturday 25 May 2024 14:26:36 +0000 (0:00:00.016) 0:00:13.451 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:43 Saturday 25 May 2024 14:26:36 +0000 (0:00:00.008) 0:00:13.460 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008375", "end": "2024-05-25 14:26:36.690494", "rc": 0, "start": "2024-05-25 14:26:36.682119" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:49 Saturday 25 May 2024 14:26:36 +0000 (0:00:00.193) 0:00:13.653 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:54 Saturday 25 May 2024 14:26:36 +0000 (0:00:00.013) 0:00:13.667 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:60 Saturday 25 May 2024 14:26:36 +0000 (0:00:00.009) 0:00:13.676 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:26:36 +0000 (0:00:00.010) 0:00:13.687 ********** 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-ci90qe164b/tests/tasks/create_and_remove_interface.yml:27 Saturday 25 May 2024 14:26:36 +0000 (0:00:00.010) 0:00:13.697 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:26:36 +0000 (0:00:00.026) 0:00:13.724 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:26:36 +0000 (0:00:00.010) 0:00:13.735 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003319", "end": "2024-05-25 14:26:36.966520", "rc": 0, "start": "2024-05-25 14:26:36.963201" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:26:36 +0000 (0:00:00.192) 0:00:13.927 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:26:36 +0000 (0:00:00.011) 0:00:13.938 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/create_and_remove_interface.yml:29 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.010) 0:00:13.948 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/assert_device_absent.yml:3 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.020) 0:00:13.969 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.010) 0:00:13.979 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/assert_device_absent.yml:5 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.183) 0:00:14.163 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tests_helpers_and_asserts.yml:15 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.012) 0:00:14.175 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/create_and_remove_interface.yml:3 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.014) 0:00:14.189 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.013) 0:00:14.203 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.010) 0:00:14.213 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003099", "end": "2024-05-25 14:26:37.437742", "rc": 0, "start": "2024-05-25 14:26:37.434643" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.185) 0:00:14.399 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.010) 0:00:14.409 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/create_and_remove_interface.yml:5 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.010) 0:00:14.420 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.013) 0:00:14.433 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.009) 0:00:14.443 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.008) 0:00:14.451 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.012) 0:00:14.464 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.009) 0:00:14.474 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003235", "end": "2024-05-25 14:26:37.697379", "rc": 0, "start": "2024-05-25 14:26:37.694144" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.183) 0:00:14.658 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.010) 0:00:14.668 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:26:37 +0000 (0:00:00.009) 0:00:14.678 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:27 Saturday 25 May 2024 14:26:40 +0000 (0:00:02.581) 0:00:17.259 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:35 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.015) 0:00:17.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-ci90qe164b/tests/tasks/manage_test_interface.yml:43 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.010) 0:00:17.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-ci90qe164b/tests/tasks/manage_test_interface.yml:49 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.009) 0:00:17.295 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:54 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.008) 0:00:17.304 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:60 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.010) 0:00:17.314 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.009) 0:00:17.323 ********** 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-ci90qe164b/tests/tasks/create_and_remove_interface.yml:9 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.008) 0:00:17.332 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.029) 0:00:17.362 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.010) 0:00:17.372 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003154", "end": "2024-05-25 14:26:40.595928", "rc": 0, "start": "2024-05-25 14:26:40.592774" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.184) 0:00:17.557 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.012) 0:00:17.569 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/create_and_remove_interface.yml:11 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.010) 0:00:17.580 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/assert_device_absent.yml:3 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.013) 0:00:17.594 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.010) 0:00:17.605 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/assert_device_absent.yml:5 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.182) 0:00:17.787 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/create_and_remove_interface.yml:14 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.011) 0:00:17.799 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.017) 0:00:17.816 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.009) 0:00:17.826 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.007) 0:00:17.834 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.011) 0:00:17.845 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:26:40 +0000 (0:00:00.010) 0:00:17.855 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003110", "end": "2024-05-25 14:26:41.081367", "rc": 0, "start": "2024-05-25 14:26:41.078257" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:26:41 +0000 (0:00:00.186) 0:00:18.041 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:26:41 +0000 (0:00:00.010) 0:00:18.052 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:26:41 +0000 (0:00:00.016) 0:00:18.069 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:27 Saturday 25 May 2024 14:26:43 +0000 (0:00:02.708) 0:00:20.777 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:35 Saturday 25 May 2024 14:26:43 +0000 (0:00:00.014) 0:00:20.792 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:43 Saturday 25 May 2024 14:26:43 +0000 (0:00:00.009) 0:00:20.802 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:49 Saturday 25 May 2024 14:26:43 +0000 (0:00:00.009) 0:00:20.811 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011306", "end": "2024-05-25 14:26:44.043080", "rc": 0, "start": "2024-05-25 14:26:44.031774" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:54 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.202) 0:00:21.014 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:60 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.010) 0:00:21.024 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.009) 0:00:21.033 ********** 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-ci90qe164b/tests/tasks/create_and_remove_interface.yml:18 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.009) 0:00:21.042 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.017) 0:00:21.060 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.011) 0:00:21.071 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003080", "end": "2024-05-25 14:26:44.294153", "rc": 0, "start": "2024-05-25 14:26:44.291073" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.181) 0:00:21.253 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.011) 0:00:21.265 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/create_and_remove_interface.yml:20 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.010) 0:00:21.276 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/assert_device_present.yml:3 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.018) 0:00:21.295 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.012) 0:00:21.307 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1716647204.040007, "block_size": 4096, "blocks": 0, "ctime": 1716647204.040007, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 32630, "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": 1716647204.040007, "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-ci90qe164b/tests/tasks/assert_device_present.yml:5 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.182) 0:00:21.490 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/create_and_remove_interface.yml:23 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.011) 0:00:21.501 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:3 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.021) 0:00:21.523 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:8 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.009) 0:00:21.533 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:13 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.008) 0:00:21.541 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.013) 0:00:21.554 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.011) 0:00:21.565 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003153", "end": "2024-05-25 14:26:44.790971", "rc": 0, "start": "2024-05-25 14:26:44.787818" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.186) 0:00:21.752 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.009) 0:00:21.762 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:16 Saturday 25 May 2024 14:26:44 +0000 (0:00:00.010) 0:00:21.772 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:27 Saturday 25 May 2024 14:26:47 +0000 (0:00:02.575) 0:00:24.347 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:35 Saturday 25 May 2024 14:26:47 +0000 (0:00:00.018) 0:00:24.365 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:43 Saturday 25 May 2024 14:26:47 +0000 (0:00:00.009) 0:00:24.375 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:49 Saturday 25 May 2024 14:26:47 +0000 (0:00:00.009) 0:00:24.385 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:54 Saturday 25 May 2024 14:26:47 +0000 (0:00:00.009) 0:00:24.394 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010181", "end": "2024-05-25 14:26:47.627470", "rc": 0, "start": "2024-05-25 14:26:47.617289" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:60 Saturday 25 May 2024 14:26:47 +0000 (0:00:00.194) 0:00:24.589 ********** 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-ci90qe164b/tests/tasks/manage_test_interface.yml:65 Saturday 25 May 2024 14:26:47 +0000 (0:00:00.009) 0:00:24.599 ********** 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-ci90qe164b/tests/tasks/create_and_remove_interface.yml:27 Saturday 25 May 2024 14:26:47 +0000 (0:00:00.010) 0:00:24.609 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:3 Saturday 25 May 2024 14:26:47 +0000 (0:00:00.019) 0:00:24.629 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 Saturday 25 May 2024 14:26:47 +0000 (0:00:00.010) 0:00:24.640 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003144", "end": "2024-05-25 14:26:47.864766", "rc": 0, "start": "2024-05-25 14:26:47.861622" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:9 Saturday 25 May 2024 14:26:47 +0000 (0:00:00.185) 0:00:24.825 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/show_interfaces.yml:5 Saturday 25 May 2024 14:26:47 +0000 (0:00:00.009) 0:00:24.835 ********** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/create_and_remove_interface.yml:29 Saturday 25 May 2024 14:26:47 +0000 (0:00:00.010) 0:00:24.845 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/assert_device_absent.yml:3 Saturday 25 May 2024 14:26:47 +0000 (0:00:00.020) 0:00:24.866 ********** included: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_interface_stat.yml:3 Saturday 25 May 2024 14:26:47 +0000 (0:00:00.010) 0:00:24.876 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci90qe164b/tests/tasks/assert_device_absent.yml:5 Saturday 25 May 2024 14:26:48 +0000 (0:00:00.182) 0:00:25.058 ********** 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 25 May 2024 14:26:48 +0000 (0:00:00.015) 0:00:25.074 ********** =============================================================================== Install iproute --------------------------------------------------------- 3.09s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.71s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.63s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.86s /WORKDIR/git-weekly-ci90qe164b/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.60s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:27 ------- Enable EPEL 8 ----------------------------------------------------------- 0.42s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.35s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/el_repo_setup.yml:17 --------------- Create EPEL 8 ----------------------------------------------------------- 0.25s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/enable_epel.yml:8 ------------------ Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:35 ------- Create dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:49 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.19s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:54 ------- Delete veth interface veth1298 ------------------------------------------ 0.19s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/manage_test_interface.yml:43 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci90qe164b/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci90qe164b/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. ---^---^---^---^---^---