# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-fix-templating-warningsrhmu7k09/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-warningsrhmu7k09/tests/tests_helpers_and_asserts.yml:3 Wednesday 24 July 2024 22:17:08 +0000 (0:00:00.014) 0:00:00.014 ******** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tests_helpers_and_asserts.yml:6 Wednesday 24 July 2024 22:17:09 +0000 (0:00:00.718) 0:00:00.732 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/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-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:3 Wednesday 24 July 2024 22:17:09 +0000 (0:00:00.051) 0:00:00.784 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:19 Wednesday 24 July 2024 22:17:09 +0000 (0:00:00.315) 0:00:01.100 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:24 Wednesday 24 July 2024 22:17:09 +0000 (0:00:00.241) 0:00:01.342 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:28 Wednesday 24 July 2024 22:17:09 +0000 (0:00:00.021) 0:00:01.364 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:53 Wednesday 24 July 2024 22:17:09 +0000 (0:00:00.019) 0:00:01.384 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml:8 Wednesday 24 July 2024 22:17:09 +0000 (0:00:00.031) 0:00:01.415 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml:24 Wednesday 24 July 2024 22:17:09 +0000 (0:00:00.010) 0:00:01.425 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml:30 Wednesday 24 July 2024 22:17:09 +0000 (0:00:00.009) 0:00:01.435 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml:35 Wednesday 24 July 2024 22:17:09 +0000 (0:00:00.009) 0:00:01.444 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/enable_epel.yml:40 Wednesday 24 July 2024 22:17:10 +0000 (0:00:00.010) 0:00:01.455 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tests_helpers_and_asserts.yml:9 Wednesday 24 July 2024 22:17:10 +0000 (0:00:00.013) 0:00:01.469 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:3 Wednesday 24 July 2024 22:17:10 +0000 (0:00:00.014) 0:00:01.483 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:17:10 +0000 (0:00:00.027) 0:00:01.510 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:17:10 +0000 (0:00:00.012) 0:00:01.523 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003233", "end": "2024-07-24 22:17:10.274491", "rc": 0, "start": "2024-07-24 22:17:10.271258" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:17:10 +0000 (0:00:00.217) 0:00:01.741 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:17:10 +0000 (0:00:00.012) 0:00:01.753 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:5 Wednesday 24 July 2024 22:17:10 +0000 (0:00:00.011) 0:00:01.764 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 22:17:10 +0000 (0:00:00.018) 0:00:01.783 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 22:17:10 +0000 (0:00:00.013) 0:00:01.796 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 22:17:10 +0000 (0:00:00.010) 0:00:01.806 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:17:10 +0000 (0:00:00.013) 0:00:01.820 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:17:10 +0000 (0:00:00.013) 0:00:01.833 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003395", "end": "2024-07-24 22:17:10.541904", "rc": 0, "start": "2024-07-24 22:17:10.538509" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:17:10 +0000 (0:00:00.175) 0:00:02.009 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:17:10 +0000 (0:00:00.013) 0:00:02.022 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 22:17:10 +0000 (0:00:00.011) 0:00:02.034 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:28 Wednesday 24 July 2024 22:17:11 +0000 (0:00:00.914) 0:00:02.948 ******** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:37 Wednesday 24 July 2024 22:17:11 +0000 (0:00:00.018) 0:00:02.967 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:45 Wednesday 24 July 2024 22:17:11 +0000 (0:00:00.010) 0:00:02.977 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:52 Wednesday 24 July 2024 22:17:11 +0000 (0:00:00.010) 0:00:02.988 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:58 Wednesday 24 July 2024 22:17:11 +0000 (0:00:00.009) 0:00:02.997 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 22:17:11 +0000 (0:00:00.010) 0:00:03.008 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:71 Wednesday 24 July 2024 22:17:11 +0000 (0:00:00.010) 0:00:03.019 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:9 Wednesday 24 July 2024 22:17:11 +0000 (0:00:00.009) 0:00:03.028 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:17:11 +0000 (0:00:00.015) 0:00:03.044 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:17:11 +0000 (0:00:00.010) 0:00:03.054 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003205", "end": "2024-07-24 22:17:11.757502", "rc": 0, "start": "2024-07-24 22:17:11.754297" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:17:11 +0000 (0:00:00.169) 0:00:03.224 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:17:11 +0000 (0:00:00.011) 0:00:03.235 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:11 Wednesday 24 July 2024 22:17:11 +0000 (0:00:00.011) 0:00:03.246 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 22:17:11 +0000 (0:00:00.014) 0:00:03.260 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:17:11 +0000 (0:00:00.012) 0:00:03.273 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 22:17:11 +0000 (0:00:00.165) 0:00:03.439 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:14 Wednesday 24 July 2024 22:17:12 +0000 (0:00:00.023) 0:00:03.462 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 22:17:12 +0000 (0:00:00.026) 0:00:03.489 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 22:17:12 +0000 (0:00:00.015) 0:00:03.504 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 22:17:12 +0000 (0:00:00.014) 0:00:03.519 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:17:12 +0000 (0:00:00.014) 0:00:03.533 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:17:12 +0000 (0:00:00.012) 0:00:03.546 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003158", "end": "2024-07-24 22:17:12.250100", "rc": 0, "start": "2024-07-24 22:17:12.246942" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:17:12 +0000 (0:00:00.169) 0:00:03.715 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:17:12 +0000 (0:00:00.011) 0:00:03.727 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 22:17:12 +0000 (0:00:00.011) 0:00:03.738 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:28 Wednesday 24 July 2024 22:17:13 +0000 (0:00:00.838) 0:00:04.577 ******** 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.009319", "end": "2024-07-24 22:17:13.289183", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-07-24 22:17:13.279864" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003352", "end": "2024-07-24 22:17:13.483495", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-07-24 22:17:13.480143" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004815", "end": "2024-07-24 22:17:13.651003", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-07-24 22:17:13.646188" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:37 Wednesday 24 July 2024 22:17:13 +0000 (0:00:00.550) 0:00:05.127 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023912", "end": "2024-07-24 22:17:13.855729", "rc": 0, "start": "2024-07-24 22:17:13.831817" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:45 Wednesday 24 July 2024 22:17:13 +0000 (0:00:00.209) 0:00:05.337 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:52 Wednesday 24 July 2024 22:17:13 +0000 (0:00:00.016) 0:00:05.353 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:58 Wednesday 24 July 2024 22:17:13 +0000 (0:00:00.012) 0:00:05.366 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 22:17:13 +0000 (0:00:00.010) 0:00:05.376 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:71 Wednesday 24 July 2024 22:17:13 +0000 (0:00:00.012) 0:00:05.389 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:18 Wednesday 24 July 2024 22:17:13 +0000 (0:00:00.020) 0:00:05.409 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:17:13 +0000 (0:00:00.022) 0:00:05.432 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:17:14 +0000 (0:00:00.044) 0:00:05.476 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003124", "end": "2024-07-24 22:17:14.179146", "rc": 0, "start": "2024-07-24 22:17:14.176022" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:17:14 +0000 (0:00:00.172) 0:00:05.648 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:17:14 +0000 (0:00:00.037) 0:00:05.685 ******** 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-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:20 Wednesday 24 July 2024 22:17:14 +0000 (0:00:00.025) 0:00:05.710 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 22:17:14 +0000 (0:00:00.029) 0:00:05.740 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:17:14 +0000 (0:00:00.015) 0:00:05.755 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721859433.2834, "block_size": 4096, "blocks": 0, "ctime": 1721859433.2834, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31604, "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": 1721859433.2834, "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-warningsrhmu7k09/tests/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 22:17:14 +0000 (0:00:00.176) 0:00:05.931 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:23 Wednesday 24 July 2024 22:17:14 +0000 (0:00:00.012) 0:00:05.944 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 22:17:14 +0000 (0:00:00.020) 0:00:05.964 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 22:17:14 +0000 (0:00:00.011) 0:00:05.976 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 22:17:14 +0000 (0:00:00.010) 0:00:05.986 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:17:14 +0000 (0:00:00.039) 0:00:06.025 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:17:14 +0000 (0:00:00.014) 0:00:06.039 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003320", "end": "2024-07-24 22:17:14.748598", "rc": 0, "start": "2024-07-24 22:17:14.745278" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:17:14 +0000 (0:00:00.174) 0:00:06.214 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:17:14 +0000 (0:00:00.011) 0:00:06.225 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 22:17:14 +0000 (0:00:00.011) 0:00:06.237 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:28 Wednesday 24 July 2024 22:17:15 +0000 (0:00:00.832) 0:00:07.069 ******** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:37 Wednesday 24 July 2024 22:17:15 +0000 (0:00:00.019) 0:00:07.089 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:45 Wednesday 24 July 2024 22:17:15 +0000 (0:00:00.011) 0:00:07.101 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009728", "end": "2024-07-24 22:17:15.813356", "rc": 0, "start": "2024-07-24 22:17:15.803628" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:52 Wednesday 24 July 2024 22:17:15 +0000 (0:00:00.182) 0:00:07.283 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:58 Wednesday 24 July 2024 22:17:15 +0000 (0:00:00.013) 0:00:07.296 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 22:17:15 +0000 (0:00:00.015) 0:00:07.312 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:71 Wednesday 24 July 2024 22:17:15 +0000 (0:00:00.016) 0:00:07.328 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:27 Wednesday 24 July 2024 22:17:15 +0000 (0:00:00.011) 0:00:07.340 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:17:15 +0000 (0:00:00.020) 0:00:07.360 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:17:15 +0000 (0:00:00.010) 0:00:07.371 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003531", "end": "2024-07-24 22:17:16.076818", "rc": 0, "start": "2024-07-24 22:17:16.073287" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.172) 0:00:07.543 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.011) 0:00:07.555 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:29 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.012) 0:00:07.567 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.022) 0:00:07.589 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.013) 0:00:07.603 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.168) 0:00:07.771 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tests_helpers_and_asserts.yml:15 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.012) 0:00:07.783 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:3 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.013) 0:00:07.797 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.010) 0:00:07.808 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.010) 0:00:07.818 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003204", "end": "2024-07-24 22:17:16.526287", "rc": 0, "start": "2024-07-24 22:17:16.523083" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.175) 0:00:07.994 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.011) 0:00:08.006 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:5 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.012) 0:00:08.019 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.013) 0:00:08.032 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.010) 0:00:08.043 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.011) 0:00:08.054 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.013) 0:00:08.067 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.012) 0:00:08.080 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003291", "end": "2024-07-24 22:17:16.789164", "rc": 0, "start": "2024-07-24 22:17:16.785873" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.175) 0:00:08.256 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.012) 0:00:08.268 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 22:17:16 +0000 (0:00:00.011) 0:00:08.280 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:28 Wednesday 24 July 2024 22:17:17 +0000 (0:00:00.836) 0:00:09.116 ******** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:37 Wednesday 24 July 2024 22:17:17 +0000 (0:00:00.018) 0:00:09.135 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:45 Wednesday 24 July 2024 22:17:17 +0000 (0:00:00.012) 0:00:09.148 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:52 Wednesday 24 July 2024 22:17:17 +0000 (0:00:00.011) 0:00:09.159 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:58 Wednesday 24 July 2024 22:17:17 +0000 (0:00:00.011) 0:00:09.171 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 22:17:17 +0000 (0:00:00.011) 0:00:09.182 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:71 Wednesday 24 July 2024 22:17:17 +0000 (0:00:00.012) 0:00:09.194 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:9 Wednesday 24 July 2024 22:17:17 +0000 (0:00:00.009) 0:00:09.204 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:17:17 +0000 (0:00:00.015) 0:00:09.219 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:17:17 +0000 (0:00:00.010) 0:00:09.230 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003037", "end": "2024-07-24 22:17:17.934474", "rc": 0, "start": "2024-07-24 22:17:17.931437" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:17:17 +0000 (0:00:00.177) 0:00:09.407 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:17:17 +0000 (0:00:00.013) 0:00:09.421 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:11 Wednesday 24 July 2024 22:17:17 +0000 (0:00:00.011) 0:00:09.432 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 22:17:17 +0000 (0:00:00.014) 0:00:09.446 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:17:18 +0000 (0:00:00.012) 0:00:09.459 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 22:17:18 +0000 (0:00:00.170) 0:00:09.629 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:14 Wednesday 24 July 2024 22:17:18 +0000 (0:00:00.012) 0:00:09.642 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 22:17:18 +0000 (0:00:00.018) 0:00:09.660 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 22:17:18 +0000 (0:00:00.010) 0:00:09.670 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 22:17:18 +0000 (0:00:00.009) 0:00:09.680 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:17:18 +0000 (0:00:00.012) 0:00:09.693 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:17:18 +0000 (0:00:00.019) 0:00:09.712 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003158", "end": "2024-07-24 22:17:18.414447", "rc": 0, "start": "2024-07-24 22:17:18.411289" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:17:18 +0000 (0:00:00.170) 0:00:09.883 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:17:18 +0000 (0:00:00.012) 0:00:09.896 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 22:17:18 +0000 (0:00:00.020) 0:00:09.916 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:28 Wednesday 24 July 2024 22:17:19 +0000 (0:00:00.838) 0:00:10.755 ******** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:37 Wednesday 24 July 2024 22:17:19 +0000 (0:00:00.025) 0:00:10.780 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:45 Wednesday 24 July 2024 22:17:19 +0000 (0:00:00.013) 0:00:10.794 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:52 Wednesday 24 July 2024 22:17:19 +0000 (0:00:00.011) 0:00:10.806 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.051147", "end": "2024-07-24 22:17:19.560256", "rc": 0, "start": "2024-07-24 22:17:19.509109" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:58 Wednesday 24 July 2024 22:17:19 +0000 (0:00:00.237) 0:00:11.043 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 22:17:19 +0000 (0:00:00.017) 0:00:11.060 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:71 Wednesday 24 July 2024 22:17:19 +0000 (0:00:00.024) 0:00:11.084 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:18 Wednesday 24 July 2024 22:17:19 +0000 (0:00:00.011) 0:00:11.096 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:17:19 +0000 (0:00:00.027) 0:00:11.123 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:17:19 +0000 (0:00:00.024) 0:00:11.147 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003206", "end": "2024-07-24 22:17:19.855456", "rc": 0, "start": "2024-07-24 22:17:19.852250" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:17:19 +0000 (0:00:00.172) 0:00:11.320 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:17:19 +0000 (0:00:00.015) 0:00:11.335 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:20 Wednesday 24 July 2024 22:17:19 +0000 (0:00:00.011) 0:00:11.347 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 22:17:19 +0000 (0:00:00.020) 0:00:11.367 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:17:19 +0000 (0:00:00.042) 0:00:11.410 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721859439.5553472, "block_size": 4096, "blocks": 0, "ctime": 1721859439.5553472, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31934, "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": 1721859439.5553472, "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-warningsrhmu7k09/tests/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 22:17:20 +0000 (0:00:00.166) 0:00:11.577 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:23 Wednesday 24 July 2024 22:17:20 +0000 (0:00:00.013) 0:00:11.591 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 22:17:20 +0000 (0:00:00.021) 0:00:11.612 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 22:17:20 +0000 (0:00:00.012) 0:00:11.624 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 22:17:20 +0000 (0:00:00.012) 0:00:11.636 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:17:20 +0000 (0:00:00.012) 0:00:11.649 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:17:20 +0000 (0:00:00.011) 0:00:11.660 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003156", "end": "2024-07-24 22:17:20.361514", "rc": 0, "start": "2024-07-24 22:17:20.358358" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:17:20 +0000 (0:00:00.168) 0:00:11.829 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:17:20 +0000 (0:00:00.014) 0:00:11.843 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 22:17:20 +0000 (0:00:00.016) 0:00:11.860 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:28 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.831) 0:00:12.692 ******** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:37 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.019) 0:00:12.711 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:45 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.011) 0:00:12.722 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:52 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.011) 0:00:12.733 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:58 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.012) 0:00:12.746 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007497", "end": "2024-07-24 22:17:21.454266", "rc": 0, "start": "2024-07-24 22:17:21.446769" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.176) 0:00:12.922 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:71 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.013) 0:00:12.936 ******** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:27 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.010) 0:00:12.946 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.022) 0:00:12.969 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.012) 0:00:12.981 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003101", "end": "2024-07-24 22:17:21.682864", "rc": 0, "start": "2024-07-24 22:17:21.679763" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.167) 0:00:13.148 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.012) 0:00:13.161 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/create_and_remove_interface.yml:29 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.012) 0:00:13.173 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.023) 0:00:13.197 ******** included: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.024) 0:00:13.222 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.170) 0:00:13.393 ******** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Wednesday 24 July 2024 22:17:21 +0000 (0:00:00.013) 0:00:13.406 ******** =============================================================================== Install iproute --------------------------------------------------------- 0.91s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.84s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.84s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.84s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.83s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.83s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.72s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tests_helpers_and_asserts.yml:3 Create veth interface veth1298 ------------------------------------------ 0.55s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:28 Gather the minimum subset of ansible_facts required by the network role test --- 0.32s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:3 -- Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/el_repo_setup.yml:19 - Create dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:52 Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:37 Delete veth interface veth1298 ------------------------------------------ 0.18s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:45 Gather current interface info ------------------------------------------- 0.18s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Delete dummy interface dummy1298 ---------------------------------------- 0.18s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/manage_test_interface.yml:58 Get stat for interface veth1298 ----------------------------------------- 0.18s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_interface_stat.yml:3 Gather current interface info ------------------------------------------- 0.18s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.18s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.18s /WORKDIR/git-fix-templating-warningsrhmu7k09/tests/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: Distribution centos 9 on host sut should use /usr/libexec/platform-python, but is using /usr/bin/python for backward compatibility with prior Ansible releases. A future Ansible release will default to using the discovered platform python for this host. See https://docs .ansible.com/ansible/2.9/reference_appendices/interpreter_discovery.html for more information. This feature will be removed in version 2.12. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---