# 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-bond_options_rewrite5p1p0b5b/tests/tests_helpers_and_asserts.yml PLAY [Check that creating and removing test devices and assertions work] ******* TASK [Gathering Facts] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tests_helpers_and_asserts.yml:3 Wednesday 14 February 2024 21:53:46 +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-bond_options_rewrite5p1p0b5b/tests/tests_helpers_and_asserts.yml:6 Wednesday 14 February 2024 21:53:47 +0000 (0:00:00.936) 0:00:00.949 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/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-bond_options_rewrite5p1p0b5b/tests/tasks/el_repo_setup.yml:3 Wednesday 14 February 2024 21:53:47 +0000 (0:00:00.023) 0:00:00.973 **** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/el_repo_setup.yml:19 Wednesday 14 February 2024 21:53:47 +0000 (0:00:00.224) 0:00:01.198 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/el_repo_setup.yml:24 Wednesday 14 February 2024 21:53:47 +0000 (0:00:00.190) 0:00:01.388 **** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/el_repo_setup.yml:28 Wednesday 14 February 2024 21:53:47 +0000 (0:00:00.021) 0:00:01.409 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/el_repo_setup.yml:53 Wednesday 14 February 2024 21:53:47 +0000 (0:00:00.018) 0:00:01.428 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 6] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/enable_epel.yml:8 Wednesday 14 February 2024 21:53:47 +0000 (0:00:00.033) 0:00:01.461 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/enable_epel.yml:24 Wednesday 14 February 2024 21:53:47 +0000 (0:00:00.013) 0:00:01.474 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/enable_epel.yml:30 Wednesday 14 February 2024 21:53:47 +0000 (0:00:00.010) 0:00:01.485 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/enable_epel.yml:35 Wednesday 14 February 2024 21:53:47 +0000 (0:00:00.010) 0:00:01.495 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/enable_epel.yml:40 Wednesday 14 February 2024 21:53:47 +0000 (0:00:00.010) 0:00:01.506 **** 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-bond_options_rewrite5p1p0b5b/tests/tests_helpers_and_asserts.yml:9 Wednesday 14 February 2024 21:53:47 +0000 (0:00:00.420) 0:00:01.926 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:3 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.015) 0:00:01.942 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.013) 0:00:01.955 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.012) 0:00:01.968 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002940", "end": "2024-02-14 21:53:48.189491", "rc": 0, "start": "2024-02-14 21:53:48.186551" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.160) 0:00:02.128 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.011) 0:00:02.140 **** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:5 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.010) 0:00:02.151 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:3 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.016) 0:00:02.167 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:8 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.009) 0:00:02.177 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:13 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.009) 0:00:02.187 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.013) 0:00:02.201 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.013) 0:00:02.214 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003067", "end": "2024-02-14 21:53:48.387782", "rc": 0, "start": "2024-02-14 21:53:48.384715" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.113) 0:00:02.327 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.011) 0:00:02.338 **** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:16 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.010) 0:00:02.349 **** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:28 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.507) 0:00:02.857 **** 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-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:37 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.018) 0:00:02.875 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:45 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.010) 0:00:02.885 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:52 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.010) 0:00:02.896 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:58 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.011) 0:00:02.907 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:65 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.010) 0:00:02.917 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:71 Wednesday 14 February 2024 21:53:48 +0000 (0:00:00.011) 0:00:02.929 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:9 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.009) 0:00:02.938 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.015) 0:00:02.954 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.012) 0:00:02.966 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002933", "end": "2024-02-14 21:53:49.146109", "rc": 0, "start": "2024-02-14 21:53:49.143176" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.119) 0:00:03.085 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.011) 0:00:03.096 **** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:11 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.010) 0:00:03.107 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_absent.yml:3 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.015) 0:00:03.123 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_interface_stat.yml:3 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.013) 0:00:03.136 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_absent.yml:5 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.110) 0:00:03.246 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:14 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.013) 0:00:03.260 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:3 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.018) 0:00:03.278 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:8 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.010) 0:00:03.289 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:13 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.013) 0:00:03.303 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.015) 0:00:03.318 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.028) 0:00:03.347 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002968", "end": "2024-02-14 21:53:49.522955", "rc": 0, "start": "2024-02-14 21:53:49.519987" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.115) 0:00:03.462 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.010) 0:00:03.473 **** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:16 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.010) 0:00:03.484 **** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:28 Wednesday 14 February 2024 21:53:49 +0000 (0:00:00.398) 0:00:03.882 **** 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.003191", "end": "2024-02-14 21:53:50.065588", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-14 21:53:50.062397" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.005365", "end": "2024-02-14 21:53:50.227886", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-14 21:53:50.222521" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003350", "end": "2024-02-14 21:53:50.343436", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-14 21:53:50.340086" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:37 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.401) 0:00:04.284 **** 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-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:45 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.119) 0:00:04.404 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:52 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.011) 0:00:04.416 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:58 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.011) 0:00:04.427 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:65 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.011) 0:00:04.439 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:71 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.012) 0:00:04.452 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:18 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.010) 0:00:04.462 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.018) 0:00:04.481 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.012) 0:00:04.493 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003174", "end": "2024-02-14 21:53:50.668745", "rc": 0, "start": "2024-02-14 21:53:50.665571" } STDOUT: eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.115) 0:00:04.608 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.012) 0:00:04.621 **** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:20 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.010) 0:00:04.631 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_present.yml:3 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.019) 0:00:04.650 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_interface_stat.yml:3 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.012) 0:00:04.663 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707947630.110385, "block_size": 4096, "blocks": 0, "ctime": 1707947630.081385, "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": 1707947630.081385, "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-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_present.yml:5 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.115) 0:00:04.779 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:23 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.013) 0:00:04.792 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:3 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.020) 0:00:04.813 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:8 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.009) 0:00:04.822 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:13 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.010) 0:00:04.833 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.014) 0:00:04.847 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:53:50 +0000 (0:00:00.012) 0:00:04.860 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003049", "end": "2024-02-14 21:53:51.037085", "rc": 0, "start": "2024-02-14 21:53:51.034036" } STDOUT: eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:53:51 +0000 (0:00:00.115) 0:00:04.976 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:53:51 +0000 (0:00:00.012) 0:00:04.988 **** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:16 Wednesday 14 February 2024 21:53:51 +0000 (0:00:00.010) 0:00:04.999 **** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:28 Wednesday 14 February 2024 21:53:51 +0000 (0:00:00.397) 0:00:05.396 **** 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-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:37 Wednesday 14 February 2024 21:53:51 +0000 (0:00:00.018) 0:00:05.414 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:45 Wednesday 14 February 2024 21:53:51 +0000 (0:00:00.010) 0:00:05.425 **** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.528324", "end": "2024-02-14 21:53:52.127568", "rc": 0, "start": "2024-02-14 21:53:51.599244" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:52 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.644) 0:00:06.069 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:58 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.011) 0:00:06.081 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:65 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.011) 0:00:06.093 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:71 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.011) 0:00:06.104 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:27 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.010) 0:00:06.115 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.021) 0:00:06.137 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.026) 0:00:06.163 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002897", "end": "2024-02-14 21:53:52.337679", "rc": 0, "start": "2024-02-14 21:53:52.334782" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.113) 0:00:06.276 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.012) 0:00:06.288 **** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:29 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.010) 0:00:06.299 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_absent.yml:3 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.022) 0:00:06.321 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_interface_stat.yml:3 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.012) 0:00:06.334 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_absent.yml:5 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.109) 0:00:06.444 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tests_helpers_and_asserts.yml:15 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.013) 0:00:06.457 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:3 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.017) 0:00:06.475 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.014) 0:00:06.489 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.012) 0:00:06.501 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002967", "end": "2024-02-14 21:53:52.677191", "rc": 0, "start": "2024-02-14 21:53:52.674224" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.115) 0:00:06.616 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.011) 0:00:06.628 **** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:5 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.010) 0:00:06.639 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:3 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.014) 0:00:06.654 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:8 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.009) 0:00:06.663 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:13 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.009) 0:00:06.673 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.014) 0:00:06.687 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.013) 0:00:06.701 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002999", "end": "2024-02-14 21:53:52.875818", "rc": 0, "start": "2024-02-14 21:53:52.872819" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.114) 0:00:06.815 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.011) 0:00:06.827 **** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:16 Wednesday 14 February 2024 21:53:52 +0000 (0:00:00.010) 0:00:06.838 **** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:28 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.407) 0:00:07.245 **** 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-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:37 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.019) 0:00:07.265 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:45 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.011) 0:00:07.276 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:52 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.011) 0:00:07.287 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:58 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.011) 0:00:07.299 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:65 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.011) 0:00:07.311 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:71 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.011) 0:00:07.323 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:9 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.010) 0:00:07.333 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.017) 0:00:07.351 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.012) 0:00:07.363 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002964", "end": "2024-02-14 21:53:53.538070", "rc": 0, "start": "2024-02-14 21:53:53.535106" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.113) 0:00:07.477 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.011) 0:00:07.489 **** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:11 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.011) 0:00:07.500 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_absent.yml:3 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.015) 0:00:07.516 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_interface_stat.yml:3 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.012) 0:00:07.529 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_absent.yml:5 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.111) 0:00:07.640 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:14 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.014) 0:00:07.655 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:3 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.017) 0:00:07.673 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:8 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.009) 0:00:07.683 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:13 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.009) 0:00:07.693 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.013) 0:00:07.707 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.014) 0:00:07.721 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003117", "end": "2024-02-14 21:53:53.898218", "rc": 0, "start": "2024-02-14 21:53:53.895101" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.116) 0:00:07.837 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.012) 0:00:07.850 **** ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:16 Wednesday 14 February 2024 21:53:53 +0000 (0:00:00.010) 0:00:07.861 **** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:28 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.400) 0:00:08.261 **** 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-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:37 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.019) 0:00:08.280 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:45 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.011) 0:00:08.291 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:52 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.011) 0:00:08.303 **** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.033465", "end": "2024-02-14 21:53:54.512459", "rc": 0, "start": "2024-02-14 21:53:54.478994" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:58 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.154) 0:00:08.458 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:65 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.012) 0:00:08.470 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:71 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.011) 0:00:08.481 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:18 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.011) 0:00:08.493 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.018) 0:00:08.511 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.013) 0:00:08.525 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003019", "end": "2024-02-14 21:53:54.706691", "rc": 0, "start": "2024-02-14 21:53:54.703672" } STDOUT: dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.121) 0:00:08.646 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.010) 0:00:08.657 **** ok: [sut] => {} MSG: current_interfaces: ['dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:20 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.009) 0:00:08.667 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_present.yml:3 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.018) 0:00:08.686 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_interface_stat.yml:3 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.013) 0:00:08.699 **** ok: [sut] => { "changed": false, "stat": { "atime": 1707947634.512385, "block_size": 4096, "blocks": 0, "ctime": 1707947634.512385, "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": 1707947634.512385, "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-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_present.yml:5 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.113) 0:00:08.813 **** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:23 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.013) 0:00:08.826 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:3 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.021) 0:00:08.847 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:8 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.009) 0:00:08.857 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:13 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.009) 0:00:08.866 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.014) 0:00:08.881 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:53:54 +0000 (0:00:00.012) 0:00:08.893 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002906", "end": "2024-02-14 21:53:55.067329", "rc": 0, "start": "2024-02-14 21:53:55.064423" } STDOUT: dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.111) 0:00:09.005 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.010) 0:00:09.016 **** ok: [sut] => {} MSG: current_interfaces: ['dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:16 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.010) 0:00:09.027 **** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-2.6.32-57.el6.x86_64 providing iproute is already installed" ] } TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:28 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.393) 0:00:09.420 **** 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-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:37 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.018) 0:00:09.439 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:45 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.011) 0:00:09.450 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:52 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.012) 0:00:09.462 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:58 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.011) 0:00:09.474 **** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.016013", "end": "2024-02-14 21:53:55.668400", "rc": 0, "start": "2024-02-14 21:53:55.652387" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:65 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.136) 0:00:09.611 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:71 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.012) 0:00:09.623 **** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:27 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.010) 0:00:09.634 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:3 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.021) 0:00:09.655 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.012) 0:00:09.668 **** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.002932", "end": "2024-02-14 21:53:55.842087", "rc": 0, "start": "2024-02-14 21:53:55.839155" } STDOUT: dummy0 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:9 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.112) 0:00:09.780 **** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy0", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/show_interfaces.yml:5 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.012) 0:00:09.793 **** ok: [sut] => {} MSG: current_interfaces: ['dummy0', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/create_and_remove_interface.yml:29 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.010) 0:00:09.804 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_absent.yml:3 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.021) 0:00:09.826 **** included: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_interface_stat.yml:3 Wednesday 14 February 2024 21:53:55 +0000 (0:00:00.013) 0:00:09.840 **** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/assert_device_absent.yml:5 Wednesday 14 February 2024 21:53:56 +0000 (0:00:00.110) 0:00:09.950 **** 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 Wednesday 14 February 2024 21:53:56 +0000 (0:00:00.010) 0:00:09.960 **** =============================================================================== Gathering Facts --------------------------------------------------------- 0.94s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tests_helpers_and_asserts.yml:3 Delete veth interface veth1298 ------------------------------------------ 0.64s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:45 Install iproute --------------------------------------------------------- 0.51s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:16 Enable EPEL 6 ----------------------------------------------------------- 0.42s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/enable_epel.yml:40 ------ Install iproute --------------------------------------------------------- 0.41s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:16 Create veth interface veth1298 ------------------------------------------ 0.40s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:28 Install iproute --------------------------------------------------------- 0.40s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.40s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.40s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:16 Install iproute --------------------------------------------------------- 0.39s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:16 Gather the minimum subset of ansible_facts required by the network role test --- 0.22s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/el_repo_setup.yml:3 ----- Check if system is ostree ----------------------------------------------- 0.19s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/el_repo_setup.yml:19 ---- Gather current interface info ------------------------------------------- 0.16s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Create dummy interface dummy1298 ---------------------------------------- 0.15s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:52 Delete dummy interface dummy1298 ---------------------------------------- 0.14s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:58 Gather current interface info ------------------------------------------- 0.12s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Set up veth as managed by NetworkManager -------------------------------- 0.12s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/manage_test_interface.yml:37 Gather current interface info ------------------------------------------- 0.12s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.12s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 Gather current interface info ------------------------------------------- 0.12s /WORKDIR/git-bond_options_rewrite5p1p0b5b/tests/tasks/get_current_interfaces.yml:3 ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---