# 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-warnings0r2gk8y9/.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-warnings0r2gk8y9/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-warnings0r2gk8y9/tests/tests_helpers_and_asserts.yml:3 Wednesday 24 July 2024 17:01:36 +0000 (0:00:00.039) 0:00:00.039 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tests_helpers_and_asserts.yml:6 Wednesday 24 July 2024 17:01:37 +0000 (0:00:00.894) 0:00:00.934 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/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-warnings0r2gk8y9/tests/tasks/el_repo_setup.yml:3 Wednesday 24 July 2024 17:01:37 +0000 (0:00:00.013) 0:00:00.947 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/el_repo_setup.yml:17 Wednesday 24 July 2024 17:01:38 +0000 (0:00:00.361) 0:00:01.309 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/el_repo_setup.yml:22 Wednesday 24 July 2024 17:01:38 +0000 (0:00:00.278) 0:00:01.588 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/el_repo_setup.yml:26 Wednesday 24 July 2024 17:01:38 +0000 (0:00:00.017) 0:00:01.606 ******** 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-warnings0r2gk8y9/tests/tasks/el_repo_setup.yml:51 Wednesday 24 July 2024 17:01:38 +0000 (0:00:00.011) 0:00:01.617 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/enable_epel.yml:8 Wednesday 24 July 2024 17:01:38 +0000 (0:00:00.034) 0:00:01.652 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/enable_epel.yml:24 Wednesday 24 July 2024 17:01:38 +0000 (0:00:00.268) 0:00:01.920 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/enable_epel.yml:30 Wednesday 24 July 2024 17:01:38 +0000 (0:00:00.009) 0:00:01.930 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/enable_epel.yml:35 Wednesday 24 July 2024 17:01:38 +0000 (0:00:00.008) 0:00:01.939 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.245536", "end": "2024-07-24 17:01:39.272610", "rc": 0, "start": "2024-07-24 17:01:39.027074" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/enable_epel.yml:40 Wednesday 24 July 2024 17:01:39 +0000 (0:00:00.431) 0:00:02.370 ******** 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-warnings0r2gk8y9/tests/tests_helpers_and_asserts.yml:9 Wednesday 24 July 2024 17:01:39 +0000 (0:00:00.010) 0:00:02.381 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:3 Wednesday 24 July 2024 17:01:39 +0000 (0:00:00.013) 0:00:02.395 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:01:39 +0000 (0:00:00.010) 0:00:02.405 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:01:39 +0000 (0:00:00.010) 0:00:02.415 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003253", "end": "2024-07-24 17:01:39.506502", "rc": 0, "start": "2024-07-24 17:01:39.503249" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:01:39 +0000 (0:00:00.188) 0:00:02.604 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:01:39 +0000 (0:00:00.009) 0:00:02.614 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:5 Wednesday 24 July 2024 17:01:39 +0000 (0:00:00.010) 0:00:02.625 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 17:01:39 +0000 (0:00:00.015) 0:00:02.640 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 17:01:39 +0000 (0:00:00.009) 0:00:02.649 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 17:01:39 +0000 (0:00:00.009) 0:00:02.659 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:01:39 +0000 (0:00:00.012) 0:00:02.671 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:01:39 +0000 (0:00:00.010) 0:00:02.682 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003227", "end": "2024-07-24 17:01:39.770821", "rc": 0, "start": "2024-07-24 17:01:39.767594" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:01:39 +0000 (0:00:00.185) 0:00:02.867 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:01:39 +0000 (0:00:00.010) 0:00:02.878 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 17:01:39 +0000 (0:00:00.009) 0:00:02.888 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 17:01:42 +0000 (0:00:02.910) 0:00:05.798 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 17:01:42 +0000 (0:00:00.017) 0:00:05.815 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 17:01:42 +0000 (0:00:00.010) 0:00:05.826 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 17:01:42 +0000 (0:00:00.009) 0:00:05.836 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 17:01:42 +0000 (0:00:00.009) 0:00:05.846 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 17:01:42 +0000 (0:00:00.009) 0:00:05.855 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 17:01:42 +0000 (0:00:00.010) 0:00:05.865 ******** 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-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:9 Wednesday 24 July 2024 17:01:42 +0000 (0:00:00.009) 0:00:05.875 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:01:42 +0000 (0:00:00.013) 0:00:05.888 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:01:42 +0000 (0:00:00.010) 0:00:05.899 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003189", "end": "2024-07-24 17:01:42.998802", "rc": 0, "start": "2024-07-24 17:01:42.995613" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:01:43 +0000 (0:00:00.201) 0:00:06.101 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:01:43 +0000 (0:00:00.010) 0:00:06.112 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:11 Wednesday 24 July 2024 17:01:43 +0000 (0:00:00.011) 0:00:06.123 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 17:01:43 +0000 (0:00:00.015) 0:00:06.138 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 17:01:43 +0000 (0:00:00.010) 0:00:06.148 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 17:01:43 +0000 (0:00:00.184) 0:00:06.333 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:14 Wednesday 24 July 2024 17:01:43 +0000 (0:00:00.019) 0:00:06.352 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 17:01:43 +0000 (0:00:00.019) 0:00:06.372 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 17:01:43 +0000 (0:00:00.010) 0:00:06.383 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 17:01:43 +0000 (0:00:00.008) 0:00:06.391 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:01:43 +0000 (0:00:00.011) 0:00:06.403 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:01:43 +0000 (0:00:00.009) 0:00:06.412 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003193", "end": "2024-07-24 17:01:43.502511", "rc": 0, "start": "2024-07-24 17:01:43.499318" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:01:43 +0000 (0:00:00.187) 0:00:06.600 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:01:43 +0000 (0:00:00.010) 0:00:06.610 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 17:01:43 +0000 (0:00:00.011) 0:00:06.622 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 17:01:46 +0000 (0:00:02.620) 0:00:09.243 ******** 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.020610", "end": "2024-07-24 17:01:46.352969", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-07-24 17:01:46.332359" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003629", "end": "2024-07-24 17:01:46.573312", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-07-24 17:01:46.569683" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004365", "end": "2024-07-24 17:01:46.757455", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-07-24 17:01:46.753090" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 17:01:46 +0000 (0:00:00.613) 0:00:09.856 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.238123", "end": "2024-07-24 17:01:47.182807", "rc": 0, "start": "2024-07-24 17:01:46.944684" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.424) 0:00:10.281 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.009) 0:00:10.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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.009) 0:00:10.300 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.009) 0:00:10.310 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.009) 0:00:10.319 ******** 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-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:18 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.008) 0:00:10.328 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.017) 0:00:10.346 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.011) 0:00:10.357 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003573", "end": "2024-07-24 17:01:47.448029", "rc": 0, "start": "2024-07-24 17:01:47.444456" } STDOUT: eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.189) 0:00:10.547 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.010) 0:00:10.558 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:20 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.012) 0:00:10.570 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.017) 0:00:10.587 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.011) 0:00:10.599 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721840506.34284, "block_size": 4096, "blocks": 0, "ctime": 1721840506.34284, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21663, "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": 1721840506.34284, "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-warnings0r2gk8y9/tests/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.187) 0:00:10.787 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:23 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.011) 0:00:10.798 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.018) 0:00:10.817 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.009) 0:00:10.826 ******** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.008) 0:00:10.834 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.011) 0:00:10.846 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.012) 0:00:10.858 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003103", "end": "2024-07-24 17:01:47.946600", "rc": 0, "start": "2024-07-24 17:01:47.943497" } STDOUT: eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.187) 0:00:11.045 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.012) 0:00:11.058 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 17:01:47 +0000 (0:00:00.017) 0:00:11.076 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 17:01:50 +0000 (0:00:02.750) 0:00:13.826 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 17:01:50 +0000 (0:00:00.017) 0:00:13.844 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 17:01:50 +0000 (0:00:00.009) 0:00:13.853 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.007398", "end": "2024-07-24 17:01:50.946911", "rc": 0, "start": "2024-07-24 17:01:50.939513" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 17:01:50 +0000 (0:00:00.197) 0:00:14.051 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 17:01:50 +0000 (0:00:00.009) 0:00:14.061 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 17:01:50 +0000 (0:00:00.009) 0:00:14.070 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 17:01:50 +0000 (0:00:00.009) 0:00:14.080 ******** 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-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:27 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.008) 0:00:14.088 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.019) 0:00:14.108 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.010) 0:00:14.118 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003357", "end": "2024-07-24 17:01:51.211527", "rc": 0, "start": "2024-07-24 17:01:51.208170" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.190) 0:00:14.309 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.011) 0:00:14.320 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:29 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.010) 0:00:14.331 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.026) 0:00:14.357 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.011) 0:00:14.368 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.183) 0:00:14.551 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tests_helpers_and_asserts.yml:15 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.012) 0:00:14.564 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:3 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.013) 0:00:14.578 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.010) 0:00:14.589 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.009) 0:00:14.598 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003151", "end": "2024-07-24 17:01:51.685584", "rc": 0, "start": "2024-07-24 17:01:51.682433" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.184) 0:00:14.783 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.011) 0:00:14.794 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:5 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.011) 0:00:14.806 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.012) 0:00:14.819 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.009) 0:00:14.828 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.008) 0:00:14.837 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.011) 0:00:14.848 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.014) 0:00:14.862 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003308", "end": "2024-07-24 17:01:51.965469", "rc": 0, "start": "2024-07-24 17:01:51.962161" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.200) 0:00:15.063 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:01:51 +0000 (0:00:00.010) 0:00:15.073 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 17:01:52 +0000 (0:00:00.011) 0:00:15.084 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 17:01:54 +0000 (0:00:02.739) 0:00:17.824 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 17:01:54 +0000 (0:00:00.016) 0:00:17.840 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 17:01:54 +0000 (0:00:00.009) 0:00:17.850 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 17:01:54 +0000 (0:00:00.009) 0:00:17.859 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 17:01:54 +0000 (0:00:00.009) 0:00:17.868 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 17:01:54 +0000 (0:00:00.009) 0:00:17.878 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 17:01:54 +0000 (0:00:00.009) 0:00:17.887 ******** 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-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:9 Wednesday 24 July 2024 17:01:54 +0000 (0:00:00.008) 0:00:17.896 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:01:54 +0000 (0:00:00.016) 0:00:17.912 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:01:54 +0000 (0:00:00.009) 0:00:17.922 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003137", "end": "2024-07-24 17:01:55.010835", "rc": 0, "start": "2024-07-24 17:01:55.007698" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:01:55 +0000 (0:00:00.185) 0:00:18.108 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:01:55 +0000 (0:00:00.011) 0:00:18.119 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:11 Wednesday 24 July 2024 17:01:55 +0000 (0:00:00.011) 0:00:18.131 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 17:01:55 +0000 (0:00:00.013) 0:00:18.144 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 17:01:55 +0000 (0:00:00.010) 0:00:18.155 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 17:01:55 +0000 (0:00:00.188) 0:00:18.343 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:14 Wednesday 24 July 2024 17:01:55 +0000 (0:00:00.013) 0:00:18.356 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 17:01:55 +0000 (0:00:00.016) 0:00:18.373 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 17:01:55 +0000 (0:00:00.034) 0:00:18.407 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 17:01:55 +0000 (0:00:00.015) 0:00:18.423 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:01:55 +0000 (0:00:00.022) 0:00:18.445 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:01:55 +0000 (0:00:00.013) 0:00:18.458 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003220", "end": "2024-07-24 17:01:55.547453", "rc": 0, "start": "2024-07-24 17:01:55.544233" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:01:55 +0000 (0:00:00.186) 0:00:18.645 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:01:55 +0000 (0:00:00.010) 0:00:18.655 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 17:01:55 +0000 (0:00:00.009) 0:00:18.665 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 17:01:58 +0000 (0:00:02.607) 0:00:21.273 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.015) 0:00:21.288 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.012) 0:00:21.300 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.009) 0:00:21.310 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.008111", "end": "2024-07-24 17:01:58.410286", "rc": 0, "start": "2024-07-24 17:01:58.402175" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.208) 0:00:21.519 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.010) 0:00:21.529 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.010) 0:00:21.539 ******** 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-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:18 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.011) 0:00:21.551 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.029) 0:00:21.581 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.013) 0:00:21.594 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003153", "end": "2024-07-24 17:01:58.683389", "rc": 0, "start": "2024-07-24 17:01:58.680236" } STDOUT: dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.186) 0:00:21.780 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.011) 0:00:21.792 ******** ok: [sut] => {} MSG: current_interfaces: ['dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:20 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.010) 0:00:21.802 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/assert_device_present.yml:3 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.017) 0:00:21.820 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.011) 0:00:21.831 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1721840518.4092934, "block_size": 4096, "blocks": 0, "ctime": 1721840518.4092934, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 21986, "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": 1721840518.4092934, "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-warnings0r2gk8y9/tests/tasks/assert_device_present.yml:5 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.188) 0:00:22.019 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:23 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.013) 0:00:22.033 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:3 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.021) 0:00:22.054 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:8 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.011) 0:00:22.066 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:13 Wednesday 24 July 2024 17:01:58 +0000 (0:00:00.009) 0:00:22.076 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:01:59 +0000 (0:00:00.017) 0:00:22.093 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:01:59 +0000 (0:00:00.011) 0:00:22.105 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002947", "end": "2024-07-24 17:01:59.194436", "rc": 0, "start": "2024-07-24 17:01:59.191489" } STDOUT: dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:01:59 +0000 (0:00:00.186) 0:00:22.291 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:01:59 +0000 (0:00:00.011) 0:00:22.303 ******** ok: [sut] => {} MSG: current_interfaces: ['dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:16 Wednesday 24 July 2024 17:01:59 +0000 (0:00:00.014) 0:00:22.317 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:27 Wednesday 24 July 2024 17:02:01 +0000 (0:00:02.603) 0:00:24.920 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:35 Wednesday 24 July 2024 17:02:01 +0000 (0:00:00.016) 0:00:24.936 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:43 Wednesday 24 July 2024 17:02:01 +0000 (0:00:00.011) 0:00:24.947 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:49 Wednesday 24 July 2024 17:02:01 +0000 (0:00:00.013) 0:00:24.961 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:54 Wednesday 24 July 2024 17:02:01 +0000 (0:00:00.013) 0:00:24.975 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009966", "end": "2024-07-24 17:02:02.074237", "rc": 0, "start": "2024-07-24 17:02:02.064271" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:60 Wednesday 24 July 2024 17:02:02 +0000 (0:00:00.203) 0:00:25.179 ******** 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-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:65 Wednesday 24 July 2024 17:02:02 +0000 (0:00:00.016) 0:00:25.195 ******** 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-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:27 Wednesday 24 July 2024 17:02:02 +0000 (0:00:00.017) 0:00:25.213 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:3 Wednesday 24 July 2024 17:02:02 +0000 (0:00:00.027) 0:00:25.240 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Wednesday 24 July 2024 17:02:02 +0000 (0:00:00.019) 0:00:25.260 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003213", "end": "2024-07-24 17:02:02.360473", "rc": 0, "start": "2024-07-24 17:02:02.357260" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:9 Wednesday 24 July 2024 17:02:02 +0000 (0:00:00.197) 0:00:25.458 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/show_interfaces.yml:5 Wednesday 24 July 2024 17:02:02 +0000 (0:00:00.010) 0:00:25.468 ******** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/create_and_remove_interface.yml:29 Wednesday 24 July 2024 17:02:02 +0000 (0:00:00.013) 0:00:25.482 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/assert_device_absent.yml:3 Wednesday 24 July 2024 17:02:02 +0000 (0:00:00.023) 0:00:25.506 ******** included: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_interface_stat.yml:3 Wednesday 24 July 2024 17:02:02 +0000 (0:00:00.018) 0:00:25.525 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/assert_device_absent.yml:5 Wednesday 24 July 2024 17:02:02 +0000 (0:00:00.185) 0:00:25.710 ******** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Wednesday 24 July 2024 17:02:02 +0000 (0:00:00.018) 0:00:25.729 ******** =============================================================================== Install iproute --------------------------------------------------------- 2.91s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.75s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.74s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.62s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.61s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 2.60s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:16 Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tests_helpers_and_asserts.yml:3 Create veth interface veth1298 ------------------------------------------ 0.61s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:27 Enable EPEL 8 ----------------------------------------------------------- 0.43s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/enable_epel.yml:35 --- Set up veth as managed by NetworkManager -------------------------------- 0.42s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:35 Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/el_repo_setup.yml:3 -- Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/el_repo_setup.yml:17 - Create EPEL 8 ----------------------------------------------------------- 0.27s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/enable_epel.yml:8 ---- Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:49 Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:54 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/manage_test_interface.yml:43 Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-fix-templating-warnings0r2gk8y9/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-fix-templating-warnings0r2gk8y9/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. ---^---^---^---^---^---