# 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-warningse3oq400i/.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-warningse3oq400i/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-warningse3oq400i/tests/tests_helpers_and_asserts.yml:3 Wednesday 24 July 2024 17:18:26 +0000 (0:00:00.050) 0:00:00.050 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tests_helpers_and_asserts.yml:6 Wednesday 24 July 2024 17:18:27 +0000 (0:00:00.857) 0:00:00.907 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/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-warningse3oq400i/tests/tasks/el_repo_setup.yml:3 Wednesday 24 July 2024 17:18:27 +0000 (0:00:00.013) 0:00:00.920 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/el_repo_setup.yml:17 Wednesday 24 July 2024 17:18:27 +0000 (0:00:00.332) 0:00:01.253 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/el_repo_setup.yml:22 Wednesday 24 July 2024 17:18:27 +0000 (0:00:00.235) 0:00:01.488 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/el_repo_setup.yml:26 Wednesday 24 July 2024 17:18:27 +0000 (0:00:00.016) 0:00:01.505 ******** 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-warningse3oq400i/tests/tasks/el_repo_setup.yml:51 Wednesday 24 July 2024 17:18:27 +0000 (0:00:00.011) 0:00:01.516 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/enable_epel.yml:8 Wednesday 24 July 2024 17:18:27 +0000 (0:00:00.023) 0:00:01.540 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/enable_epel.yml:24 Wednesday 24 July 2024 17:18:27 +0000 (0:00:00.009) 0:00:01.550 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/enable_epel.yml:30 Wednesday 24 July 2024 17:18:27 +0000 (0:00:00.010) 0:00:01.561 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/enable_epel.yml:35 Wednesday 24 July 2024 17:18:27 +0000 (0:00:00.010) 0:00:01.571 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/enable_epel.yml:40 Wednesday 24 July 2024 17:18:27 +0000 (0:00:00.009) 0:00:01.581 ******** 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-warningse3oq400i/tests/tests_helpers_and_asserts.yml:9 Wednesday 24 July 2024 17:18:27 +0000 (0:00:00.011) 0:00:01.592 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:3 Wednesday 24 July 2024 17:18:27 +0000 (0:00:00.012) 0:00:01.605 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:18:27 +0000 (0:00:00.012) 0:00:01.618 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:18:27 +0000 (0:00:00.011) 0:00:01.629 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003383", "end": "2024-07-24 17:18:27.971931", "rc": 0, "start": "2024-07-24 17:18:27.968548" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:18:27 +0000 (0:00:00.244) 0:00:01.874 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:18:28 +0000 (0:00:00.010) 0:00:01.885 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:5 Wednesday 24 July 2024 17:18:28 +0000 (0:00:00.011) 0:00:01.897 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 17:18:28 +0000 (0:00:00.017) 0:00:01.914 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 17:18:28 +0000 (0:00:00.009) 0:00:01.923 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 17:18:28 +0000 (0:00:00.010) 0:00:01.934 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:18:28 +0000 (0:00:00.011) 0:00:01.945 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:18:28 +0000 (0:00:00.010) 0:00:01.955 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003470", "end": "2024-07-24 17:18:28.234697", "rc": 0, "start": "2024-07-24 17:18:28.231227" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:18:28 +0000 (0:00:00.176) 0:00:02.132 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:18:28 +0000 (0:00:00.011) 0:00:02.143 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 17:18:28 +0000 (0:00:00.009) 0:00:02.153 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.930) 0:00:03.084 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.019) 0:00:03.104 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.010) 0:00:03.114 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.011) 0:00:03.126 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.009) 0:00:03.135 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.011) 0:00:03.146 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.010) 0:00:03.157 ******** 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-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:9 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.008) 0:00:03.165 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.014) 0:00:03.180 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.010) 0:00:03.190 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003412", "end": "2024-07-24 17:18:29.476108", "rc": 0, "start": "2024-07-24 17:18:29.472696" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.184) 0:00:03.375 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.011) 0:00:03.387 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:11 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.013) 0:00:03.400 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.014) 0:00:03.415 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.016) 0:00:03.431 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.178) 0:00:03.610 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:14 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.011) 0:00:03.622 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.016) 0:00:03.639 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.009) 0:00:03.648 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.008) 0:00:03.657 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.012) 0:00:03.669 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.026) 0:00:03.696 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003417", "end": "2024-07-24 17:18:29.977840", "rc": 0, "start": "2024-07-24 17:18:29.974423" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:18:29 +0000 (0:00:00.181) 0:00:03.878 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:18:30 +0000 (0:00:00.011) 0:00:03.889 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 17:18:30 +0000 (0:00:00.011) 0:00:03.900 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 17:18:30 +0000 (0:00:00.817) 0:00:04.718 ******** 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.009008", "end": "2024-07-24 17:18:31.005504", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-07-24 17:18:30.996496" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003529", "end": "2024-07-24 17:18:31.206247", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-07-24 17:18:31.202718" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.005379", "end": "2024-07-24 17:18:31.386837", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-07-24 17:18:31.381458" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 17:18:31 +0000 (0:00:00.567) 0:00:05.285 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:01.020946", "end": "2024-07-24 17:18:32.582754", "rc": 0, "start": "2024-07-24 17:18:31.561808" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 17:18:32 +0000 (0:00:01.194) 0:00:06.480 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 17:18:32 +0000 (0:00:00.009) 0:00:06.490 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 17:18:32 +0000 (0:00:00.009) 0:00:06.499 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 17:18:32 +0000 (0:00:00.009) 0:00:06.509 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 17:18:32 +0000 (0:00:00.009) 0:00:06.518 ******** 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-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:18 Wednesday 24 July 2024 17:18:32 +0000 (0:00:00.011) 0:00:06.530 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:18:32 +0000 (0:00:00.016) 0:00:06.547 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:18:32 +0000 (0:00:00.011) 0:00:06.558 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003382", "end": "2024-07-24 17:18:32.840100", "rc": 0, "start": "2024-07-24 17:18:32.836718" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:18:32 +0000 (0:00:00.180) 0:00:06.738 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:18:32 +0000 (0:00:00.011) 0:00:06.749 ******** 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-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:20 Wednesday 24 July 2024 17:18:32 +0000 (0:00:00.009) 0:00:06.759 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 17:18:32 +0000 (0:00:00.017) 0:00:06.777 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 17:18:32 +0000 (0:00:00.010) 0:00:06.788 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721841511.0002525, "block_size": 4096, "blocks": 0, "ctime": 1721841511.0002525, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30107, "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": 1721841511.0002525, "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-warningse3oq400i/tests/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 17:18:33 +0000 (0:00:00.176) 0:00:06.964 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:23 Wednesday 24 July 2024 17:18:33 +0000 (0:00:00.012) 0:00:06.977 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 17:18:33 +0000 (0:00:00.019) 0:00:06.997 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 17:18:33 +0000 (0:00:00.009) 0:00:07.006 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 17:18:33 +0000 (0:00:00.008) 0:00:07.014 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:18:33 +0000 (0:00:00.011) 0:00:07.026 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:18:33 +0000 (0:00:00.012) 0:00:07.039 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003460", "end": "2024-07-24 17:18:33.321330", "rc": 0, "start": "2024-07-24 17:18:33.317870" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:18:33 +0000 (0:00:00.180) 0:00:07.219 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:18:33 +0000 (0:00:00.011) 0:00:07.231 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 17:18:33 +0000 (0:00:00.011) 0:00:07.242 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.829) 0:00:08.071 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.018) 0:00:08.090 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.009) 0:00:08.100 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.014801", "end": "2024-07-24 17:18:34.389740", "rc": 0, "start": "2024-07-24 17:18:34.374939" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.191) 0:00:08.291 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.011) 0:00:08.302 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.009) 0:00:08.312 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.011) 0:00:08.323 ******** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:27 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.009) 0:00:08.333 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.021) 0:00:08.354 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.010) 0:00:08.364 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003572", "end": "2024-07-24 17:18:34.645540", "rc": 0, "start": "2024-07-24 17:18:34.641968" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.178) 0:00:08.543 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.013) 0:00:08.556 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:29 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.011) 0:00:08.568 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.020) 0:00:08.588 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.011) 0:00:08.600 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.170) 0:00:08.770 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tests_helpers_and_asserts.yml:15 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.015) 0:00:08.786 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:3 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.014) 0:00:08.800 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.012) 0:00:08.812 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:18:34 +0000 (0:00:00.011) 0:00:08.823 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003324", "end": "2024-07-24 17:18:35.101726", "rc": 0, "start": "2024-07-24 17:18:35.098402" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:18:35 +0000 (0:00:00.174) 0:00:08.998 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:18:35 +0000 (0:00:00.012) 0:00:09.010 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:5 Wednesday 24 July 2024 17:18:35 +0000 (0:00:00.011) 0:00:09.022 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 17:18:35 +0000 (0:00:00.015) 0:00:09.038 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 17:18:35 +0000 (0:00:00.010) 0:00:09.049 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 17:18:35 +0000 (0:00:00.009) 0:00:09.058 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:18:35 +0000 (0:00:00.012) 0:00:09.070 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:18:35 +0000 (0:00:00.011) 0:00:09.082 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003518", "end": "2024-07-24 17:18:35.361883", "rc": 0, "start": "2024-07-24 17:18:35.358365" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:18:35 +0000 (0:00:00.180) 0:00:09.262 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:18:35 +0000 (0:00:00.011) 0:00:09.274 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 17:18:35 +0000 (0:00:00.015) 0:00:09.289 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.812) 0:00:10.102 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.015) 0:00:10.117 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.011) 0:00:10.128 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.009) 0:00:10.137 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.009) 0:00:10.147 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.010) 0:00:10.158 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.009) 0:00:10.168 ******** 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-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:9 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.010) 0:00:10.178 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.014) 0:00:10.192 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.011) 0:00:10.203 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003466", "end": "2024-07-24 17:18:36.483222", "rc": 0, "start": "2024-07-24 17:18:36.479756" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.178) 0:00:10.382 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.012) 0:00:10.395 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:11 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.011) 0:00:10.406 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.015) 0:00:10.422 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.012) 0:00:10.434 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.176) 0:00:10.610 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:14 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.012) 0:00:10.623 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.016) 0:00:10.639 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.008) 0:00:10.648 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.008) 0:00:10.656 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.012) 0:00:10.669 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.014) 0:00:10.683 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003331", "end": "2024-07-24 17:18:36.961532", "rc": 0, "start": "2024-07-24 17:18:36.958201" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.175) 0:00:10.858 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:18:36 +0000 (0:00:00.011) 0:00:10.870 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 17:18:37 +0000 (0:00:00.010) 0:00:10.881 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 17:18:37 +0000 (0:00:00.812) 0:00:11.693 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 17:18:37 +0000 (0:00:00.016) 0:00:11.710 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 17:18:37 +0000 (0:00:00.009) 0:00:11.719 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 17:18:37 +0000 (0:00:00.009) 0:00:11.729 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.164156", "end": "2024-07-24 17:18:38.173328", "rc": 0, "start": "2024-07-24 17:18:38.009172" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.352) 0:00:12.081 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.010) 0:00:12.092 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.009) 0:00:12.101 ******** 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-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:18 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.010) 0:00:12.112 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.017) 0:00:12.130 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.010) 0:00:12.140 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003614", "end": "2024-07-24 17:18:38.419263", "rc": 0, "start": "2024-07-24 17:18:38.415649" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.176) 0:00:12.317 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.011) 0:00:12.328 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:20 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.010) 0:00:12.339 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.018) 0:00:12.357 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.012) 0:00:12.370 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721841518.170688, "block_size": 4096, "blocks": 0, "ctime": 1721841518.170688, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30437, "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": 1721841518.170688, "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-warningse3oq400i/tests/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.182) 0:00:12.552 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:23 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.012) 0:00:12.564 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.021) 0:00:12.585 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.015) 0:00:12.600 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.010) 0:00:12.611 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.013) 0:00:12.624 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.011) 0:00:12.636 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003315", "end": "2024-07-24 17:18:38.914275", "rc": 0, "start": "2024-07-24 17:18:38.910960" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.178) 0:00:12.814 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.013) 0:00:12.827 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 17:18:38 +0000 (0:00:00.012) 0:00:12.840 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 17:18:39 +0000 (0:00:00.819) 0:00:13.659 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 17:18:39 +0000 (0:00:00.018) 0:00:13.678 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 17:18:39 +0000 (0:00:00.012) 0:00:13.690 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 17:18:39 +0000 (0:00:00.010) 0:00:13.700 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 17:18:39 +0000 (0:00:00.010) 0:00:13.710 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010833", "end": "2024-07-24 17:18:39.998920", "rc": 0, "start": "2024-07-24 17:18:39.988087" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 17:18:40 +0000 (0:00:00.188) 0:00:13.899 ******** 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-warningse3oq400i/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 17:18:40 +0000 (0:00:00.011) 0:00:13.910 ******** 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-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:27 Wednesday 24 July 2024 17:18:40 +0000 (0:00:00.009) 0:00:13.920 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:18:40 +0000 (0:00:00.020) 0:00:13.940 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:18:40 +0000 (0:00:00.013) 0:00:13.954 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003427", "end": "2024-07-24 17:18:40.233905", "rc": 0, "start": "2024-07-24 17:18:40.230478" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:18:40 +0000 (0:00:00.178) 0:00:14.132 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:18:40 +0000 (0:00:00.014) 0:00:14.146 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/create_and_remove_interface.yml:29 Wednesday 24 July 2024 17:18:40 +0000 (0:00:00.012) 0:00:14.158 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 17:18:40 +0000 (0:00:00.022) 0:00:14.181 ******** included: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 17:18:40 +0000 (0:00:00.013) 0:00:14.194 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 17:18:40 +0000 (0:00:00.174) 0:00:14.368 ******** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Wednesday 24 July 2024 17:18:40 +0000 (0:00:00.016) 0:00:14.385 ******** =============================================================================== Set up veth as managed by NetworkManager -------------------------------- 1.19s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:35 Install iproute --------------------------------------------------------- 0.93s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.86s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tests_helpers_and_asserts.yml:3 Install iproute --------------------------------------------------------- 0.83s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.82s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.82s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.81s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.81s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:16 Create veth interface veth1298 ------------------------------------------ 0.57s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:27 Create dummy interface dummy1298 ---------------------------------------- 0.35s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:49 Gather the minimum subset of ansible_facts required by the network role test --- 0.33s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/el_repo_setup.yml:3 -- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Check if system is ostree ----------------------------------------------- 0.24s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/el_repo_setup.yml:17 - Delete veth interface veth1298 ------------------------------------------ 0.19s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:43 Delete dummy interface dummy1298 ---------------------------------------- 0.19s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.18s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Get stat for interface dummy1298 ---------------------------------------- 0.18s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_interface_stat.yml:3 Gather current interface info ------------------------------------------- 0.18s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.18s /WORKDIR/git-fix-templating-warningse3oq400i/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.18s /WORKDIR/git-fix-templating-warningse3oq400i/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. ---^---^---^---^---^---