# 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-civz88ixoa/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-civz88ixoa/tests/tests_helpers_and_asserts.yml:3 Saturday 06 January 2024 14:08:05 +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-civz88ixoa/tests/tests_helpers_and_asserts.yml:6 Saturday 06 January 2024 14:08:06 +0000 (0:00:00.882) 0:00:00.895 ****** included: /WORKDIR/git-weekly-civz88ixoa/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-civz88ixoa/tests/tasks/el_repo_setup.yml:3 Saturday 06 January 2024 14:08:06 +0000 (0:00:00.025) 0:00:00.921 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/el_repo_setup.yml:19 Saturday 06 January 2024 14:08:06 +0000 (0:00:00.235) 0:00:01.156 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/el_repo_setup.yml:24 Saturday 06 January 2024 14:08:06 +0000 (0:00:00.203) 0:00:01.360 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/el_repo_setup.yml:28 Saturday 06 January 2024 14:08:06 +0000 (0:00:00.020) 0:00:01.380 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/el_repo_setup.yml:53 Saturday 06 January 2024 14:08:06 +0000 (0:00:00.018) 0:00:01.398 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/enable_epel.yml:8 Saturday 06 January 2024 14:08:06 +0000 (0:00:00.031) 0:00:01.430 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/enable_epel.yml:24 Saturday 06 January 2024 14:08:06 +0000 (0:00:00.011) 0:00:01.441 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/enable_epel.yml:30 Saturday 06 January 2024 14:08:06 +0000 (0:00:00.012) 0:00:01.453 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/enable_epel.yml:35 Saturday 06 January 2024 14:08:06 +0000 (0:00:00.010) 0:00:01.464 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/enable_epel.yml:40 Saturday 06 January 2024 14:08:06 +0000 (0:00:00.010) 0:00:01.475 ****** 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-civz88ixoa/tests/tests_helpers_and_asserts.yml:9 Saturday 06 January 2024 14:08:07 +0000 (0:00:00.441) 0:00:01.916 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:3 Saturday 06 January 2024 14:08:07 +0000 (0:00:00.015) 0:00:01.931 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 14:08:07 +0000 (0:00:00.013) 0:00:01.944 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 14:08:07 +0000 (0:00:00.012) 0:00:01.957 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003377", "end": "2024-01-06 14:08:07.579339", "rc": 0, "start": "2024-01-06 14:08:07.575962" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 14:08:07 +0000 (0:00:00.167) 0:00:02.124 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 14:08:07 +0000 (0:00:00.010) 0:00:02.135 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:5 Saturday 06 January 2024 14:08:07 +0000 (0:00:00.009) 0:00:02.144 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 14:08:07 +0000 (0:00:00.016) 0:00:02.161 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 14:08:07 +0000 (0:00:00.009) 0:00:02.170 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 14:08:07 +0000 (0:00:00.009) 0:00:02.180 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 14:08:07 +0000 (0:00:00.013) 0:00:02.193 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 14:08:07 +0000 (0:00:00.012) 0:00:02.206 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003487", "end": "2024-01-06 14:08:07.782888", "rc": 0, "start": "2024-01-06 14:08:07.779401" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 14:08:07 +0000 (0:00:00.121) 0:00:02.328 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 14:08:07 +0000 (0:00:00.011) 0:00:02.339 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 14:08:07 +0000 (0:00:00.010) 0:00:02.349 ****** 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-civz88ixoa/tests/tasks/manage_test_interface.yml:24 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.536) 0:00:02.885 ****** 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-civz88ixoa/tests/tasks/manage_test_interface.yml:33 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.019) 0:00:02.904 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:41 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.010) 0:00:02.915 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:48 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.010) 0:00:02.926 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:54 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.010) 0:00:02.936 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.010) 0:00:02.946 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:67 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.011) 0:00:02.958 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:9 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.009) 0:00:02.967 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.015) 0:00:02.983 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.011) 0:00:02.994 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003453", "end": "2024-01-06 14:08:08.572068", "rc": 0, "start": "2024-01-06 14:08:08.568615" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.123) 0:00:03.117 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.010) 0:00:03.128 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:11 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.010) 0:00:03.139 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/assert_device_absent.yml:3 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.015) 0:00:03.155 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.012) 0:00:03.168 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/assert_device_absent.yml:5 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.117) 0:00:03.285 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:14 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.011) 0:00:03.297 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.018) 0:00:03.315 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.009) 0:00:03.325 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.009) 0:00:03.334 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.014) 0:00:03.349 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.030) 0:00:03.380 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003376", "end": "2024-01-06 14:08:08.955150", "rc": 0, "start": "2024-01-06 14:08:08.951774" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.121) 0:00:03.501 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.010) 0:00:03.512 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 14:08:08 +0000 (0:00:00.010) 0:00:03.523 ****** 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-civz88ixoa/tests/tasks/manage_test_interface.yml:24 Saturday 06 January 2024 14:08:09 +0000 (0:00:00.431) 0:00:03.954 ****** 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.003648", "end": "2024-01-06 14:08:09.537627", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-06 14:08:09.533979" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.010024", "end": "2024-01-06 14:08:09.709032", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-06 14:08:09.699008" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003657", "end": "2024-01-06 14:08:09.840900", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-06 14:08:09.837243" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:33 Saturday 06 January 2024 14:08:09 +0000 (0:00:00.433) 0:00:04.387 ****** 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-civz88ixoa/tests/tasks/manage_test_interface.yml:41 Saturday 06 January 2024 14:08:09 +0000 (0:00:00.124) 0:00:04.512 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:48 Saturday 06 January 2024 14:08:09 +0000 (0:00:00.011) 0:00:04.524 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:54 Saturday 06 January 2024 14:08:09 +0000 (0:00:00.012) 0:00:04.536 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 14:08:09 +0000 (0:00:00.010) 0:00:04.546 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:67 Saturday 06 January 2024 14:08:09 +0000 (0:00:00.010) 0:00:04.556 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:18 Saturday 06 January 2024 14:08:09 +0000 (0:00:00.009) 0:00:04.566 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.018) 0:00:04.584 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.011) 0:00:04.596 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003481", "end": "2024-01-06 14:08:10.172465", "rc": 0, "start": "2024-01-06 14:08:10.168984" } STDOUT: eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.121) 0:00:04.718 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.010) 0:00:04.728 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:20 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.010) 0:00:04.739 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/assert_device_present.yml:3 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.019) 0:00:04.758 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.012) 0:00:04.771 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704550089.6780024, "block_size": 4096, "blocks": 0, "ctime": 1704550089.6570024, "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": 1704550089.6570024, "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-civz88ixoa/tests/tasks/assert_device_present.yml:5 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.120) 0:00:04.892 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:23 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.011) 0:00:04.904 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.020) 0:00:04.924 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.009) 0:00:04.934 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.010) 0:00:04.944 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.013) 0:00:04.957 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.012) 0:00:04.970 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003547", "end": "2024-01-06 14:08:10.547677", "rc": 0, "start": "2024-01-06 14:08:10.544130" } STDOUT: eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.124) 0:00:05.094 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.010) 0:00:05.105 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.010) 0:00:05.115 ****** 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-civz88ixoa/tests/tasks/manage_test_interface.yml:24 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.430) 0:00:05.546 ****** 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-civz88ixoa/tests/tasks/manage_test_interface.yml:33 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.018) 0:00:05.564 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:41 Saturday 06 January 2024 14:08:10 +0000 (0:00:00.010) 0:00:05.574 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.525725", "end": "2024-01-06 14:08:11.676757", "rc": 0, "start": "2024-01-06 14:08:11.151032" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:48 Saturday 06 January 2024 14:08:11 +0000 (0:00:00.649) 0:00:06.224 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:54 Saturday 06 January 2024 14:08:11 +0000 (0:00:00.010) 0:00:06.235 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 14:08:11 +0000 (0:00:00.010) 0:00:06.245 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:67 Saturday 06 January 2024 14:08:11 +0000 (0:00:00.010) 0:00:06.256 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:27 Saturday 06 January 2024 14:08:11 +0000 (0:00:00.009) 0:00:06.266 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 14:08:11 +0000 (0:00:00.021) 0:00:06.287 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 14:08:11 +0000 (0:00:00.012) 0:00:06.299 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003553", "end": "2024-01-06 14:08:11.875906", "rc": 0, "start": "2024-01-06 14:08:11.872353" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 14:08:11 +0000 (0:00:00.137) 0:00:06.436 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 14:08:11 +0000 (0:00:00.010) 0:00:06.447 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:29 Saturday 06 January 2024 14:08:11 +0000 (0:00:00.010) 0:00:06.458 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/assert_device_absent.yml:3 Saturday 06 January 2024 14:08:11 +0000 (0:00:00.021) 0:00:06.480 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 14:08:11 +0000 (0:00:00.012) 0:00:06.492 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/assert_device_absent.yml:5 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.117) 0:00:06.610 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tests_helpers_and_asserts.yml:15 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.011) 0:00:06.622 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:3 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.015) 0:00:06.637 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.012) 0:00:06.650 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.012) 0:00:06.662 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003450", "end": "2024-01-06 14:08:12.239409", "rc": 0, "start": "2024-01-06 14:08:12.235959" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.122) 0:00:06.785 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.011) 0:00:06.796 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:5 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.009) 0:00:06.805 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.014) 0:00:06.820 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.010) 0:00:06.830 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.009) 0:00:06.840 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.013) 0:00:06.853 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.012) 0:00:06.866 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003449", "end": "2024-01-06 14:08:12.445404", "rc": 0, "start": "2024-01-06 14:08:12.441955" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.125) 0:00:06.992 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.012) 0:00:07.004 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.010) 0:00:07.014 ****** 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-civz88ixoa/tests/tasks/manage_test_interface.yml:24 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.425) 0:00:07.440 ****** 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-civz88ixoa/tests/tasks/manage_test_interface.yml:33 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.019) 0:00:07.460 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:41 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.011) 0:00:07.472 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:48 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.010) 0:00:07.483 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:54 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.011) 0:00:07.494 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.012) 0:00:07.507 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:67 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.011) 0:00:07.518 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:9 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.011) 0:00:07.529 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.016) 0:00:07.546 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 14:08:12 +0000 (0:00:00.013) 0:00:07.560 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003497", "end": "2024-01-06 14:08:13.138465", "rc": 0, "start": "2024-01-06 14:08:13.134968" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.123) 0:00:07.683 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.011) 0:00:07.694 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:11 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.010) 0:00:07.705 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/assert_device_absent.yml:3 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.016) 0:00:07.721 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.014) 0:00:07.735 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/assert_device_absent.yml:5 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.119) 0:00:07.855 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:14 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.013) 0:00:07.868 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.018) 0:00:07.887 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.009) 0:00:07.897 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.009) 0:00:07.907 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.014) 0:00:07.921 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.013) 0:00:07.935 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003423", "end": "2024-01-06 14:08:13.516030", "rc": 0, "start": "2024-01-06 14:08:13.512607" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.125) 0:00:08.060 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.010) 0:00:08.071 ****** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.010) 0:00:08.082 ****** 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-civz88ixoa/tests/tasks/manage_test_interface.yml:24 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.439) 0:00:08.521 ****** 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-civz88ixoa/tests/tasks/manage_test_interface.yml:33 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.018) 0:00:08.539 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:41 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.010) 0:00:08.550 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:48 Saturday 06 January 2024 14:08:13 +0000 (0:00:00.011) 0:00:08.561 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.039004", "end": "2024-01-06 14:08:14.178372", "rc": 0, "start": "2024-01-06 14:08:14.139368" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:54 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.178) 0:00:08.739 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.011) 0:00:08.751 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:67 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.011) 0:00:08.763 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:18 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.009) 0:00:08.772 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.018) 0:00:08.791 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.011) 0:00:08.802 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003452", "end": "2024-01-06 14:08:14.379880", "rc": 0, "start": "2024-01-06 14:08:14.376428" } STDOUT: dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.121) 0:00:08.924 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.010) 0:00:08.934 ****** ok: [sut] => {} MSG: current_interfaces: ['dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:20 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.010) 0:00:08.945 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/assert_device_present.yml:3 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.018) 0:00:08.964 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.013) 0:00:08.978 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704550094.1790023, "block_size": 4096, "blocks": 0, "ctime": 1704550094.1790023, "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": 1704550094.1790023, "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-civz88ixoa/tests/tasks/assert_device_present.yml:5 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.122) 0:00:09.100 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:23 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.012) 0:00:09.112 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.020) 0:00:09.133 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.009) 0:00:09.143 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.009) 0:00:09.153 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.013) 0:00:09.166 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.012) 0:00:09.178 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003496", "end": "2024-01-06 14:08:14.755169", "rc": 0, "start": "2024-01-06 14:08:14.751673" } STDOUT: dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.122) 0:00:09.301 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.012) 0:00:09.313 ****** ok: [sut] => {} MSG: current_interfaces: ['dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 14:08:14 +0000 (0:00:00.012) 0:00:09.326 ****** 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-civz88ixoa/tests/tasks/manage_test_interface.yml:24 Saturday 06 January 2024 14:08:15 +0000 (0:00:00.426) 0:00:09.752 ****** 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-civz88ixoa/tests/tasks/manage_test_interface.yml:33 Saturday 06 January 2024 14:08:15 +0000 (0:00:00.018) 0:00:09.771 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:41 Saturday 06 January 2024 14:08:15 +0000 (0:00:00.011) 0:00:09.783 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:48 Saturday 06 January 2024 14:08:15 +0000 (0:00:00.012) 0:00:09.795 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:54 Saturday 06 January 2024 14:08:15 +0000 (0:00:00.010) 0:00:09.806 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.017829", "end": "2024-01-06 14:08:15.405541", "rc": 0, "start": "2024-01-06 14:08:15.387712" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 14:08:15 +0000 (0:00:00.147) 0:00:09.954 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:67 Saturday 06 January 2024 14:08:15 +0000 (0:00:00.011) 0:00:09.966 ****** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:27 Saturday 06 January 2024 14:08:15 +0000 (0:00:00.010) 0:00:09.976 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 14:08:15 +0000 (0:00:00.021) 0:00:09.998 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 14:08:15 +0000 (0:00:00.012) 0:00:10.011 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003393", "end": "2024-01-06 14:08:15.588125", "rc": 0, "start": "2024-01-06 14:08:15.584732" } STDOUT: dummy0 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 14:08:15 +0000 (0:00:00.121) 0:00:10.132 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy0", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 14:08:15 +0000 (0:00:00.010) 0:00:10.143 ****** ok: [sut] => {} MSG: current_interfaces: ['dummy0', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/create_and_remove_interface.yml:29 Saturday 06 January 2024 14:08:15 +0000 (0:00:00.010) 0:00:10.153 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/assert_device_absent.yml:3 Saturday 06 January 2024 14:08:15 +0000 (0:00:00.022) 0:00:10.176 ****** included: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 14:08:15 +0000 (0:00:00.012) 0:00:10.189 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-civz88ixoa/tests/tasks/assert_device_absent.yml:5 Saturday 06 January 2024 14:08:15 +0000 (0:00:00.119) 0:00:10.308 ****** 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 06 January 2024 14:08:15 +0000 (0:00:00.009) 0:00:10.317 ****** =============================================================================== Gathering Facts --------------------------------------------------------- 0.88s /WORKDIR/git-weekly-civz88ixoa/tests/tests_helpers_and_asserts.yml:3 ---------- Delete veth interface veth1298 ------------------------------------------ 0.65s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:41 ------- Install iproute --------------------------------------------------------- 0.54s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:16 ------- Enable EPEL 6 ----------------------------------------------------------- 0.44s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/enable_epel.yml:40 ----------------- Install iproute --------------------------------------------------------- 0.44s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:16 ------- Create veth interface veth1298 ------------------------------------------ 0.43s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:24 ------- Install iproute --------------------------------------------------------- 0.43s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.43s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.43s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.43s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:16 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.24s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.20s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/el_repo_setup.yml:19 --------------- Create dummy interface dummy1298 ---------------------------------------- 0.18s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:48 ------- Gather current interface info ------------------------------------------- 0.17s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.15s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.14s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.13s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.13s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.12s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/manage_test_interface.yml:33 ------- Gather current interface info ------------------------------------------- 0.12s /WORKDIR/git-weekly-civz88ixoa/tests/tasks/get_current_interfaces.yml:3 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---