# STDOUT: ---v---v---v---v---v--- ansible-playbook [core 2.16.0] config file = /etc/ansible/ansible.cfg configured module search path = ['/home/jenkins/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules'] ansible python module location = /opt/ansible-2.16/lib/python3.11/site-packages/ansible ansible collection location = /WORKDIR/git-weekly-cicrxcemln/.collection executable location = /opt/ansible-2.16/bin/ansible-playbook python version = 3.11.5 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] (/opt/ansible-2.16/bin/python) jinja version = 3.1.2 libyaml = True Using /etc/ansible/ansible.cfg as config file Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'default', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-weekly-cicrxcemln/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-cicrxcemln/tests/tests_helpers_and_asserts.yml:3 Saturday 06 January 2024 13:42:24 +0000 (0:00:00.035) 0:00:00.035 ****** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cicrxcemln/tests/tests_helpers_and_asserts.yml:6 Saturday 06 January 2024 13:42:25 +0000 (0:00:00.947) 0:00:00.982 ****** included: /WORKDIR/git-weekly-cicrxcemln/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-cicrxcemln/tests/tasks/el_repo_setup.yml:3 Saturday 06 January 2024 13:42:25 +0000 (0:00:00.012) 0:00:00.994 ****** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/el_repo_setup.yml:17 Saturday 06 January 2024 13:42:25 +0000 (0:00:00.420) 0:00:01.415 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/el_repo_setup.yml:22 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.286) 0:00:01.701 ****** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/el_repo_setup.yml:26 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.013) 0:00:01.715 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution == 'CentOS'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/el_repo_setup.yml:51 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.007) 0:00:01.722 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/enable_epel.yml:8 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.021) 0:00:01.744 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/enable_epel.yml:24 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.007) 0:00:01.752 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/enable_epel.yml:30 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.007) 0:00:01.759 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/enable_epel.yml:35 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.007) 0:00:01.767 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/enable_epel.yml:40 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.007) 0:00:01.774 ****** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution in ['RedHat', 'CentOS']", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tests_helpers_and_asserts.yml:9 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.007) 0:00:01.782 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:3 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.012) 0:00:01.794 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.010) 0:00:01.804 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.010) 0:00:01.815 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003650", "end": "2024-01-06 13:42:26.456909", "rc": 0, "start": "2024-01-06 13:42:26.453259" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.287) 0:00:02.102 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.010) 0:00:02.113 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:5 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.008) 0:00:02.122 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.013) 0:00:02.135 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.007) 0:00:02.143 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.007) 0:00:02.150 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.011) 0:00:02.161 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.009) 0:00:02.170 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003724", "end": "2024-01-06 13:42:26.756600", "rc": 0, "start": "2024-01-06 13:42:26.752876" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.233) 0:00:02.404 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.009) 0:00:02.414 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:42:26 +0000 (0:00:00.008) 0:00:02.423 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:42:28 +0000 (0:00:01.984) 0:00:04.408 ****** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:42:28 +0000 (0:00:00.014) 0:00:04.422 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:42:28 +0000 (0:00:00.008) 0:00:04.430 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:42:28 +0000 (0:00:00.008) 0:00:04.438 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:42:28 +0000 (0:00:00.007) 0:00:04.446 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:42:28 +0000 (0:00:00.007) 0:00:04.454 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:42:28 +0000 (0:00:00.007) 0:00:04.461 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:9 Saturday 06 January 2024 13:42:28 +0000 (0:00:00.007) 0:00:04.469 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:42:28 +0000 (0:00:00.012) 0:00:04.482 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:42:28 +0000 (0:00:00.009) 0:00:04.491 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003828", "end": "2024-01-06 13:42:29.078154", "rc": 0, "start": "2024-01-06 13:42:29.074326" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:42:29 +0000 (0:00:00.234) 0:00:04.726 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:42:29 +0000 (0:00:00.011) 0:00:04.737 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:11 Saturday 06 January 2024 13:42:29 +0000 (0:00:00.009) 0:00:04.746 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/assert_device_absent.yml:3 Saturday 06 January 2024 13:42:29 +0000 (0:00:00.014) 0:00:04.761 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:42:29 +0000 (0:00:00.010) 0:00:04.772 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/assert_device_absent.yml:5 Saturday 06 January 2024 13:42:29 +0000 (0:00:00.230) 0:00:05.002 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:14 Saturday 06 January 2024 13:42:29 +0000 (0:00:00.011) 0:00:05.013 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:42:29 +0000 (0:00:00.015) 0:00:05.029 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:42:29 +0000 (0:00:00.008) 0:00:05.037 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:42:29 +0000 (0:00:00.008) 0:00:05.046 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:42:29 +0000 (0:00:00.011) 0:00:05.058 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:42:29 +0000 (0:00:00.012) 0:00:05.070 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003703", "end": "2024-01-06 13:42:29.659711", "rc": 0, "start": "2024-01-06 13:42:29.656008" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:42:29 +0000 (0:00:00.241) 0:00:05.311 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:42:29 +0000 (0:00:00.033) 0:00:05.344 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:42:29 +0000 (0:00:00.013) 0:00:05.358 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:42:31 +0000 (0:00:01.871) 0:00:07.229 ****** 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.007757", "end": "2024-01-06 13:42:31.822115", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-01-06 13:42:31.814358" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004177", "end": "2024-01-06 13:42:32.112261", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-01-06 13:42:32.108084" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004204", "end": "2024-01-06 13:42:32.338500", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-01-06 13:42:32.334296" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:42:32 +0000 (0:00:00.758) 0:00:07.987 ****** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023699", "end": "2024-01-06 13:42:32.606316", "rc": 0, "start": "2024-01-06 13:42:32.582617" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:42:32 +0000 (0:00:00.281) 0:00:08.269 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:42:32 +0000 (0:00:00.009) 0:00:08.279 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:42:32 +0000 (0:00:00.015) 0:00:08.294 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:42:32 +0000 (0:00:00.015) 0:00:08.309 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:42:32 +0000 (0:00:00.015) 0:00:08.325 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:18 Saturday 06 January 2024 13:42:32 +0000 (0:00:00.012) 0:00:08.337 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:42:32 +0000 (0:00:00.024) 0:00:08.361 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:42:32 +0000 (0:00:00.013) 0:00:08.375 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003490", "end": "2024-01-06 13:42:32.960003", "rc": 0, "start": "2024-01-06 13:42:32.956513" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:42:32 +0000 (0:00:00.230) 0:00:08.605 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:42:32 +0000 (0:00:00.011) 0:00:08.616 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:20 Saturday 06 January 2024 13:42:33 +0000 (0:00:00.010) 0:00:08.626 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/assert_device_present.yml:3 Saturday 06 January 2024 13:42:33 +0000 (0:00:00.020) 0:00:08.647 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:42:33 +0000 (0:00:00.012) 0:00:08.659 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704548551.81863, "block_size": 4096, "blocks": 0, "ctime": 1704548551.81863, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31254, "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": 1704548551.81863, "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-cicrxcemln/tests/tasks/assert_device_present.yml:5 Saturday 06 January 2024 13:42:33 +0000 (0:00:00.231) 0:00:08.891 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:23 Saturday 06 January 2024 13:42:33 +0000 (0:00:00.010) 0:00:08.901 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:42:33 +0000 (0:00:00.019) 0:00:08.920 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:42:33 +0000 (0:00:00.008) 0:00:08.928 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:42:33 +0000 (0:00:00.009) 0:00:08.938 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:42:33 +0000 (0:00:00.011) 0:00:08.949 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:42:33 +0000 (0:00:00.009) 0:00:08.959 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003610", "end": "2024-01-06 13:42:33.543719", "rc": 0, "start": "2024-01-06 13:42:33.540109" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:42:33 +0000 (0:00:00.230) 0:00:09.189 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:42:33 +0000 (0:00:00.009) 0:00:09.199 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:42:33 +0000 (0:00:00.011) 0:00:09.211 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:42:35 +0000 (0:00:01.875) 0:00:11.087 ****** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add veth1298 type veth peer name peerveth1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerveth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:42:35 +0000 (0:00:00.014) 0:00:11.101 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:42:35 +0000 (0:00:00.007) 0:00:11.109 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.009331", "end": "2024-01-06 13:42:35.704410", "rc": 0, "start": "2024-01-06 13:42:35.695079" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:42:35 +0000 (0:00:00.255) 0:00:11.364 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:42:35 +0000 (0:00:00.013) 0:00:11.378 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:42:35 +0000 (0:00:00.012) 0:00:11.391 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:42:35 +0000 (0:00:00.011) 0:00:11.402 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:27 Saturday 06 January 2024 13:42:35 +0000 (0:00:00.010) 0:00:11.413 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:42:35 +0000 (0:00:00.019) 0:00:11.433 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:42:35 +0000 (0:00:00.022) 0:00:11.455 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003692", "end": "2024-01-06 13:42:36.056877", "rc": 0, "start": "2024-01-06 13:42:36.053185" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.257) 0:00:11.713 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.010) 0:00:11.723 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:29 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.011) 0:00:11.735 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/assert_device_absent.yml:3 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.019) 0:00:11.754 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.012) 0:00:11.767 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/assert_device_absent.yml:5 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.229) 0:00:11.997 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tests_helpers_and_asserts.yml:15 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.010) 0:00:12.007 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:3 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.012) 0:00:12.020 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.010) 0:00:12.030 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.009) 0:00:12.039 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003621", "end": "2024-01-06 13:42:36.623750", "rc": 0, "start": "2024-01-06 13:42:36.620129" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.231) 0:00:12.270 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.010) 0:00:12.281 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:5 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.009) 0:00:12.290 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.013) 0:00:12.303 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.007) 0:00:12.311 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.007) 0:00:12.319 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.011) 0:00:12.330 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.011) 0:00:12.342 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003661", "end": "2024-01-06 13:42:36.930873", "rc": 0, "start": "2024-01-06 13:42:36.927212" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.235) 0:00:12.577 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.010) 0:00:12.587 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:42:36 +0000 (0:00:00.008) 0:00:12.596 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:42:38 +0000 (0:00:01.863) 0:00:14.459 ****** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:42:38 +0000 (0:00:00.014) 0:00:14.474 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:42:38 +0000 (0:00:00.009) 0:00:14.483 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:42:38 +0000 (0:00:00.008) 0:00:14.491 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:42:38 +0000 (0:00:00.008) 0:00:14.500 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:42:38 +0000 (0:00:00.008) 0:00:14.508 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:42:38 +0000 (0:00:00.007) 0:00:14.516 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:9 Saturday 06 January 2024 13:42:38 +0000 (0:00:00.007) 0:00:14.523 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:42:38 +0000 (0:00:00.012) 0:00:14.536 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:42:38 +0000 (0:00:00.010) 0:00:14.546 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003426", "end": "2024-01-06 13:42:39.134018", "rc": 0, "start": "2024-01-06 13:42:39.130592" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:42:39 +0000 (0:00:00.233) 0:00:14.780 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:42:39 +0000 (0:00:00.010) 0:00:14.790 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:11 Saturday 06 January 2024 13:42:39 +0000 (0:00:00.008) 0:00:14.799 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/assert_device_absent.yml:3 Saturday 06 January 2024 13:42:39 +0000 (0:00:00.013) 0:00:14.812 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:42:39 +0000 (0:00:00.009) 0:00:14.822 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/assert_device_absent.yml:5 Saturday 06 January 2024 13:42:39 +0000 (0:00:00.227) 0:00:15.050 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:14 Saturday 06 January 2024 13:42:39 +0000 (0:00:00.010) 0:00:15.060 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:42:39 +0000 (0:00:00.015) 0:00:15.076 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:42:39 +0000 (0:00:00.007) 0:00:15.083 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:42:39 +0000 (0:00:00.007) 0:00:15.091 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:42:39 +0000 (0:00:00.011) 0:00:15.102 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:42:39 +0000 (0:00:00.009) 0:00:15.111 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003731", "end": "2024-01-06 13:42:39.697525", "rc": 0, "start": "2024-01-06 13:42:39.693794" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:42:39 +0000 (0:00:00.231) 0:00:15.343 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:42:39 +0000 (0:00:00.010) 0:00:15.353 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:42:39 +0000 (0:00:00.008) 0:00:15.362 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:42:41 +0000 (0:00:01.863) 0:00:17.225 ****** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:42:41 +0000 (0:00:00.016) 0:00:17.241 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:42:41 +0000 (0:00:00.010) 0:00:17.252 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:42:41 +0000 (0:00:00.008) 0:00:17.260 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.062234", "end": "2024-01-06 13:42:41.906911", "rc": 0, "start": "2024-01-06 13:42:41.844677" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:42:41 +0000 (0:00:00.318) 0:00:17.579 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:42:41 +0000 (0:00:00.029) 0:00:17.608 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:42:41 +0000 (0:00:00.010) 0:00:17.619 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:18 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.009) 0:00:17.628 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.018) 0:00:17.646 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.009) 0:00:17.656 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003596", "end": "2024-01-06 13:42:42.244081", "rc": 0, "start": "2024-01-06 13:42:42.240485" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.235) 0:00:17.891 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.010) 0:00:17.901 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:20 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.008) 0:00:17.910 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/assert_device_present.yml:3 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.016) 0:00:17.926 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.010) 0:00:17.936 ****** ok: [sut] => { "changed": false, "stat": { "atime": 1704548561.905069, "block_size": 4096, "blocks": 0, "ctime": 1704548561.905069, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 31586, "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": 1704548561.905069, "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-cicrxcemln/tests/tasks/assert_device_present.yml:5 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.232) 0:00:18.169 ****** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:23 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.011) 0:00:18.181 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:3 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.021) 0:00:18.202 ****** skipping: [sut] => { "changed": false, "false_condition": "state not in [\"present\", \"absent\"]", "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:8 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.010) 0:00:18.212 ****** skipping: [sut] => { "changed": false, "false_condition": "type not in [\"dummy\", \"tap\", \"veth\"]", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:13 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.009) 0:00:18.222 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.012) 0:00:18.234 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.011) 0:00:18.246 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003708", "end": "2024-01-06 13:42:42.833951", "rc": 0, "start": "2024-01-06 13:42:42.830243" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.233) 0:00:18.480 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.009) 0:00:18.490 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:16 Saturday 06 January 2024 13:42:42 +0000 (0:00:00.009) 0:00:18.500 ****** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:23 Saturday 06 January 2024 13:42:44 +0000 (0:00:01.869) 0:00:20.370 ****** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link add dummy1298 type veth peer name peerdummy1298", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set peerdummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set peerdummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => (item=ip link set dummy1298 up) => { "ansible_loop_var": "item", "changed": false, "false_condition": "type == 'veth' and state == 'present' and interface not in current_interfaces", "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } skipping: [sut] => { "changed": false } MSG: All items skipped TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:31 Saturday 06 January 2024 13:42:44 +0000 (0:00:00.015) 0:00:20.385 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'present'", "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:39 Saturday 06 January 2024 13:42:44 +0000 (0:00:00.008) 0:00:20.393 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'veth' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:45 Saturday 06 January 2024 13:42:44 +0000 (0:00:00.009) 0:00:20.403 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'dummy' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:50 Saturday 06 January 2024 13:42:44 +0000 (0:00:00.009) 0:00:20.412 ****** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.019807", "end": "2024-01-06 13:42:45.025771", "rc": 0, "start": "2024-01-06 13:42:45.005964" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:56 Saturday 06 January 2024 13:42:45 +0000 (0:00:00.262) 0:00:20.675 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'present' and interface not in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:61 Saturday 06 January 2024 13:42:45 +0000 (0:00:00.009) 0:00:20.685 ****** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:27 Saturday 06 January 2024 13:42:45 +0000 (0:00:00.007) 0:00:20.693 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:3 Saturday 06 January 2024 13:42:45 +0000 (0:00:00.020) 0:00:20.713 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 Saturday 06 January 2024 13:42:45 +0000 (0:00:00.012) 0:00:20.726 ****** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004899", "end": "2024-01-06 13:42:46.342972", "rc": 0, "start": "2024-01-06 13:42:45.338073" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:9 Saturday 06 January 2024 13:42:46 +0000 (0:00:01.283) 0:00:22.009 ****** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/show_interfaces.yml:5 Saturday 06 January 2024 13:42:46 +0000 (0:00:00.010) 0:00:22.019 ****** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/create_and_remove_interface.yml:29 Saturday 06 January 2024 13:42:46 +0000 (0:00:00.008) 0:00:22.028 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/assert_device_absent.yml:3 Saturday 06 January 2024 13:42:46 +0000 (0:00:00.019) 0:00:22.048 ****** included: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_interface_stat.yml:3 Saturday 06 January 2024 13:42:46 +0000 (0:00:00.010) 0:00:22.058 ****** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cicrxcemln/tests/tasks/assert_device_absent.yml:5 Saturday 06 January 2024 13:42:46 +0000 (0:00:00.226) 0:00:22.285 ****** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=119 changed=0 unreachable=0 failed=0 skipped=55 rescued=0 ignored=0 Saturday 06 January 2024 13:42:46 +0000 (0:00:00.015) 0:00:22.300 ****** =============================================================================== Install iproute --------------------------------------------------------- 1.98s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.88s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.87s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.87s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.86s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 1.86s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:16 ------- Gather current interface info ------------------------------------------- 1.28s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 ------- Gathering Facts --------------------------------------------------------- 0.95s /WORKDIR/git-weekly-cicrxcemln/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.76s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:23 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.42s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/el_repo_setup.yml:3 ---------------- Create dummy interface dummy1298 ---------------------------------------- 0.32s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:45 ------- Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/el_repo_setup.yml:17 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.28s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:31 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:50 ------- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 ------- Delete veth interface veth1298 ------------------------------------------ 0.26s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/manage_test_interface.yml:39 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-cicrxcemln/tests/tasks/get_current_interfaces.yml:3 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- [DEPRECATION WARNING]: ANSIBLE_COLLECTIONS_PATHS option, does not fit var naming standard, use the singular form ANSIBLE_COLLECTIONS_PATH instead. This feature will be removed from ansible-core in version 2.19. Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg. ---^---^---^---^---^---