# 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-fix-templating-warnings8aan3y38/.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-fix-templating-warnings8aan3y38/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tests_helpers_and_asserts.yml:3 Wednesday 24 July 2024 22:23:50 +0000 (0:00:00.051) 0:00:00.051 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tests_helpers_and_asserts.yml:6 Wednesday 24 July 2024 22:23:51 +0000 (0:00:01.015) 0:00:01.067 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/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-fix-templating-warnings8aan3y38/tests/tasks/el_repo_setup.yml:3 Wednesday 24 July 2024 22:23:51 +0000 (0:00:00.011) 0:00:01.079 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/el_repo_setup.yml:17 Wednesday 24 July 2024 22:23:52 +0000 (0:00:00.353) 0:00:01.432 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/el_repo_setup.yml:22 Wednesday 24 July 2024 22:23:52 +0000 (0:00:00.245) 0:00:01.678 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/el_repo_setup.yml:26 Wednesday 24 July 2024 22:23:52 +0000 (0:00:00.015) 0:00:01.694 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/el_repo_setup.yml:51 Wednesday 24 July 2024 22:23:52 +0000 (0:00:00.008) 0:00:01.702 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/enable_epel.yml:8 Wednesday 24 July 2024 22:23:52 +0000 (0:00:00.021) 0:00:01.723 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/enable_epel.yml:24 Wednesday 24 July 2024 22:23:52 +0000 (0:00:00.271) 0:00:01.995 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/enable_epel.yml:30 Wednesday 24 July 2024 22:23:52 +0000 (0:00:00.050) 0:00:02.045 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/enable_epel.yml:35 Wednesday 24 July 2024 22:23:52 +0000 (0:00:00.009) 0:00:02.055 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.245339", "end": "2024-07-24 22:23:53.105819", "rc": 0, "start": "2024-07-24 22:23:52.860480" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/enable_epel.yml:40 Wednesday 24 July 2024 22:23:53 +0000 (0:00:00.451) 0:00:02.506 ******** 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-fix-templating-warnings8aan3y38/tests/tests_helpers_and_asserts.yml:9 Wednesday 24 July 2024 22:23:53 +0000 (0:00:00.017) 0:00:02.524 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:3 Wednesday 24 July 2024 22:23:53 +0000 (0:00:00.017) 0:00:02.541 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:23:53 +0000 (0:00:00.018) 0:00:02.559 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:23:53 +0000 (0:00:00.010) 0:00:02.570 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003181", "end": "2024-07-24 22:23:53.383814", "rc": 0, "start": "2024-07-24 22:23:53.380633" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:23:53 +0000 (0:00:00.211) 0:00:02.781 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:23:53 +0000 (0:00:00.009) 0:00:02.791 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:5 Wednesday 24 July 2024 22:23:53 +0000 (0:00:00.009) 0:00:02.800 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 22:23:53 +0000 (0:00:00.014) 0:00:02.814 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 22:23:53 +0000 (0:00:00.007) 0:00:02.822 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 22:23:53 +0000 (0:00:00.007) 0:00:02.830 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:23:53 +0000 (0:00:00.012) 0:00:02.842 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:23:53 +0000 (0:00:00.012) 0:00:02.854 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003390", "end": "2024-07-24 22:23:53.654995", "rc": 0, "start": "2024-07-24 22:23:53.651605" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:23:53 +0000 (0:00:00.211) 0:00:03.066 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:23:53 +0000 (0:00:00.015) 0:00:03.082 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 22:23:53 +0000 (0:00:00.018) 0:00:03.100 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 22:23:56 +0000 (0:00:02.766) 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 22:23:56 +0000 (0:00:00.026) 0:00:05.893 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 22:23:56 +0000 (0:00:00.011) 0:00:05.904 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 22:23:56 +0000 (0:00:00.010) 0:00:05.915 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 22:23:56 +0000 (0:00:00.013) 0:00:05.929 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 22:23:56 +0000 (0:00:00.009) 0:00:05.938 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 22:23:56 +0000 (0:00:00.011) 0:00:05.949 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:9 Wednesday 24 July 2024 22:23:56 +0000 (0:00:00.007) 0:00:05.957 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:23:56 +0000 (0:00:00.028) 0:00:05.986 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:23:56 +0000 (0:00:00.010) 0:00:05.997 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.007265", "end": "2024-07-24 22:23:56.796311", "rc": 0, "start": "2024-07-24 22:23:56.789046" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:23:56 +0000 (0:00:00.209) 0:00:06.206 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:23:56 +0000 (0:00:00.012) 0:00:06.218 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:11 Wednesday 24 July 2024 22:23:56 +0000 (0:00:00.011) 0:00:06.230 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 22:23:56 +0000 (0:00:00.017) 0:00:06.248 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:23:56 +0000 (0:00:00.011) 0:00:06.260 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 22:23:57 +0000 (0:00:00.195) 0:00:06.455 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:14 Wednesday 24 July 2024 22:23:57 +0000 (0:00:00.011) 0:00:06.467 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 22:23:57 +0000 (0:00:00.023) 0:00:06.490 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 22:23:57 +0000 (0:00:00.011) 0:00:06.502 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 22:23:57 +0000 (0:00:00.010) 0:00:06.512 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:23:57 +0000 (0:00:00.015) 0:00:06.528 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:23:57 +0000 (0:00:00.016) 0:00:06.544 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003458", "end": "2024-07-24 22:23:57.378182", "rc": 0, "start": "2024-07-24 22:23:57.374724" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:23:57 +0000 (0:00:00.233) 0:00:06.778 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:23:57 +0000 (0:00:00.010) 0:00:06.788 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 22:23:57 +0000 (0:00:00.011) 0:00:06.800 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 22:24:00 +0000 (0:00:02.583) 0:00:09.384 ******** 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.014558", "end": "2024-07-24 22:24:00.194475", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-07-24 22:24:00.179917" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003986", "end": "2024-07-24 22:24:00.415701", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-07-24 22:24:00.411715" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003970", "end": "2024-07-24 22:24:00.624064", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-07-24 22:24:00.620094" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 22:24:00 +0000 (0:00:00.653) 0:00:10.037 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.021872", "end": "2024-07-24 22:24:00.862369", "rc": 0, "start": "2024-07-24 22:24:00.840497" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 22:24:00 +0000 (0:00:00.224) 0:00:10.262 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 22:24:00 +0000 (0:00:00.013) 0:00:10.275 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 22:24:00 +0000 (0:00:00.009) 0:00:10.284 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 22:24:00 +0000 (0:00:00.010) 0:00:10.295 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 22:24:00 +0000 (0:00:00.036) 0:00:10.332 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:18 Wednesday 24 July 2024 22:24:00 +0000 (0:00:00.017) 0:00:10.349 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:24:01 +0000 (0:00:00.056) 0:00:10.406 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:24:01 +0000 (0:00:00.012) 0:00:10.418 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003411", "end": "2024-07-24 22:24:01.221392", "rc": 0, "start": "2024-07-24 22:24:01.217981" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:24:01 +0000 (0:00:00.216) 0:00:10.634 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:24:01 +0000 (0:00:00.013) 0:00:10.647 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:20 Wednesday 24 July 2024 22:24:01 +0000 (0:00:00.026) 0:00:10.674 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 22:24:01 +0000 (0:00:00.037) 0:00:10.712 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:24:01 +0000 (0:00:00.038) 0:00:10.750 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721859840.1835027, "block_size": 4096, "blocks": 0, "ctime": 1721859840.1835027, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30346, "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": 1721859840.1835027, "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-fix-templating-warnings8aan3y38/tests/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 22:24:01 +0000 (0:00:00.201) 0:00:10.952 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:23 Wednesday 24 July 2024 22:24:01 +0000 (0:00:00.061) 0:00:11.014 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 22:24:01 +0000 (0:00:00.030) 0:00:11.044 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 22:24:01 +0000 (0:00:00.014) 0:00:11.058 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 22:24:01 +0000 (0:00:00.026) 0:00:11.085 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:24:01 +0000 (0:00:00.016) 0:00:11.102 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:24:01 +0000 (0:00:00.032) 0:00:11.134 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003587", "end": "2024-07-24 22:24:01.940609", "rc": 0, "start": "2024-07-24 22:24:01.937022" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:24:01 +0000 (0:00:00.234) 0:00:11.368 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:24:02 +0000 (0:00:00.018) 0:00:11.387 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 22:24:02 +0000 (0:00:00.018) 0:00:11.405 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 22:24:04 +0000 (0:00:02.641) 0:00:14.047 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 22:24:04 +0000 (0:00:00.016) 0:00:14.064 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 22:24:04 +0000 (0:00:00.008) 0:00:14.073 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011475", "end": "2024-07-24 22:24:04.877265", "rc": 0, "start": "2024-07-24 22:24:04.865790" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 22:24:04 +0000 (0:00:00.205) 0:00:14.278 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 22:24:04 +0000 (0:00:00.012) 0:00:14.291 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 22:24:04 +0000 (0:00:00.014) 0:00:14.305 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 22:24:04 +0000 (0:00:00.012) 0:00:14.318 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:27 Wednesday 24 July 2024 22:24:04 +0000 (0:00:00.009) 0:00:14.328 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:24:04 +0000 (0:00:00.021) 0:00:14.349 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:24:04 +0000 (0:00:00.021) 0:00:14.371 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003404", "end": "2024-07-24 22:24:05.167011", "rc": 0, "start": "2024-07-24 22:24:05.163607" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.208) 0:00:14.579 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.019) 0:00:14.598 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:29 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.013) 0:00:14.612 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.027) 0:00:14.640 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.010) 0:00:14.650 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.189) 0:00:14.839 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tests_helpers_and_asserts.yml:15 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.011) 0:00:14.851 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:3 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.014) 0:00:14.865 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.012) 0:00:14.877 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.010) 0:00:14.888 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003295", "end": "2024-07-24 22:24:05.682932", "rc": 0, "start": "2024-07-24 22:24:05.679637" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.208) 0:00:15.096 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.024) 0:00:15.121 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:5 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.013) 0:00:15.134 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.014) 0:00:15.149 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.009) 0:00:15.158 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.021) 0:00:15.179 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.016) 0:00:15.196 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:24:05 +0000 (0:00:00.028) 0:00:15.225 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003313", "end": "2024-07-24 22:24:06.019221", "rc": 0, "start": "2024-07-24 22:24:06.015908" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:24:06 +0000 (0:00:00.199) 0:00:15.425 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:24:06 +0000 (0:00:00.010) 0:00:15.435 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 22:24:06 +0000 (0:00:00.009) 0:00:15.445 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 22:24:08 +0000 (0:00:02.590) 0:00:18.035 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 22:24:08 +0000 (0:00:00.021) 0:00:18.057 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 22:24:08 +0000 (0:00:00.019) 0:00:18.077 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 22:24:08 +0000 (0:00:00.021) 0:00:18.098 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 22:24:08 +0000 (0:00:00.011) 0:00:18.110 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 22:24:08 +0000 (0:00:00.021) 0:00:18.132 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 22:24:08 +0000 (0:00:00.009) 0:00:18.141 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:9 Wednesday 24 July 2024 22:24:08 +0000 (0:00:00.010) 0:00:18.151 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:24:08 +0000 (0:00:00.025) 0:00:18.176 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:24:08 +0000 (0:00:00.013) 0:00:18.190 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003446", "end": "2024-07-24 22:24:09.015317", "rc": 0, "start": "2024-07-24 22:24:09.011871" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:24:09 +0000 (0:00:00.236) 0:00:18.427 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:24:09 +0000 (0:00:00.014) 0:00:18.441 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:11 Wednesday 24 July 2024 22:24:09 +0000 (0:00:00.016) 0:00:18.458 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 22:24:09 +0000 (0:00:00.017) 0:00:18.475 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:24:09 +0000 (0:00:00.018) 0:00:18.493 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 22:24:09 +0000 (0:00:00.197) 0:00:18.691 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:14 Wednesday 24 July 2024 22:24:09 +0000 (0:00:00.014) 0:00:18.705 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 22:24:09 +0000 (0:00:00.016) 0:00:18.722 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 22:24:09 +0000 (0:00:00.009) 0:00:18.731 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 22:24:09 +0000 (0:00:00.008) 0:00:18.739 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:24:09 +0000 (0:00:00.011) 0:00:18.751 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:24:09 +0000 (0:00:00.009) 0:00:18.760 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003279", "end": "2024-07-24 22:24:09.553208", "rc": 0, "start": "2024-07-24 22:24:09.549929" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:24:09 +0000 (0:00:00.190) 0:00:18.951 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:24:09 +0000 (0:00:00.013) 0:00:18.965 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 22:24:09 +0000 (0:00:00.011) 0:00:18.976 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 22:24:12 +0000 (0:00:02.551) 0:00:21.528 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 22:24:12 +0000 (0:00:00.034) 0:00:21.562 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 22:24:12 +0000 (0:00:00.044) 0:00:21.607 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 22:24:12 +0000 (0:00:00.015) 0:00:21.623 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.012020", "end": "2024-07-24 22:24:12.437400", "rc": 0, "start": "2024-07-24 22:24:12.425380" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 22:24:12 +0000 (0:00:00.232) 0:00:21.855 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 22:24:12 +0000 (0:00:00.021) 0:00:21.877 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 22:24:12 +0000 (0:00:00.024) 0:00:21.901 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:18 Wednesday 24 July 2024 22:24:12 +0000 (0:00:00.021) 0:00:21.923 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:24:12 +0000 (0:00:00.036) 0:00:21.960 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:24:12 +0000 (0:00:00.026) 0:00:21.986 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003257", "end": "2024-07-24 22:24:12.791831", "rc": 0, "start": "2024-07-24 22:24:12.788574" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:24:12 +0000 (0:00:00.228) 0:00:22.214 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:24:12 +0000 (0:00:00.028) 0:00:22.242 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:20 Wednesday 24 July 2024 22:24:12 +0000 (0:00:00.011) 0:00:22.253 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 22:24:12 +0000 (0:00:00.021) 0:00:22.275 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:24:12 +0000 (0:00:00.011) 0:00:22.286 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721859852.4361374, "block_size": 4096, "blocks": 0, "ctime": 1721859852.4361374, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30669, "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": 1721859852.4361374, "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-fix-templating-warnings8aan3y38/tests/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 22:24:13 +0000 (0:00:00.196) 0:00:22.483 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:23 Wednesday 24 July 2024 22:24:13 +0000 (0:00:00.030) 0:00:22.514 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 22:24:13 +0000 (0:00:00.039) 0:00:22.553 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 22:24:13 +0000 (0:00:00.019) 0:00:22.573 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 22:24:13 +0000 (0:00:00.035) 0:00:22.609 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:24:13 +0000 (0:00:00.030) 0:00:22.639 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:24:13 +0000 (0:00:00.021) 0:00:22.660 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003375", "end": "2024-07-24 22:24:13.455872", "rc": 0, "start": "2024-07-24 22:24:13.452497" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:24:13 +0000 (0:00:00.206) 0:00:22.867 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:24:13 +0000 (0:00:00.013) 0:00:22.881 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 22:24:13 +0000 (0:00:00.021) 0:00:22.903 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 22:24:16 +0000 (0:00:02.572) 0:00:25.475 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 22:24:16 +0000 (0:00:00.015) 0:00:25.491 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 22:24:16 +0000 (0:00:00.009) 0:00:25.500 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 22:24:16 +0000 (0:00:00.009) 0:00:25.509 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 22:24:16 +0000 (0:00:00.009) 0:00:25.519 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008999", "end": "2024-07-24 22:24:16.316744", "rc": 0, "start": "2024-07-24 22:24:16.307745" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 22:24:16 +0000 (0:00:00.196) 0:00:25.715 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 22:24:16 +0000 (0:00:00.010) 0:00:25.725 ******** 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-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:27 Wednesday 24 July 2024 22:24:16 +0000 (0:00:00.010) 0:00:25.736 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:24:16 +0000 (0:00:00.021) 0:00:25.758 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:24:16 +0000 (0:00:00.009) 0:00:25.767 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003170", "end": "2024-07-24 22:24:16.559025", "rc": 0, "start": "2024-07-24 22:24:16.555855" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:24:16 +0000 (0:00:00.188) 0:00:25.956 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:24:16 +0000 (0:00:00.010) 0:00:25.966 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/create_and_remove_interface.yml:29 Wednesday 24 July 2024 22:24:16 +0000 (0:00:00.011) 0:00:25.978 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 22:24:16 +0000 (0:00:00.020) 0:00:25.999 ******** included: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:24:16 +0000 (0:00:00.010) 0:00:26.009 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 22:24:16 +0000 (0:00:00.183) 0:00:26.193 ******** 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 Wednesday 24 July 2024 22:24:16 +0000 (0:00:00.016) 0:00:26.209 ******** =============================================================================== Install iproute --------------------------------------------------------- 2.77s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.64s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.59s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.58s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.57s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.55s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 1.02s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tests_helpers_and_asserts.yml:3 Create veth interface veth1298 ------------------------------------------ 0.65s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:27 Enable EPEL 8 ----------------------------------------------------------- 0.45s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/enable_epel.yml:35 --- Gather the minimum subset of ansible_facts required by the network role test --- 0.35s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/el_repo_setup.yml:3 -- Create EPEL 8 ----------------------------------------------------------- 0.27s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/enable_epel.yml:8 ---- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/el_repo_setup.yml:17 - Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Create dummy interface dummy1298 ---------------------------------------- 0.23s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:49 Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/manage_test_interface.yml:35 Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-fix-templating-warnings8aan3y38/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-fix-templating-warnings8aan3y38/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. ---^---^---^---^---^---