# 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-cioeafc182/.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-cioeafc182/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-cioeafc182/tests/tests_helpers_and_asserts.yml:3 Saturday 20 April 2024 16:32:57 +0000 (0:00:00.035) 0:00:00.035 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-cioeafc182/tests/tests_helpers_and_asserts.yml:6 Saturday 20 April 2024 16:32:58 +0000 (0:00:01.052) 0:00:01.088 ******** included: /WORKDIR/git-weekly-cioeafc182/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-cioeafc182/tests/tasks/el_repo_setup.yml:3 Saturday 20 April 2024 16:32:58 +0000 (0:00:00.025) 0:00:01.113 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/el_repo_setup.yml:17 Saturday 20 April 2024 16:32:58 +0000 (0:00:00.444) 0:00:01.558 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/el_repo_setup.yml:22 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.288) 0:00:01.846 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/el_repo_setup.yml:26 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.026) 0:00:01.872 ******** 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-cioeafc182/tests/tasks/el_repo_setup.yml:51 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.010) 0:00:01.883 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/enable_epel.yml:8 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.045) 0:00:01.928 ******** 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-cioeafc182/tests/tasks/enable_epel.yml:24 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.012) 0:00:01.941 ******** 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-cioeafc182/tests/tasks/enable_epel.yml:30 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.017) 0:00:01.958 ******** 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-cioeafc182/tests/tasks/enable_epel.yml:35 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.016) 0:00:01.975 ******** 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-cioeafc182/tests/tasks/enable_epel.yml:40 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.007) 0:00:01.983 ******** 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-cioeafc182/tests/tests_helpers_and_asserts.yml:9 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.009) 0:00:01.992 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/create_and_remove_interface.yml:3 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.012) 0:00:02.004 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.010) 0:00:02.015 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.009) 0:00:02.025 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003676", "end": "2024-04-20 16:32:59.458713", "rc": 0, "start": "2024-04-20 16:32:59.455037" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.295) 0:00:02.320 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.011) 0:00:02.332 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/create_and_remove_interface.yml:5 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.018) 0:00:02.350 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:3 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.014) 0:00:02.365 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:8 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.009) 0:00:02.374 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:13 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.007) 0:00:02.382 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.011) 0:00:02.393 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.010) 0:00:02.403 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003861", "end": "2024-04-20 16:32:59.774567", "rc": 0, "start": "2024-04-20 16:32:59.770706" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.232) 0:00:02.635 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.011) 0:00:02.647 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:16 Saturday 20 April 2024 16:32:59 +0000 (0:00:00.008) 0:00:02.655 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:27 Saturday 20 April 2024 16:33:02 +0000 (0:00:02.270) 0:00:04.926 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:35 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.013) 0:00:04.940 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:43 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.008) 0:00:04.948 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:49 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.008) 0:00:04.956 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:54 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.009) 0:00:04.965 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:60 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.007) 0:00:04.973 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:65 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.007) 0:00:04.981 ******** 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-cioeafc182/tests/tasks/create_and_remove_interface.yml:9 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.007) 0:00:04.989 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.013) 0:00:05.002 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.009) 0:00:05.011 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003956", "end": "2024-04-20 16:33:02.382520", "rc": 0, "start": "2024-04-20 16:33:02.378564" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.238) 0:00:05.250 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.015) 0:00:05.265 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/create_and_remove_interface.yml:11 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.017) 0:00:05.283 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/assert_device_absent.yml:3 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.024) 0:00:05.308 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_interface_stat.yml:3 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.011) 0:00:05.320 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/assert_device_absent.yml:5 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.261) 0:00:05.581 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/create_and_remove_interface.yml:14 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.012) 0:00:05.593 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:3 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.017) 0:00:05.611 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:8 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.012) 0:00:05.623 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:13 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.010) 0:00:05.633 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.021) 0:00:05.654 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:33:02 +0000 (0:00:00.012) 0:00:05.667 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003748", "end": "2024-04-20 16:33:03.045182", "rc": 0, "start": "2024-04-20 16:33:03.041434" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:33:03 +0000 (0:00:00.240) 0:00:05.908 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:33:03 +0000 (0:00:00.011) 0:00:05.919 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:16 Saturday 20 April 2024 16:33:03 +0000 (0:00:00.009) 0:00:05.929 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:27 Saturday 20 April 2024 16:33:05 +0000 (0:00:02.173) 0:00:08.102 ******** 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.009365", "end": "2024-04-20 16:33:05.525976", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-04-20 16:33:05.516611" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004186", "end": "2024-04-20 16:33:05.812514", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-04-20 16:33:05.808328" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004011", "end": "2024-04-20 16:33:06.057311", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-04-20 16:33:06.053300" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:35 Saturday 20 April 2024 16:33:06 +0000 (0:00:00.838) 0:00:08.941 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.020951", "end": "2024-04-20 16:33:06.361443", "rc": 0, "start": "2024-04-20 16:33:06.340492" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:43 Saturday 20 April 2024 16:33:06 +0000 (0:00:00.290) 0:00:09.231 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:49 Saturday 20 April 2024 16:33:06 +0000 (0:00:00.011) 0:00:09.243 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:54 Saturday 20 April 2024 16:33:06 +0000 (0:00:00.029) 0:00:09.272 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:60 Saturday 20 April 2024 16:33:06 +0000 (0:00:00.013) 0:00:09.285 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:65 Saturday 20 April 2024 16:33:06 +0000 (0:00:00.029) 0:00:09.315 ******** 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-cioeafc182/tests/tasks/create_and_remove_interface.yml:18 Saturday 20 April 2024 16:33:06 +0000 (0:00:00.011) 0:00:09.326 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:33:06 +0000 (0:00:00.030) 0:00:09.356 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:33:06 +0000 (0:00:00.015) 0:00:09.372 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003783", "end": "2024-04-20 16:33:06.744591", "rc": 0, "start": "2024-04-20 16:33:06.740808" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:33:06 +0000 (0:00:00.234) 0:00:09.606 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:33:06 +0000 (0:00:00.011) 0:00:09.618 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/create_and_remove_interface.yml:20 Saturday 20 April 2024 16:33:06 +0000 (0:00:00.009) 0:00:09.627 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/assert_device_present.yml:3 Saturday 20 April 2024 16:33:06 +0000 (0:00:00.016) 0:00:09.643 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_interface_stat.yml:3 Saturday 20 April 2024 16:33:06 +0000 (0:00:00.009) 0:00:09.653 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713630785.5206234, "block_size": 4096, "blocks": 0, "ctime": 1713630785.5206234, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 36678, "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": 1713630785.5206234, "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-cioeafc182/tests/tasks/assert_device_present.yml:5 Saturday 20 April 2024 16:33:07 +0000 (0:00:00.228) 0:00:09.881 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/create_and_remove_interface.yml:23 Saturday 20 April 2024 16:33:07 +0000 (0:00:00.010) 0:00:09.892 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:3 Saturday 20 April 2024 16:33:07 +0000 (0:00:00.018) 0:00:09.910 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:8 Saturday 20 April 2024 16:33:07 +0000 (0:00:00.007) 0:00:09.918 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:13 Saturday 20 April 2024 16:33:07 +0000 (0:00:00.007) 0:00:09.925 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:33:07 +0000 (0:00:00.011) 0:00:09.936 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:33:07 +0000 (0:00:00.011) 0:00:09.947 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003768", "end": "2024-04-20 16:33:07.318576", "rc": 0, "start": "2024-04-20 16:33:07.314808" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:33:07 +0000 (0:00:00.232) 0:00:10.180 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:33:07 +0000 (0:00:00.011) 0:00:10.191 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:16 Saturday 20 April 2024 16:33:07 +0000 (0:00:00.011) 0:00:10.202 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:27 Saturday 20 April 2024 16:33:09 +0000 (0:00:02.185) 0:00:12.387 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:35 Saturday 20 April 2024 16:33:09 +0000 (0:00:00.015) 0:00:12.403 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:43 Saturday 20 April 2024 16:33:09 +0000 (0:00:00.011) 0:00:12.415 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.015892", "end": "2024-04-20 16:33:09.810689", "rc": 0, "start": "2024-04-20 16:33:09.794797" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:49 Saturday 20 April 2024 16:33:09 +0000 (0:00:00.272) 0:00:12.688 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:54 Saturday 20 April 2024 16:33:09 +0000 (0:00:00.015) 0:00:12.703 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:60 Saturday 20 April 2024 16:33:09 +0000 (0:00:00.010) 0:00:12.714 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:65 Saturday 20 April 2024 16:33:09 +0000 (0:00:00.013) 0:00:12.727 ******** 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-cioeafc182/tests/tasks/create_and_remove_interface.yml:27 Saturday 20 April 2024 16:33:09 +0000 (0:00:00.014) 0:00:12.742 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:33:09 +0000 (0:00:00.028) 0:00:12.771 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:33:09 +0000 (0:00:00.015) 0:00:12.787 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003787", "end": "2024-04-20 16:33:10.164032", "rc": 0, "start": "2024-04-20 16:33:10.160245" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.240) 0:00:13.027 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.015) 0:00:13.043 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/create_and_remove_interface.yml:29 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.014) 0:00:13.057 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/assert_device_absent.yml:3 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.030) 0:00:13.087 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_interface_stat.yml:3 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.023) 0:00:13.111 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/assert_device_absent.yml:5 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.249) 0:00:13.361 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tests_helpers_and_asserts.yml:15 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.018) 0:00:13.379 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/create_and_remove_interface.yml:3 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.017) 0:00:13.397 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.026) 0:00:13.423 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.032) 0:00:13.455 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003852", "end": "2024-04-20 16:33:10.830968", "rc": 0, "start": "2024-04-20 16:33:10.827116" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.242) 0:00:13.698 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.013) 0:00:13.712 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/create_and_remove_interface.yml:5 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.016) 0:00:13.728 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:3 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.015) 0:00:13.744 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:8 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.016) 0:00:13.760 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:13 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.008) 0:00:13.769 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.013) 0:00:13.782 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:33:10 +0000 (0:00:00.010) 0:00:13.793 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003701", "end": "2024-04-20 16:33:11.171011", "rc": 0, "start": "2024-04-20 16:33:11.167310" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:33:11 +0000 (0:00:00.256) 0:00:14.050 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:33:11 +0000 (0:00:00.020) 0:00:14.070 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:16 Saturday 20 April 2024 16:33:11 +0000 (0:00:00.015) 0:00:14.085 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:27 Saturday 20 April 2024 16:33:13 +0000 (0:00:02.200) 0:00:16.285 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:35 Saturday 20 April 2024 16:33:13 +0000 (0:00:00.014) 0:00:16.300 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:43 Saturday 20 April 2024 16:33:13 +0000 (0:00:00.008) 0:00:16.308 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:49 Saturday 20 April 2024 16:33:13 +0000 (0:00:00.007) 0:00:16.316 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:54 Saturday 20 April 2024 16:33:13 +0000 (0:00:00.010) 0:00:16.326 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:60 Saturday 20 April 2024 16:33:13 +0000 (0:00:00.008) 0:00:16.334 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:65 Saturday 20 April 2024 16:33:13 +0000 (0:00:00.008) 0:00:16.343 ******** 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-cioeafc182/tests/tasks/create_and_remove_interface.yml:9 Saturday 20 April 2024 16:33:13 +0000 (0:00:00.008) 0:00:16.351 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:33:13 +0000 (0:00:00.013) 0:00:16.365 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:33:13 +0000 (0:00:00.009) 0:00:16.374 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003754", "end": "2024-04-20 16:33:13.743375", "rc": 0, "start": "2024-04-20 16:33:13.739621" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:33:13 +0000 (0:00:00.231) 0:00:16.605 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:33:13 +0000 (0:00:00.015) 0:00:16.621 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/create_and_remove_interface.yml:11 Saturday 20 April 2024 16:33:13 +0000 (0:00:00.009) 0:00:16.631 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/assert_device_absent.yml:3 Saturday 20 April 2024 16:33:13 +0000 (0:00:00.013) 0:00:16.645 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_interface_stat.yml:3 Saturday 20 April 2024 16:33:13 +0000 (0:00:00.011) 0:00:16.657 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/assert_device_absent.yml:5 Saturday 20 April 2024 16:33:14 +0000 (0:00:00.233) 0:00:16.891 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/create_and_remove_interface.yml:14 Saturday 20 April 2024 16:33:14 +0000 (0:00:00.013) 0:00:16.904 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:3 Saturday 20 April 2024 16:33:14 +0000 (0:00:00.017) 0:00:16.922 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:8 Saturday 20 April 2024 16:33:14 +0000 (0:00:00.007) 0:00:16.930 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:13 Saturday 20 April 2024 16:33:14 +0000 (0:00:00.007) 0:00:16.938 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:33:14 +0000 (0:00:00.013) 0:00:16.951 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:33:14 +0000 (0:00:00.019) 0:00:16.970 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003691", "end": "2024-04-20 16:33:14.341089", "rc": 0, "start": "2024-04-20 16:33:14.337398" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:33:14 +0000 (0:00:00.234) 0:00:17.205 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:33:14 +0000 (0:00:00.013) 0:00:17.219 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:16 Saturday 20 April 2024 16:33:14 +0000 (0:00:00.016) 0:00:17.236 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:27 Saturday 20 April 2024 16:33:16 +0000 (0:00:02.155) 0:00:19.391 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:35 Saturday 20 April 2024 16:33:16 +0000 (0:00:00.014) 0:00:19.405 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:43 Saturday 20 April 2024 16:33:16 +0000 (0:00:00.008) 0:00:19.413 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:49 Saturday 20 April 2024 16:33:16 +0000 (0:00:00.008) 0:00:19.422 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.071750", "end": "2024-04-20 16:33:16.860785", "rc": 0, "start": "2024-04-20 16:33:16.789035" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:54 Saturday 20 April 2024 16:33:16 +0000 (0:00:00.312) 0:00:19.734 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:60 Saturday 20 April 2024 16:33:16 +0000 (0:00:00.009) 0:00:19.744 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:65 Saturday 20 April 2024 16:33:16 +0000 (0:00:00.008) 0:00:19.752 ******** 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-cioeafc182/tests/tasks/create_and_remove_interface.yml:18 Saturday 20 April 2024 16:33:16 +0000 (0:00:00.008) 0:00:19.761 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:33:16 +0000 (0:00:00.016) 0:00:19.777 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:33:16 +0000 (0:00:00.011) 0:00:19.789 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003648", "end": "2024-04-20 16:33:17.163452", "rc": 0, "start": "2024-04-20 16:33:17.159804" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:33:17 +0000 (0:00:00.241) 0:00:20.030 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:33:17 +0000 (0:00:00.012) 0:00:20.042 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/create_and_remove_interface.yml:20 Saturday 20 April 2024 16:33:17 +0000 (0:00:00.029) 0:00:20.072 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/assert_device_present.yml:3 Saturday 20 April 2024 16:33:17 +0000 (0:00:00.021) 0:00:20.094 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_interface_stat.yml:3 Saturday 20 April 2024 16:33:17 +0000 (0:00:00.023) 0:00:20.117 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1713630796.8582053, "block_size": 4096, "blocks": 0, "ctime": 1713630796.8582053, "dev": 22, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 37010, "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": 1713630796.8582053, "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-cioeafc182/tests/tasks/assert_device_present.yml:5 Saturday 20 April 2024 16:33:17 +0000 (0:00:00.260) 0:00:20.378 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/create_and_remove_interface.yml:23 Saturday 20 April 2024 16:33:17 +0000 (0:00:00.013) 0:00:20.391 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:3 Saturday 20 April 2024 16:33:17 +0000 (0:00:00.030) 0:00:20.422 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:8 Saturday 20 April 2024 16:33:17 +0000 (0:00:00.010) 0:00:20.432 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:13 Saturday 20 April 2024 16:33:17 +0000 (0:00:00.009) 0:00:20.442 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:33:17 +0000 (0:00:00.024) 0:00:20.466 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:33:17 +0000 (0:00:00.013) 0:00:20.480 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003573", "end": "2024-04-20 16:33:17.854571", "rc": 0, "start": "2024-04-20 16:33:17.850998" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:33:17 +0000 (0:00:00.236) 0:00:20.716 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:33:17 +0000 (0:00:00.010) 0:00:20.726 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:16 Saturday 20 April 2024 16:33:17 +0000 (0:00:00.009) 0:00:20.735 ******** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:27 Saturday 20 April 2024 16:33:20 +0000 (0:00:02.155) 0:00:22.891 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:35 Saturday 20 April 2024 16:33:20 +0000 (0:00:00.022) 0:00:22.913 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:43 Saturday 20 April 2024 16:33:20 +0000 (0:00:00.029) 0:00:22.942 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:49 Saturday 20 April 2024 16:33:20 +0000 (0:00:00.025) 0:00:22.968 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:54 Saturday 20 April 2024 16:33:20 +0000 (0:00:00.037) 0:00:23.005 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.011919", "end": "2024-04-20 16:33:20.390944", "rc": 0, "start": "2024-04-20 16:33:20.379025" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:60 Saturday 20 April 2024 16:33:20 +0000 (0:00:00.260) 0:00:23.265 ******** 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-cioeafc182/tests/tasks/manage_test_interface.yml:65 Saturday 20 April 2024 16:33:20 +0000 (0:00:00.014) 0:00:23.279 ******** 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-cioeafc182/tests/tasks/create_and_remove_interface.yml:27 Saturday 20 April 2024 16:33:20 +0000 (0:00:00.020) 0:00:23.299 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:3 Saturday 20 April 2024 16:33:20 +0000 (0:00:00.107) 0:00:23.407 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 Saturday 20 April 2024 16:33:20 +0000 (0:00:00.037) 0:00:23.445 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003763", "end": "2024-04-20 16:33:20.827638", "rc": 0, "start": "2024-04-20 16:33:20.823875" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:9 Saturday 20 April 2024 16:33:20 +0000 (0:00:00.260) 0:00:23.705 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/show_interfaces.yml:5 Saturday 20 April 2024 16:33:20 +0000 (0:00:00.014) 0:00:23.720 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/create_and_remove_interface.yml:29 Saturday 20 April 2024 16:33:20 +0000 (0:00:00.010) 0:00:23.731 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/assert_device_absent.yml:3 Saturday 20 April 2024 16:33:20 +0000 (0:00:00.026) 0:00:23.757 ******** included: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_interface_stat.yml:3 Saturday 20 April 2024 16:33:20 +0000 (0:00:00.012) 0:00:23.770 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-cioeafc182/tests/tasks/assert_device_absent.yml:5 Saturday 20 April 2024 16:33:21 +0000 (0:00:00.252) 0:00:24.023 ******** 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 20 April 2024 16:33:21 +0000 (0:00:00.042) 0:00:24.066 ******** =============================================================================== Install iproute --------------------------------------------------------- 2.27s /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.20s /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.19s /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.17s /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.16s /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.16s /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 1.05s /WORKDIR/git-weekly-cioeafc182/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.84s /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:27 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.44s /WORKDIR/git-weekly-cioeafc182/tests/tasks/el_repo_setup.yml:3 ---------------- Create dummy interface dummy1298 ---------------------------------------- 0.31s /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:49 ------- Gather current interface info ------------------------------------------- 0.30s /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.29s /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:35 ------- Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-weekly-cioeafc182/tests/tasks/el_repo_setup.yml:17 --------------- Delete veth interface veth1298 ------------------------------------------ 0.27s /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:43 ------- Get stat for interface veth1298 ----------------------------------------- 0.26s /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_interface_stat.yml:3 ----------- Delete dummy interface dummy1298 ---------------------------------------- 0.26s /WORKDIR/git-weekly-cioeafc182/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.26s /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-weekly-cioeafc182/tests/tasks/get_interface_stat.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. ---^---^---^---^---^---