# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-weekly-cik62lcujr/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tests_helpers_and_asserts.yml:3 Saturday 27 January 2024 14:01:06 +0000 (0:00:00.013) 0:00:00.013 ****** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cik62lcujr/tests/tests_helpers_and_asserts.yml:6 Saturday 27 January 2024 14:01:07 +0000 (0:00:00.848) 0:00:00.861 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/el_repo_setup.yml for sut TASK [Gather the minimum subset of ansible_facts required by the network role test] *** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/el_repo_setup.yml:3 Saturday 27 January 2024 14:01:07 +0000 (0:00:00.025) 0:00:00.887 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/el_repo_setup.yml:19 Saturday 27 January 2024 14:01:07 +0000 (0:00:00.225) 0:00:01.112 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/el_repo_setup.yml:24 Saturday 27 January 2024 14:01:07 +0000 (0:00:00.193) 0:00:01.305 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/el_repo_setup.yml:28 Saturday 27 January 2024 14:01:07 +0000 (0:00:00.023) 0:00:01.329 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/el_repo_setup.yml:53 Saturday 27 January 2024 14:01:07 +0000 (0:00:00.046) 0:00:01.376 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/enable_epel.yml:8 Saturday 27 January 2024 14:01:07 +0000 (0:00:00.034) 0:00:01.410 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/enable_epel.yml:24 Saturday 27 January 2024 14:01:07 +0000 (0:00:00.021) 0:00:01.431 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/enable_epel.yml:30 Saturday 27 January 2024 14:01:07 +0000 (0:00:00.010) 0:00:01.442 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/enable_epel.yml:35 Saturday 27 January 2024 14:01:07 +0000 (0:00:00.011) 0:00:01.454 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/enable_epel.yml:40 Saturday 27 January 2024 14:01:07 +0000 (0:00:00.011) 0:00:01.465 ****** ok: [sut] => { "changed": false, "checksum": "4bafddfe7badb0971135c888f25df1308b193622", "dest": "/etc/yum.repos.d/epel.repo", "gid": 0, "group": "root", "mode": "0644", "owner": "root", "path": "/etc/yum.repos.d/epel.repo", "secontext": "system_u:object_r:etc_t:s0", "size": 155, "state": "file", "uid": 0 } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tests_helpers_and_asserts.yml:9 Saturday 27 January 2024 14:01:08 +0000 (0:00:00.432) 0:00:01.897 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:3 Saturday 27 January 2024 14:01:08 +0000 (0:00:00.016) 0:00:01.914 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 14:01:08 +0000 (0:00:00.013) 0:00:01.927 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 14:01:08 +0000 (0:00:00.012) 0:00:01.940 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003114", "end": "2024-01-27 14:01:08.584963", "rc": 0, "start": "2024-01-27 14:01:08.581849" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 14:01:08 +0000 (0:00:00.211) 0:00:02.152 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 14:01:08 +0000 (0:00:00.018) 0:00:02.170 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:5 Saturday 27 January 2024 14:01:08 +0000 (0:00:00.025) 0:00:02.196 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 14:01:08 +0000 (0:00:00.042) 0:00:02.238 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 14:01:08 +0000 (0:00:00.037) 0:00:02.276 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 14:01:08 +0000 (0:00:00.031) 0:00:02.307 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 14:01:08 +0000 (0:00:00.035) 0:00:02.343 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 14:01:08 +0000 (0:00:00.020) 0:00:02.363 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003121", "end": "2024-01-27 14:01:08.973406", "rc": 0, "start": "2024-01-27 14:01:08.970285" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 14:01:08 +0000 (0:00:00.181) 0:00:02.544 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 14:01:08 +0000 (0:00:00.045) 0:00:02.590 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 14:01:09 +0000 (0:00:00.036) 0:00:02.626 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 14:01:09 +0000 (0:00:00.674) 0:00:03.301 ****** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 14:01:09 +0000 (0:00:00.037) 0:00:03.338 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 14:01:09 +0000 (0:00:00.052) 0:00:03.391 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 14:01:09 +0000 (0:00:00.060) 0:00:03.451 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 14:01:09 +0000 (0:00:00.049) 0:00:03.501 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 14:01:09 +0000 (0:00:00.029) 0:00:03.530 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 14:01:09 +0000 (0:00:00.030) 0:00:03.561 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:9 Saturday 27 January 2024 14:01:09 +0000 (0:00:00.037) 0:00:03.599 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 14:01:10 +0000 (0:00:00.060) 0:00:03.659 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 14:01:10 +0000 (0:00:00.040) 0:00:03.699 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003140", "end": "2024-01-27 14:01:10.279861", "rc": 0, "start": "2024-01-27 14:01:10.276721" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 14:01:10 +0000 (0:00:00.155) 0:00:03.855 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 14:01:10 +0000 (0:00:00.046) 0:00:03.902 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:11 Saturday 27 January 2024 14:01:10 +0000 (0:00:00.021) 0:00:03.923 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_absent.yml:3 Saturday 27 January 2024 14:01:10 +0000 (0:00:00.044) 0:00:03.967 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 14:01:10 +0000 (0:00:00.029) 0:00:03.997 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_absent.yml:5 Saturday 27 January 2024 14:01:10 +0000 (0:00:00.271) 0:00:04.268 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:14 Saturday 27 January 2024 14:01:10 +0000 (0:00:00.035) 0:00:04.304 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 14:01:10 +0000 (0:00:00.039) 0:00:04.343 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 14:01:10 +0000 (0:00:00.029) 0:00:04.373 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 14:01:10 +0000 (0:00:00.018) 0:00:04.391 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 14:01:10 +0000 (0:00:00.032) 0:00:04.424 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 14:01:10 +0000 (0:00:00.019) 0:00:04.443 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003121", "end": "2024-01-27 14:01:11.019699", "rc": 0, "start": "2024-01-27 14:01:11.016578" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 14:01:10 +0000 (0:00:00.140) 0:00:04.584 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 14:01:10 +0000 (0:00:00.021) 0:00:04.605 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 14:01:11 +0000 (0:00:00.042) 0:00:04.648 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 14:01:11 +0000 (0:00:00.429) 0:00:05.078 ****** 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.003225", "end": "2024-01-27 14:01:11.656218", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-27 14:01:11.652993" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004720", "end": "2024-01-27 14:01:11.820632", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-27 14:01:11.815912" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003304", "end": "2024-01-27 14:01:11.976453", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-27 14:01:11.973149" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 14:01:11 +0000 (0:00:00.456) 0:00:05.535 ****** fatal: [sut]: FAILED! => { "changed": false, "cmd": "nmcli d set veth1298 managed true", "rc": 2 } MSG: [Errno 2] No such file or directory ...ignoring TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.125) 0:00:05.660 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.011) 0:00:05.672 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.010) 0:00:05.683 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.020) 0:00:05.704 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.020) 0:00:05.724 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:18 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.010) 0:00:05.735 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.020) 0:00:05.755 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.013) 0:00:05.768 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003168", "end": "2024-01-27 14:01:12.332461", "rc": 0, "start": "2024-01-27 14:01:12.329293" } STDOUT: eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.119) 0:00:05.887 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.012) 0:00:05.900 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:20 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.011) 0:00:05.912 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_present.yml:3 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.020) 0:00:05.932 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.022) 0:00:05.955 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706364071.6741846, "block_size": 4096, "blocks": 0, "ctime": 1706364071.6731846, "dev": 0, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6531, "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": 1706364071.6731846, "nlink": 1, "path": "/sys/class/net/veth1298", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'veth1298'] *********************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_present.yml:5 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.116) 0:00:06.072 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:23 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.013) 0:00:06.085 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.028) 0:00:06.114 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.010) 0:00:06.124 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.010) 0:00:06.134 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.014) 0:00:06.148 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.020) 0:00:06.168 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003119", "end": "2024-01-27 14:01:12.733201", "rc": 0, "start": "2024-01-27 14:01:12.730082" } STDOUT: eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.119) 0:00:06.288 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.012) 0:00:06.300 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 14:01:12 +0000 (0:00:00.011) 0:00:06.312 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 14:01:13 +0000 (0:00:00.409) 0:00:06.721 ****** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 14:01:13 +0000 (0:00:00.019) 0:00:06.740 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 14:01:13 +0000 (0:00:00.011) 0:00:06.752 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.538081", "end": "2024-01-27 14:01:13.854755", "rc": 0, "start": "2024-01-27 14:01:13.316674" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 14:01:13 +0000 (0:00:00.659) 0:00:07.412 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 14:01:13 +0000 (0:00:00.011) 0:00:07.424 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 14:01:13 +0000 (0:00:00.017) 0:00:07.441 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 14:01:13 +0000 (0:00:00.021) 0:00:07.463 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:27 Saturday 27 January 2024 14:01:13 +0000 (0:00:00.014) 0:00:07.477 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 14:01:13 +0000 (0:00:00.023) 0:00:07.500 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 14:01:13 +0000 (0:00:00.023) 0:00:07.524 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003229", "end": "2024-01-27 14:01:14.090873", "rc": 0, "start": "2024-01-27 14:01:14.087644" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.122) 0:00:07.646 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.018) 0:00:07.665 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:29 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.019) 0:00:07.685 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_absent.yml:3 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.040) 0:00:07.726 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.014) 0:00:07.740 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_absent.yml:5 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.120) 0:00:07.861 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tests_helpers_and_asserts.yml:15 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.013) 0:00:07.874 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:3 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.029) 0:00:07.903 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.035) 0:00:07.939 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.018) 0:00:07.957 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003162", "end": "2024-01-27 14:01:14.520775", "rc": 0, "start": "2024-01-27 14:01:14.517613" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.119) 0:00:08.077 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.012) 0:00:08.089 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:5 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.017) 0:00:08.107 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.016) 0:00:08.123 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.015) 0:00:08.139 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.011) 0:00:08.150 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.019) 0:00:08.169 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.014) 0:00:08.184 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003166", "end": "2024-01-27 14:01:14.748271", "rc": 0, "start": "2024-01-27 14:01:14.745105" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.120) 0:00:08.305 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.012) 0:00:08.317 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 14:01:14 +0000 (0:00:00.013) 0:00:08.331 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.403) 0:00:08.735 ****** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.021) 0:00:08.757 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.020) 0:00:08.777 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.011) 0:00:08.788 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.018) 0:00:08.807 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.018) 0:00:08.826 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.010) 0:00:08.836 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:9 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.011) 0:00:08.848 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.019) 0:00:08.868 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.022) 0:00:08.891 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003173", "end": "2024-01-27 14:01:15.455307", "rc": 0, "start": "2024-01-27 14:01:15.452134" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.119) 0:00:09.011 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.013) 0:00:09.024 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:11 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.011) 0:00:09.035 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_absent.yml:3 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.016) 0:00:09.052 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.013) 0:00:09.066 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_absent.yml:5 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.117) 0:00:09.183 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:14 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.015) 0:00:09.198 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.018) 0:00:09.216 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.010) 0:00:09.227 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.010) 0:00:09.238 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.014) 0:00:09.252 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.014) 0:00:09.266 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003168", "end": "2024-01-27 14:01:15.832280", "rc": 0, "start": "2024-01-27 14:01:15.829112" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.121) 0:00:09.387 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.012) 0:00:09.400 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 14:01:15 +0000 (0:00:00.011) 0:00:09.411 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.398) 0:00:09.810 ****** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.024) 0:00:09.834 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.013) 0:00:09.847 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.046) 0:00:09.894 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.032733", "end": "2024-01-27 14:01:16.519135", "rc": 0, "start": "2024-01-27 14:01:16.486402" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.185) 0:00:10.080 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.023) 0:00:10.104 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.019) 0:00:10.123 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:18 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.022) 0:00:10.146 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.025) 0:00:10.171 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.013) 0:00:10.185 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003117", "end": "2024-01-27 14:01:16.768457", "rc": 0, "start": "2024-01-27 14:01:16.765340" } STDOUT: dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.139) 0:00:10.324 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.029) 0:00:10.354 ****** ok: [sut] => {} MSG: current_interfaces: ['dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:20 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.012) 0:00:10.367 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_present.yml:3 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.019) 0:00:10.387 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.033) 0:00:10.421 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1706364076.5201845, "block_size": 4096, "blocks": 0, "ctime": 1706364076.5201845, "dev": 0, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 6553, "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": 1706364076.5201845, "nlink": 1, "path": "/sys/class/net/dummy1298", "pw_name": "root", "readable": true, "rgrp": true, "roth": true, "rusr": true, "size": 0, "uid": 0, "wgrp": true, "woth": true, "writeable": true, "wusr": true, "xgrp": true, "xoth": true, "xusr": true } } TASK [Assert that the interface is present - 'dummy1298'] ********************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_present.yml:5 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.129) 0:00:10.550 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:23 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.019) 0:00:10.570 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:3 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.021) 0:00:10.591 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:8 Saturday 27 January 2024 14:01:16 +0000 (0:00:00.019) 0:00:10.610 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:13 Saturday 27 January 2024 14:01:17 +0000 (0:00:00.015) 0:00:10.626 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 14:01:17 +0000 (0:00:00.031) 0:00:10.657 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 14:01:17 +0000 (0:00:00.023) 0:00:10.681 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003129", "end": "2024-01-27 14:01:17.245968", "rc": 0, "start": "2024-01-27 14:01:17.242839" } STDOUT: dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 14:01:17 +0000 (0:00:00.121) 0:00:10.803 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 14:01:17 +0000 (0:00:00.028) 0:00:10.832 ****** ok: [sut] => {} MSG: current_interfaces: ['dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:16 Saturday 27 January 2024 14:01:17 +0000 (0:00:00.011) 0:00:10.844 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:24 Saturday 27 January 2024 14:01:17 +0000 (0:00:00.404) 0:00:11.248 ****** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:33 Saturday 27 January 2024 14:01:17 +0000 (0:00:00.019) 0:00:11.268 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:41 Saturday 27 January 2024 14:01:17 +0000 (0:00:00.012) 0:00:11.280 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:48 Saturday 27 January 2024 14:01:17 +0000 (0:00:00.020) 0:00:11.301 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:54 Saturday 27 January 2024 14:01:17 +0000 (0:00:00.019) 0:00:11.320 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.017553", "end": "2024-01-27 14:01:17.901659", "rc": 0, "start": "2024-01-27 14:01:17.884106" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:61 Saturday 27 January 2024 14:01:17 +0000 (0:00:00.138) 0:00:11.459 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:67 Saturday 27 January 2024 14:01:17 +0000 (0:00:00.017) 0:00:11.476 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:27 Saturday 27 January 2024 14:01:17 +0000 (0:00:00.020) 0:00:11.496 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:3 Saturday 27 January 2024 14:01:17 +0000 (0:00:00.023) 0:00:11.519 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 Saturday 27 January 2024 14:01:17 +0000 (0:00:00.013) 0:00:11.533 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003122", "end": "2024-01-27 14:01:18.099427", "rc": 0, "start": "2024-01-27 14:01:18.096305" } STDOUT: dummy0 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:9 Saturday 27 January 2024 14:01:18 +0000 (0:00:00.120) 0:00:11.653 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy0", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/show_interfaces.yml:5 Saturday 27 January 2024 14:01:18 +0000 (0:00:00.012) 0:00:11.666 ****** ok: [sut] => {} MSG: current_interfaces: ['dummy0', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/create_and_remove_interface.yml:29 Saturday 27 January 2024 14:01:18 +0000 (0:00:00.012) 0:00:11.678 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_absent.yml:3 Saturday 27 January 2024 14:01:18 +0000 (0:00:00.026) 0:00:11.705 ****** included: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_interface_stat.yml:3 Saturday 27 January 2024 14:01:18 +0000 (0:00:00.032) 0:00:11.738 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cik62lcujr/tests/tasks/assert_device_absent.yml:5 Saturday 27 January 2024 14:01:18 +0000 (0:00:00.117) 0:00:11.855 ****** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=120 changed=0 unreachable=0 failed=0 skipped=54 rescued=0 ignored=1 Saturday 27 January 2024 14:01:18 +0000 (0:00:00.011) 0:00:11.866 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 0.85s /WORKDIR/git-weekly-cik62lcujr/tests/tests_helpers_and_asserts.yml:3 ---------- Install iproute --------------------------------------------------------- 0.67s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:16 ------- Delete veth interface veth1298 ------------------------------------------ 0.66s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:41 ------- Create veth interface veth1298 ------------------------------------------ 0.46s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:24 ------- Enable EPEL 6 ----------------------------------------------------------- 0.43s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/enable_epel.yml:40 ----------------- Install iproute --------------------------------------------------------- 0.43s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.41s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.40s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.40s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.40s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:16 ------- Get stat for interface veth1298 ----------------------------------------- 0.27s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_interface_stat.yml:3 ----------- Gather the minimum subset of ansible_facts required by the network role test --- 0.23s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/el_repo_setup.yml:3 ---------------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.19s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/el_repo_setup.yml:19 --------------- Create dummy interface dummy1298 ---------------------------------------- 0.19s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:48 ------- Gather current interface info ------------------------------------------- 0.18s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.16s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.14s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.14s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.14s /WORKDIR/git-weekly-cik62lcujr/tests/tasks/manage_test_interface.yml:54 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---