# 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-cipee8amjd/.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-cipee8amjd/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-cipee8amjd/tests/tests_helpers_and_asserts.yml:3 Saturday 23 March 2024 14:00:57 +0000 (0:00:00.032) 0:00:00.032 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cipee8amjd/tests/tests_helpers_and_asserts.yml:6 Saturday 23 March 2024 14:00:58 +0000 (0:00:00.844) 0:00:00.877 ******** included: /WORKDIR/git-weekly-cipee8amjd/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-cipee8amjd/tests/tasks/el_repo_setup.yml:3 Saturday 23 March 2024 14:00:58 +0000 (0:00:00.011) 0:00:00.888 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/el_repo_setup.yml:17 Saturday 23 March 2024 14:00:59 +0000 (0:00:00.354) 0:00:01.243 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/el_repo_setup.yml:22 Saturday 23 March 2024 14:00:59 +0000 (0:00:00.244) 0:00:01.488 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/el_repo_setup.yml:26 Saturday 23 March 2024 14:00:59 +0000 (0:00:00.013) 0:00:01.501 ******** 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-cipee8amjd/tests/tasks/el_repo_setup.yml:51 Saturday 23 March 2024 14:00:59 +0000 (0:00:00.007) 0:00:01.509 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/enable_epel.yml:8 Saturday 23 March 2024 14:00:59 +0000 (0:00:00.023) 0:00:01.533 ******** 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-cipee8amjd/tests/tasks/enable_epel.yml:24 Saturday 23 March 2024 14:00:59 +0000 (0:00:00.262) 0:00:01.796 ******** 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-cipee8amjd/tests/tasks/enable_epel.yml:30 Saturday 23 March 2024 14:00:59 +0000 (0:00:00.011) 0:00:01.808 ******** 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-cipee8amjd/tests/tasks/enable_epel.yml:35 Saturday 23 March 2024 14:00:59 +0000 (0:00:00.012) 0:00:01.820 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.247715", "end": "2024-03-23 14:01:00.209435", "rc": 0, "start": "2024-03-23 14:00:59.961720" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/enable_epel.yml:40 Saturday 23 March 2024 14:01:00 +0000 (0:00:00.448) 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-cipee8amjd/tests/tests_helpers_and_asserts.yml:9 Saturday 23 March 2024 14:01:00 +0000 (0:00:00.013) 0:00:02.281 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/create_and_remove_interface.yml:3 Saturday 23 March 2024 14:01:00 +0000 (0:00:00.011) 0:00:02.293 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 14:01:00 +0000 (0:00:00.009) 0:00:02.303 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 14:01:00 +0000 (0:00:00.008) 0:00:02.312 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003493", "end": "2024-03-23 14:01:00.441634", "rc": 0, "start": "2024-03-23 14:01:00.438141" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 14:01:00 +0000 (0:00:00.187) 0:00:02.499 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 14:01:00 +0000 (0:00:00.009) 0:00:02.509 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/create_and_remove_interface.yml:5 Saturday 23 March 2024 14:01:00 +0000 (0:00:00.008) 0:00:02.518 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:3 Saturday 23 March 2024 14:01:00 +0000 (0:00:00.013) 0:00:02.532 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:8 Saturday 23 March 2024 14:01:00 +0000 (0:00:00.008) 0:00:02.540 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:13 Saturday 23 March 2024 14:01:00 +0000 (0:00:00.008) 0:00:02.549 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 14:01:00 +0000 (0:00:00.010) 0:00:02.559 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 14:01:00 +0000 (0:00:00.008) 0:00:02.568 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003758", "end": "2024-03-23 14:01:00.703759", "rc": 0, "start": "2024-03-23 14:01:00.700001" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 14:01:00 +0000 (0:00:00.194) 0:00:02.762 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 14:01:00 +0000 (0:00:00.015) 0:00:02.778 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:16 Saturday 23 March 2024 14:01:00 +0000 (0:00:00.008) 0:00:02.786 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:27 Saturday 23 March 2024 14:01:03 +0000 (0:00:03.080) 0:00:05.867 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:35 Saturday 23 March 2024 14:01:03 +0000 (0:00:00.012) 0:00:05.880 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:43 Saturday 23 March 2024 14:01:03 +0000 (0:00:00.007) 0:00:05.888 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:49 Saturday 23 March 2024 14:01:03 +0000 (0:00:00.008) 0:00:05.897 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:54 Saturday 23 March 2024 14:01:03 +0000 (0:00:00.008) 0:00:05.905 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:60 Saturday 23 March 2024 14:01:03 +0000 (0:00:00.007) 0:00:05.913 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:65 Saturday 23 March 2024 14:01:03 +0000 (0:00:00.007) 0:00:05.921 ******** 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-cipee8amjd/tests/tasks/create_and_remove_interface.yml:9 Saturday 23 March 2024 14:01:03 +0000 (0:00:00.007) 0:00:05.928 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 14:01:03 +0000 (0:00:00.011) 0:00:05.939 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 14:01:03 +0000 (0:00:00.008) 0:00:05.947 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003691", "end": "2024-03-23 14:01:04.077739", "rc": 0, "start": "2024-03-23 14:01:04.074048" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 14:01:04 +0000 (0:00:00.188) 0:00:06.136 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 14:01:04 +0000 (0:00:00.009) 0:00:06.146 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/create_and_remove_interface.yml:11 Saturday 23 March 2024 14:01:04 +0000 (0:00:00.008) 0:00:06.154 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/assert_device_absent.yml:3 Saturday 23 March 2024 14:01:04 +0000 (0:00:00.013) 0:00:06.168 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_interface_stat.yml:3 Saturday 23 March 2024 14:01:04 +0000 (0:00:00.009) 0:00:06.177 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/assert_device_absent.yml:5 Saturday 23 March 2024 14:01:04 +0000 (0:00:00.187) 0:00:06.365 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/create_and_remove_interface.yml:14 Saturday 23 March 2024 14:01:04 +0000 (0:00:00.009) 0:00:06.374 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:3 Saturday 23 March 2024 14:01:04 +0000 (0:00:00.014) 0:00:06.389 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:8 Saturday 23 March 2024 14:01:04 +0000 (0:00:00.007) 0:00:06.396 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:13 Saturday 23 March 2024 14:01:04 +0000 (0:00:00.007) 0:00:06.403 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 14:01:04 +0000 (0:00:00.010) 0:00:06.414 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 14:01:04 +0000 (0:00:00.008) 0:00:06.422 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003518", "end": "2024-03-23 14:01:04.552565", "rc": 0, "start": "2024-03-23 14:01:04.549047" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 14:01:04 +0000 (0:00:00.188) 0:00:06.610 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 14:01:04 +0000 (0:00:00.009) 0:00:06.620 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:16 Saturday 23 March 2024 14:01:04 +0000 (0:00:00.009) 0:00:06.630 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:27 Saturday 23 March 2024 14:01:07 +0000 (0:00:02.567) 0:00:09.198 ******** 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.014816", "end": "2024-03-23 14:01:07.342420", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-23 14:01:07.327604" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004033", "end": "2024-03-23 14:01:07.568548", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-23 14:01:07.564515" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004873", "end": "2024-03-23 14:01:07.753551", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-23 14:01:07.748678" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:35 Saturday 23 March 2024 14:01:07 +0000 (0:00:00.614) 0:00:09.812 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.024385", "end": "2024-03-23 14:01:07.964306", "rc": 0, "start": "2024-03-23 14:01:07.939921" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:43 Saturday 23 March 2024 14:01:07 +0000 (0:00:00.211) 0:00:10.024 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:49 Saturday 23 March 2024 14:01:07 +0000 (0:00:00.009) 0:00:10.033 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:54 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.009) 0:00:10.043 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:60 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.008) 0:00:10.052 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:65 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.009) 0:00:10.061 ******** 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-cipee8amjd/tests/tasks/create_and_remove_interface.yml:18 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.011) 0:00:10.072 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.018) 0:00:10.090 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.009) 0:00:10.100 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003457", "end": "2024-03-23 14:01:08.231591", "rc": 0, "start": "2024-03-23 14:01:08.228134" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.189) 0:00:10.290 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.009) 0:00:10.299 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/create_and_remove_interface.yml:20 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.009) 0:00:10.309 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/assert_device_present.yml:3 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.016) 0:00:10.325 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_interface_stat.yml:3 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.009) 0:00:10.335 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711202467.3313932, "block_size": 4096, "blocks": 0, "ctime": 1711202467.3313932, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30954, "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": 1711202467.3313932, "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-cipee8amjd/tests/tasks/assert_device_present.yml:5 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.195) 0:00:10.530 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/create_and_remove_interface.yml:23 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.011) 0:00:10.542 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:3 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.018) 0:00:10.561 ******** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:8 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.007) 0:00:10.569 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:13 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.007) 0:00:10.576 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.010) 0:00:10.587 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.009) 0:00:10.596 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003426", "end": "2024-03-23 14:01:08.725689", "rc": 0, "start": "2024-03-23 14:01:08.722263" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.187) 0:00:10.783 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.009) 0:00:10.793 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:16 Saturday 23 March 2024 14:01:08 +0000 (0:00:00.008) 0:00:10.802 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:27 Saturday 23 March 2024 14:01:11 +0000 (0:00:02.700) 0:00:13.502 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:35 Saturday 23 March 2024 14:01:11 +0000 (0:00:00.014) 0:00:13.516 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:43 Saturday 23 March 2024 14:01:11 +0000 (0:00:00.008) 0:00:13.524 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.012947", "end": "2024-03-23 14:01:11.666328", "rc": 0, "start": "2024-03-23 14:01:11.653381" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:49 Saturday 23 March 2024 14:01:11 +0000 (0:00:00.201) 0:00:13.726 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:54 Saturday 23 March 2024 14:01:11 +0000 (0:00:00.009) 0:00:13.735 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:60 Saturday 23 March 2024 14:01:11 +0000 (0:00:00.007) 0:00:13.743 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:65 Saturday 23 March 2024 14:01:11 +0000 (0:00:00.009) 0:00:13.752 ******** 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-cipee8amjd/tests/tasks/create_and_remove_interface.yml:27 Saturday 23 March 2024 14:01:11 +0000 (0:00:00.007) 0:00:13.760 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 14:01:11 +0000 (0:00:00.018) 0:00:13.778 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 14:01:11 +0000 (0:00:00.009) 0:00:13.787 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003406", "end": "2024-03-23 14:01:11.915788", "rc": 0, "start": "2024-03-23 14:01:11.912382" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 14:01:11 +0000 (0:00:00.185) 0:00:13.973 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 14:01:11 +0000 (0:00:00.009) 0:00:13.983 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/create_and_remove_interface.yml:29 Saturday 23 March 2024 14:01:11 +0000 (0:00:00.008) 0:00:13.992 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/assert_device_absent.yml:3 Saturday 23 March 2024 14:01:11 +0000 (0:00:00.019) 0:00:14.011 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_interface_stat.yml:3 Saturday 23 March 2024 14:01:11 +0000 (0:00:00.010) 0:00:14.021 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/assert_device_absent.yml:5 Saturday 23 March 2024 14:01:12 +0000 (0:00:00.183) 0:00:14.205 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tests_helpers_and_asserts.yml:15 Saturday 23 March 2024 14:01:12 +0000 (0:00:00.009) 0:00:14.214 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/create_and_remove_interface.yml:3 Saturday 23 March 2024 14:01:12 +0000 (0:00:00.013) 0:00:14.228 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 14:01:12 +0000 (0:00:00.009) 0:00:14.237 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 14:01:12 +0000 (0:00:00.008) 0:00:14.246 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003275", "end": "2024-03-23 14:01:12.374000", "rc": 0, "start": "2024-03-23 14:01:12.370725" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 14:01:12 +0000 (0:00:00.185) 0:00:14.432 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 14:01:12 +0000 (0:00:00.009) 0:00:14.442 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/create_and_remove_interface.yml:5 Saturday 23 March 2024 14:01:12 +0000 (0:00:00.008) 0:00:14.450 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:3 Saturday 23 March 2024 14:01:12 +0000 (0:00:00.011) 0:00:14.462 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:8 Saturday 23 March 2024 14:01:12 +0000 (0:00:00.007) 0:00:14.469 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:13 Saturday 23 March 2024 14:01:12 +0000 (0:00:00.007) 0:00:14.476 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 14:01:12 +0000 (0:00:00.010) 0:00:14.487 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 14:01:12 +0000 (0:00:00.009) 0:00:14.496 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003414", "end": "2024-03-23 14:01:12.626370", "rc": 0, "start": "2024-03-23 14:01:12.622956" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 14:01:12 +0000 (0:00:00.188) 0:00:14.684 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 14:01:12 +0000 (0:00:00.009) 0:00:14.694 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:16 Saturday 23 March 2024 14:01:12 +0000 (0:00:00.009) 0:00:14.704 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:27 Saturday 23 March 2024 14:01:15 +0000 (0:00:02.658) 0:00:17.363 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:35 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.014) 0:00:17.377 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:43 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.008) 0:00:17.385 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:49 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.007) 0:00:17.393 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:54 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.008) 0:00:17.402 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:60 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.007) 0:00:17.410 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:65 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.007) 0:00:17.418 ******** 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-cipee8amjd/tests/tasks/create_and_remove_interface.yml:9 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.010) 0:00:17.428 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.012) 0:00:17.440 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.008) 0:00:17.449 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003378", "end": "2024-03-23 14:01:15.579156", "rc": 0, "start": "2024-03-23 14:01:15.575778" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.187) 0:00:17.637 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.010) 0:00:17.648 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/create_and_remove_interface.yml:11 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.008) 0:00:17.657 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/assert_device_absent.yml:3 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.012) 0:00:17.669 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_interface_stat.yml:3 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.009) 0:00:17.679 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/assert_device_absent.yml:5 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.183) 0:00:17.862 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/create_and_remove_interface.yml:14 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.011) 0:00:17.874 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:3 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.017) 0:00:17.891 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:8 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.007) 0:00:17.899 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:13 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.007) 0:00:17.906 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.010) 0:00:17.917 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 14:01:15 +0000 (0:00:00.009) 0:00:17.926 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003492", "end": "2024-03-23 14:01:16.056529", "rc": 0, "start": "2024-03-23 14:01:16.053037" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 14:01:16 +0000 (0:00:00.187) 0:00:18.114 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 14:01:16 +0000 (0:00:00.009) 0:00:18.124 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:16 Saturday 23 March 2024 14:01:16 +0000 (0:00:00.011) 0:00:18.135 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:27 Saturday 23 March 2024 14:01:18 +0000 (0:00:02.619) 0:00:20.755 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:35 Saturday 23 March 2024 14:01:18 +0000 (0:00:00.014) 0:00:20.770 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:43 Saturday 23 March 2024 14:01:18 +0000 (0:00:00.017) 0:00:20.787 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:49 Saturday 23 March 2024 14:01:18 +0000 (0:00:00.010) 0:00:20.798 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009923", "end": "2024-03-23 14:01:18.943335", "rc": 0, "start": "2024-03-23 14:01:18.933412" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:54 Saturday 23 March 2024 14:01:18 +0000 (0:00:00.213) 0:00:21.011 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:60 Saturday 23 March 2024 14:01:18 +0000 (0:00:00.017) 0:00:21.029 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:65 Saturday 23 March 2024 14:01:18 +0000 (0:00:00.009) 0:00:21.038 ******** 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-cipee8amjd/tests/tasks/create_and_remove_interface.yml:18 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.012) 0:00:21.051 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.017) 0:00:21.068 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.011) 0:00:21.079 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003755", "end": "2024-03-23 14:01:19.209882", "rc": 0, "start": "2024-03-23 14:01:19.206127" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.188) 0:00:21.268 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.009) 0:00:21.278 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/create_and_remove_interface.yml:20 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.008) 0:00:21.286 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/assert_device_present.yml:3 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.016) 0:00:21.303 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_interface_stat.yml:3 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.009) 0:00:21.312 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1711202478.9418962, "block_size": 4096, "blocks": 0, "ctime": 1711202478.9418962, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31277, "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": 1711202478.9418962, "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-cipee8amjd/tests/tasks/assert_device_present.yml:5 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.185) 0:00:21.497 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/create_and_remove_interface.yml:23 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.011) 0:00:21.509 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:3 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.018) 0:00:21.527 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:8 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.007) 0:00:21.535 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:13 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.007) 0:00:21.542 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.010) 0:00:21.553 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.009) 0:00:21.562 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003362", "end": "2024-03-23 14:01:19.692110", "rc": 0, "start": "2024-03-23 14:01:19.688748" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.187) 0:00:21.750 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.009) 0:00:21.760 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:16 Saturday 23 March 2024 14:01:19 +0000 (0:00:00.009) 0:00:21.770 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:27 Saturday 23 March 2024 14:01:22 +0000 (0:00:02.560) 0:00:24.331 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:35 Saturday 23 March 2024 14:01:22 +0000 (0:00:00.015) 0:00:24.346 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:43 Saturday 23 March 2024 14:01:22 +0000 (0:00:00.009) 0:00:24.355 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:49 Saturday 23 March 2024 14:01:22 +0000 (0:00:00.009) 0:00:24.364 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:54 Saturday 23 March 2024 14:01:22 +0000 (0:00:00.009) 0:00:24.374 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010120", "end": "2024-03-23 14:01:22.513577", "rc": 0, "start": "2024-03-23 14:01:22.503457" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:60 Saturday 23 March 2024 14:01:22 +0000 (0:00:00.200) 0:00:24.574 ******** 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-cipee8amjd/tests/tasks/manage_test_interface.yml:65 Saturday 23 March 2024 14:01:22 +0000 (0:00:00.008) 0:00:24.583 ******** 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-cipee8amjd/tests/tasks/create_and_remove_interface.yml:27 Saturday 23 March 2024 14:01:22 +0000 (0:00:00.008) 0:00:24.592 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:3 Saturday 23 March 2024 14:01:22 +0000 (0:00:00.018) 0:00:24.610 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:3 Saturday 23 March 2024 14:01:22 +0000 (0:00:00.009) 0:00:24.620 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003420", "end": "2024-03-23 14:01:22.750170", "rc": 0, "start": "2024-03-23 14:01:22.746750" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:9 Saturday 23 March 2024 14:01:22 +0000 (0:00:00.191) 0:00:24.811 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/show_interfaces.yml:5 Saturday 23 March 2024 14:01:22 +0000 (0:00:00.011) 0:00:24.823 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/create_and_remove_interface.yml:29 Saturday 23 March 2024 14:01:22 +0000 (0:00:00.012) 0:00:24.836 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/assert_device_absent.yml:3 Saturday 23 March 2024 14:01:22 +0000 (0:00:00.026) 0:00:24.863 ******** included: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_interface_stat.yml:3 Saturday 23 March 2024 14:01:22 +0000 (0:00:00.012) 0:00:24.875 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cipee8amjd/tests/tasks/assert_device_absent.yml:5 Saturday 23 March 2024 14:01:23 +0000 (0:00:00.185) 0:00:25.061 ******** 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 23 March 2024 14:01:23 +0000 (0:00:00.014) 0:00:25.076 ******** =============================================================================== Install iproute --------------------------------------------------------- 3.08s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.70s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.66s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.62s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.57s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.56s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.84s /WORKDIR/git-weekly-cipee8amjd/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.61s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:27 ------- Enable EPEL 8 ----------------------------------------------------------- 0.45s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.35s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/el_repo_setup.yml:3 ---------------- Create EPEL 8 ----------------------------------------------------------- 0.26s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/enable_epel.yml:8 ------------------ Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/el_repo_setup.yml:17 --------------- Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:49 ------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:35 ------- Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:43 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/manage_test_interface.yml:54 ------- Get stat for interface veth1298 ----------------------------------------- 0.20s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-cipee8amjd/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-cipee8amjd/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. ---^---^---^---^---^---