# 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-ciywc5x_hq/.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-ciywc5x_hq/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-ciywc5x_hq/tests/tests_helpers_and_asserts.yml:3 Saturday 13 July 2024 13:15:37 +0000 (0:00:00.036) 0:00:00.036 ********* ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tests_helpers_and_asserts.yml:6 Saturday 13 July 2024 13:15:38 +0000 (0:00:01.064) 0:00:01.101 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/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-ciywc5x_hq/tests/tasks/el_repo_setup.yml:3 Saturday 13 July 2024 13:15:38 +0000 (0:00:00.013) 0:00:01.114 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/el_repo_setup.yml:17 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.405) 0:00:01.520 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/el_repo_setup.yml:22 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.288) 0:00:01.809 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/el_repo_setup.yml:26 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.013) 0:00:01.823 ********* 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-ciywc5x_hq/tests/tasks/el_repo_setup.yml:51 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.007) 0:00:01.830 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 39] ********************************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/enable_epel.yml:8 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.022) 0:00:01.853 ********* 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-ciywc5x_hq/tests/tasks/enable_epel.yml:24 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.008) 0:00:01.861 ********* 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-ciywc5x_hq/tests/tasks/enable_epel.yml:30 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.008) 0:00:01.870 ********* 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-ciywc5x_hq/tests/tasks/enable_epel.yml:35 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.008) 0:00:01.878 ********* 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-ciywc5x_hq/tests/tasks/enable_epel.yml:40 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.007) 0:00:01.886 ********* 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-ciywc5x_hq/tests/tests_helpers_and_asserts.yml:9 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.007) 0:00:01.894 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:3 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.012) 0:00:01.906 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.010) 0:00:01.917 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.009) 0:00:01.927 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003620", "end": "2024-07-13 13:15:39.689485", "rc": 0, "start": "2024-07-13 13:15:39.685865" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.294) 0:00:02.222 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.009) 0:00:02.232 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:5 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.009) 0:00:02.241 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.013) 0:00:02.255 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.008) 0:00:02.263 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.007) 0:00:02.271 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.011) 0:00:02.282 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:15:39 +0000 (0:00:00.010) 0:00:02.292 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003555", "end": "2024-07-13 13:15:39.994233", "rc": 0, "start": "2024-07-13 13:15:39.990678" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:15:40 +0000 (0:00:00.233) 0:00:02.526 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:15:40 +0000 (0:00:00.010) 0:00:02.536 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:15:40 +0000 (0:00:00.009) 0:00:02.545 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:15:42 +0000 (0:00:02.282) 0:00:04.828 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.016) 0:00:04.845 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.010) 0:00:04.856 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.008) 0:00:04.864 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.008) 0:00:04.873 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.008) 0:00:04.881 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.011) 0:00:04.893 ********* 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-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:9 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.009) 0:00:04.902 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.014) 0:00:04.916 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.011) 0:00:04.928 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003529", "end": "2024-07-13 13:15:42.630030", "rc": 0, "start": "2024-07-13 13:15:42.626501" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.233) 0:00:05.162 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.010) 0:00:05.173 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:11 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.010) 0:00:05.183 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.013) 0:00:05.197 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.011) 0:00:05.208 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.224) 0:00:05.433 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:14 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.012) 0:00:05.445 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.015) 0:00:05.461 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.008) 0:00:05.469 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.008) 0:00:05.478 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.012) 0:00:05.490 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:15:42 +0000 (0:00:00.011) 0:00:05.501 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003739", "end": "2024-07-13 13:15:43.210154", "rc": 0, "start": "2024-07-13 13:15:43.206415" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:15:43 +0000 (0:00:00.241) 0:00:05.742 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:15:43 +0000 (0:00:00.011) 0:00:05.754 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:15:43 +0000 (0:00:00.010) 0:00:05.764 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:15:45 +0000 (0:00:02.153) 0:00:07.918 ********* 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.007400", "end": "2024-07-13 13:15:45.643814", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-07-13 13:15:45.636414" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003756", "end": "2024-07-13 13:15:45.925294", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-07-13 13:15:45.921538" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004160", "end": "2024-07-13 13:15:46.149258", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-07-13 13:15:46.145098" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:15:46 +0000 (0:00:00.762) 0:00:08.681 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022776", "end": "2024-07-13 13:15:46.400725", "rc": 0, "start": "2024-07-13 13:15:46.377949" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:15:46 +0000 (0:00:00.251) 0:00:08.932 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:15:46 +0000 (0:00:00.009) 0:00:08.942 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:15:46 +0000 (0:00:00.008) 0:00:08.951 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:15:46 +0000 (0:00:00.010) 0:00:08.961 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:15:46 +0000 (0:00:00.010) 0:00:08.971 ********* 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-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:18 Saturday 13 July 2024 13:15:46 +0000 (0:00:00.009) 0:00:08.981 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:15:46 +0000 (0:00:00.016) 0:00:08.998 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:15:46 +0000 (0:00:00.010) 0:00:09.008 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003334", "end": "2024-07-13 13:15:46.710468", "rc": 0, "start": "2024-07-13 13:15:46.707134" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:15:46 +0000 (0:00:00.234) 0:00:09.242 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:15:46 +0000 (0:00:00.009) 0:00:09.252 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:20 Saturday 13 July 2024 13:15:46 +0000 (0:00:00.008) 0:00:09.261 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/assert_device_present.yml:3 Saturday 13 July 2024 13:15:46 +0000 (0:00:00.016) 0:00:09.277 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:15:46 +0000 (0:00:00.011) 0:00:09.289 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720876545.640639, "block_size": 4096, "blocks": 0, "ctime": 1720876545.640639, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 38300, "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": 1720876545.640639, "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-ciywc5x_hq/tests/tasks/assert_device_present.yml:5 Saturday 13 July 2024 13:15:47 +0000 (0:00:00.226) 0:00:09.516 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:23 Saturday 13 July 2024 13:15:47 +0000 (0:00:00.011) 0:00:09.527 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:15:47 +0000 (0:00:00.018) 0:00:09.546 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:15:47 +0000 (0:00:00.008) 0:00:09.554 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:15:47 +0000 (0:00:00.008) 0:00:09.562 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:15:47 +0000 (0:00:00.023) 0:00:09.586 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:15:47 +0000 (0:00:00.011) 0:00:09.598 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003300", "end": "2024-07-13 13:15:47.295927", "rc": 0, "start": "2024-07-13 13:15:47.292627" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:15:47 +0000 (0:00:00.228) 0:00:09.826 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:15:47 +0000 (0:00:00.010) 0:00:09.836 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:15:47 +0000 (0:00:00.011) 0:00:09.848 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:15:49 +0000 (0:00:02.130) 0:00:11.978 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:15:49 +0000 (0:00:00.014) 0:00:11.993 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:15:49 +0000 (0:00:00.008) 0:00:12.002 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.012102", "end": "2024-07-13 13:15:49.711247", "rc": 0, "start": "2024-07-13 13:15:49.699145" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:15:49 +0000 (0:00:00.256) 0:00:12.258 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:15:49 +0000 (0:00:00.009) 0:00:12.268 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:15:49 +0000 (0:00:00.010) 0:00:12.279 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:15:49 +0000 (0:00:00.010) 0:00:12.290 ********* 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-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:27 Saturday 13 July 2024 13:15:49 +0000 (0:00:00.008) 0:00:12.298 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:15:49 +0000 (0:00:00.020) 0:00:12.319 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:15:49 +0000 (0:00:00.010) 0:00:12.329 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003543", "end": "2024-07-13 13:15:50.030050", "rc": 0, "start": "2024-07-13 13:15:50.026507" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.231) 0:00:12.561 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.012) 0:00:12.574 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:29 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.010) 0:00:12.584 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.018) 0:00:12.603 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.009) 0:00:12.612 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.225) 0:00:12.838 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tests_helpers_and_asserts.yml:15 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.011) 0:00:12.850 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:3 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.013) 0:00:12.863 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.011) 0:00:12.874 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.010) 0:00:12.885 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003544", "end": "2024-07-13 13:15:50.585122", "rc": 0, "start": "2024-07-13 13:15:50.581578" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.230) 0:00:13.115 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.010) 0:00:13.126 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:5 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.009) 0:00:13.136 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.012) 0:00:13.148 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.008) 0:00:13.157 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.007) 0:00:13.165 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.011) 0:00:13.176 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.009) 0:00:13.186 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003556", "end": "2024-07-13 13:15:50.884568", "rc": 0, "start": "2024-07-13 13:15:50.881012" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.229) 0:00:13.415 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.013) 0:00:13.428 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:15:50 +0000 (0:00:00.010) 0:00:13.439 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:15:53 +0000 (0:00:02.156) 0:00:15.596 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.017) 0:00:15.613 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.011) 0:00:15.624 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.010) 0:00:15.635 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.009) 0:00:15.645 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.009) 0:00:15.654 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.011) 0:00:15.666 ********* 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-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:9 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.009) 0:00:15.675 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.013) 0:00:15.688 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.009) 0:00:15.698 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003426", "end": "2024-07-13 13:15:53.396773", "rc": 0, "start": "2024-07-13 13:15:53.393347" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.230) 0:00:15.928 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.011) 0:00:15.939 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:11 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.011) 0:00:15.951 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.014) 0:00:15.965 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.010) 0:00:15.976 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.224) 0:00:16.201 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:14 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.011) 0:00:16.212 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.026) 0:00:16.239 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.011) 0:00:16.251 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.014) 0:00:16.265 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.023) 0:00:16.289 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:15:53 +0000 (0:00:00.012) 0:00:16.301 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003367", "end": "2024-07-13 13:15:54.000948", "rc": 0, "start": "2024-07-13 13:15:53.997581" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:15:54 +0000 (0:00:00.230) 0:00:16.532 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:15:54 +0000 (0:00:00.012) 0:00:16.544 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:15:54 +0000 (0:00:00.010) 0:00:16.554 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:15:56 +0000 (0:00:02.148) 0:00:18.703 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:15:56 +0000 (0:00:00.014) 0:00:18.717 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:15:56 +0000 (0:00:00.008) 0:00:18.726 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:15:56 +0000 (0:00:00.008) 0:00:18.734 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.077640", "end": "2024-07-13 13:15:56.508518", "rc": 0, "start": "2024-07-13 13:15:56.430878" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:15:56 +0000 (0:00:00.316) 0:00:19.051 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:15:56 +0000 (0:00:00.010) 0:00:19.062 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:15:56 +0000 (0:00:00.010) 0:00:19.073 ********* 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-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:18 Saturday 13 July 2024 13:15:56 +0000 (0:00:00.010) 0:00:19.083 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:15:56 +0000 (0:00:00.017) 0:00:19.100 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:15:56 +0000 (0:00:00.010) 0:00:19.111 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003490", "end": "2024-07-13 13:15:56.810727", "rc": 0, "start": "2024-07-13 13:15:56.807237" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:15:56 +0000 (0:00:00.229) 0:00:19.341 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:15:56 +0000 (0:00:00.010) 0:00:19.351 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:20 Saturday 13 July 2024 13:15:56 +0000 (0:00:00.009) 0:00:19.361 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/assert_device_present.yml:3 Saturday 13 July 2024 13:15:56 +0000 (0:00:00.017) 0:00:19.378 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:15:56 +0000 (0:00:00.010) 0:00:19.389 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720876556.506558, "block_size": 4096, "blocks": 0, "ctime": 1720876556.506558, "dev": 23, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 38541, "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": 1720876556.506558, "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-ciywc5x_hq/tests/tasks/assert_device_present.yml:5 Saturday 13 July 2024 13:15:57 +0000 (0:00:00.228) 0:00:19.617 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:23 Saturday 13 July 2024 13:15:57 +0000 (0:00:00.011) 0:00:19.628 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:3 Saturday 13 July 2024 13:15:57 +0000 (0:00:00.018) 0:00:19.647 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:8 Saturday 13 July 2024 13:15:57 +0000 (0:00:00.008) 0:00:19.656 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:13 Saturday 13 July 2024 13:15:57 +0000 (0:00:00.007) 0:00:19.663 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:15:57 +0000 (0:00:00.012) 0:00:19.675 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:15:57 +0000 (0:00:00.011) 0:00:19.687 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003426", "end": "2024-07-13 13:15:57.386461", "rc": 0, "start": "2024-07-13 13:15:57.383035" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:15:57 +0000 (0:00:00.229) 0:00:19.917 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:15:57 +0000 (0:00:00.010) 0:00:19.927 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:16 Saturday 13 July 2024 13:15:57 +0000 (0:00:00.011) 0:00:19.938 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:27 Saturday 13 July 2024 13:15:59 +0000 (0:00:02.144) 0:00:22.083 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:35 Saturday 13 July 2024 13:15:59 +0000 (0:00:00.018) 0:00:22.101 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:43 Saturday 13 July 2024 13:15:59 +0000 (0:00:00.008) 0:00:22.110 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:49 Saturday 13 July 2024 13:15:59 +0000 (0:00:00.009) 0:00:22.119 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:54 Saturday 13 July 2024 13:15:59 +0000 (0:00:00.010) 0:00:22.130 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.016869", "end": "2024-07-13 13:15:59.845781", "rc": 0, "start": "2024-07-13 13:15:59.828912" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:60 Saturday 13 July 2024 13:15:59 +0000 (0:00:00.247) 0:00:22.378 ********* 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-ciywc5x_hq/tests/tasks/manage_test_interface.yml:65 Saturday 13 July 2024 13:15:59 +0000 (0:00:00.032) 0:00:22.410 ********* 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-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:27 Saturday 13 July 2024 13:15:59 +0000 (0:00:00.009) 0:00:22.420 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:3 Saturday 13 July 2024 13:15:59 +0000 (0:00:00.019) 0:00:22.439 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 Saturday 13 July 2024 13:15:59 +0000 (0:00:00.009) 0:00:22.449 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003478", "end": "2024-07-13 13:16:00.148066", "rc": 0, "start": "2024-07-13 13:16:00.144588" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:9 Saturday 13 July 2024 13:16:00 +0000 (0:00:00.229) 0:00:22.679 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/show_interfaces.yml:5 Saturday 13 July 2024 13:16:00 +0000 (0:00:00.009) 0:00:22.689 ********* ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/create_and_remove_interface.yml:29 Saturday 13 July 2024 13:16:00 +0000 (0:00:00.009) 0:00:22.699 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/assert_device_absent.yml:3 Saturday 13 July 2024 13:16:00 +0000 (0:00:00.019) 0:00:22.718 ********* included: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_interface_stat.yml:3 Saturday 13 July 2024 13:16:00 +0000 (0:00:00.010) 0:00:22.729 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/assert_device_absent.yml:5 Saturday 13 July 2024 13:16:00 +0000 (0:00:00.226) 0:00:22.955 ********* 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 13 July 2024 13:16:00 +0000 (0:00:00.015) 0:00:22.971 ********* =============================================================================== Install iproute --------------------------------------------------------- 2.28s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.16s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.15s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.15s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.14s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.13s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 1.06s /WORKDIR/git-weekly-ciywc5x_hq/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.76s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:27 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.41s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/el_repo_setup.yml:3 ---------------- Create dummy interface dummy1298 ---------------------------------------- 0.32s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:49 ------- Gather current interface info ------------------------------------------- 0.29s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.29s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/el_repo_setup.yml:17 --------------- Delete veth interface veth1298 ------------------------------------------ 0.26s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:43 ------- Set up veth as managed by NetworkManager -------------------------------- 0.25s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:35 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.25s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ciywc5x_hq/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ciywc5x_hq/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. ---^---^---^---^---^---