# 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-ci95lvglpk/.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-ci95lvglpk/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-ci95lvglpk/tests/tests_helpers_and_asserts.yml:3 Saturday 24 February 2024 13:16:38 +0000 (0:00:00.043) 0:00:00.043 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tests_helpers_and_asserts.yml:6 Saturday 24 February 2024 13:16:38 +0000 (0:00:00.852) 0:00:00.895 ***** included: /WORKDIR/git-weekly-ci95lvglpk/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-ci95lvglpk/tests/tasks/el_repo_setup.yml:3 Saturday 24 February 2024 13:16:38 +0000 (0:00:00.012) 0:00:00.908 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/el_repo_setup.yml:17 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.361) 0:00:01.270 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/el_repo_setup.yml:22 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.244) 0:00:01.515 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/el_repo_setup.yml:26 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.013) 0:00:01.528 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/el_repo_setup.yml:51 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.014) 0:00:01.543 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/enable_epel.yml:8 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.031) 0:00:01.574 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/enable_epel.yml:24 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.008) 0:00:01.582 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/enable_epel.yml:30 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.007) 0:00:01.590 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/enable_epel.yml:35 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.007) 0:00:01.597 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version in ['7', '8']", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/enable_epel.yml:40 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.007) 0:00:01.605 ***** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '6'", "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tests_helpers_and_asserts.yml:9 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.007) 0:00:01.613 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:3 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.011) 0:00:01.624 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.010) 0:00:01.634 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.009) 0:00:01.644 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003339", "end": "2024-02-24 13:16:39.858659", "rc": 0, "start": "2024-02-24 13:16:39.855320" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.248) 0:00:01.893 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.009) 0:00:01.903 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:5 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.009) 0:00:01.912 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.014) 0:00:01.927 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.007) 0:00:01.935 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.007) 0:00:01.942 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.011) 0:00:01.953 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:16:39 +0000 (0:00:00.009) 0:00:01.963 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003447", "end": "2024-02-24 13:16:40.119705", "rc": 0, "start": "2024-02-24 13:16:40.116258" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:16:40 +0000 (0:00:00.187) 0:00:02.150 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:16:40 +0000 (0:00:00.009) 0:00:02.160 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 13:16:40 +0000 (0:00:00.010) 0:00:02.170 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.986) 0:00:03.157 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.016) 0:00:03.174 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.010) 0:00:03.185 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.011) 0:00:03.196 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.011) 0:00:03.207 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.008) 0:00:03.215 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.009) 0:00:03.225 ***** 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-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:9 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.029) 0:00:03.255 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.026) 0:00:03.281 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.011) 0:00:03.292 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003302", "end": "2024-02-24 13:16:41.474883", "rc": 0, "start": "2024-02-24 13:16:41.471581" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.213) 0:00:03.505 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.011) 0:00:03.517 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:11 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.010) 0:00:03.527 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.025) 0:00:03.553 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.011) 0:00:03.564 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.194) 0:00:03.758 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:14 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.012) 0:00:03.771 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.028) 0:00:03.800 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.017) 0:00:03.817 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.009) 0:00:03.826 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.023) 0:00:03.850 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:16:41 +0000 (0:00:00.015) 0:00:03.865 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003266", "end": "2024-02-24 13:16:42.036623", "rc": 0, "start": "2024-02-24 13:16:42.033357" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:16:42 +0000 (0:00:00.203) 0:00:04.068 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:16:42 +0000 (0:00:00.016) 0:00:04.085 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 13:16:42 +0000 (0:00:00.011) 0:00:04.096 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 13:16:42 +0000 (0:00:00.896) 0:00:04.993 ***** 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.009738", "end": "2024-02-24 13:16:43.162262", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-24 13:16:43.152524" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003471", "end": "2024-02-24 13:16:43.379392", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-24 13:16:43.375921" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003923", "end": "2024-02-24 13:16:43.561192", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-24 13:16:43.557269" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 13:16:43 +0000 (0:00:00.601) 0:00:05.594 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022452", "end": "2024-02-24 13:16:43.773793", "rc": 0, "start": "2024-02-24 13:16:43.751341" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 13:16:43 +0000 (0:00:00.213) 0:00:05.808 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 13:16:43 +0000 (0:00:00.011) 0:00:05.820 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 13:16:43 +0000 (0:00:00.009) 0:00:05.829 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 13:16:43 +0000 (0:00:00.009) 0:00:05.839 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 13:16:43 +0000 (0:00:00.009) 0:00:05.849 ***** 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-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:18 Saturday 24 February 2024 13:16:43 +0000 (0:00:00.008) 0:00:05.858 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:16:43 +0000 (0:00:00.017) 0:00:05.875 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:16:43 +0000 (0:00:00.009) 0:00:05.885 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003223", "end": "2024-02-24 13:16:44.042968", "rc": 0, "start": "2024-02-24 13:16:44.039745" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:16:44 +0000 (0:00:00.187) 0:00:06.072 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:16:44 +0000 (0:00:00.010) 0:00:06.082 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:20 Saturday 24 February 2024 13:16:44 +0000 (0:00:00.011) 0:00:06.094 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/assert_device_present.yml:3 Saturday 24 February 2024 13:16:44 +0000 (0:00:00.017) 0:00:06.111 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 13:16:44 +0000 (0:00:00.010) 0:00:06.122 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708780603.1563308, "block_size": 4096, "blocks": 0, "ctime": 1708780603.1563308, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28403, "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": 1708780603.1563308, "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-ci95lvglpk/tests/tasks/assert_device_present.yml:5 Saturday 24 February 2024 13:16:44 +0000 (0:00:00.188) 0:00:06.310 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:23 Saturday 24 February 2024 13:16:44 +0000 (0:00:00.011) 0:00:06.321 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 13:16:44 +0000 (0:00:00.020) 0:00:06.341 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 13:16:44 +0000 (0:00:00.008) 0:00:06.350 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 13:16:44 +0000 (0:00:00.009) 0:00:06.359 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:16:44 +0000 (0:00:00.011) 0:00:06.371 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:16:44 +0000 (0:00:00.010) 0:00:06.382 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003232", "end": "2024-02-24 13:16:44.538670", "rc": 0, "start": "2024-02-24 13:16:44.535438" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:16:44 +0000 (0:00:00.186) 0:00:06.568 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:16:44 +0000 (0:00:00.014) 0:00:06.583 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 13:16:44 +0000 (0:00:00.010) 0:00:06.593 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 13:16:45 +0000 (0:00:00.863) 0:00:07.456 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 13:16:45 +0000 (0:00:00.014) 0:00:07.470 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 13:16:45 +0000 (0:00:00.008) 0:00:07.478 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008180", "end": "2024-02-24 13:16:45.641736", "rc": 0, "start": "2024-02-24 13:16:45.633556" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 13:16:45 +0000 (0:00:00.195) 0:00:07.674 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 13:16:45 +0000 (0:00:00.009) 0:00:07.683 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 13:16:45 +0000 (0:00:00.009) 0:00:07.693 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 13:16:45 +0000 (0:00:00.009) 0:00:07.702 ***** 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-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:27 Saturday 24 February 2024 13:16:45 +0000 (0:00:00.008) 0:00:07.711 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:16:45 +0000 (0:00:00.019) 0:00:07.730 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:16:45 +0000 (0:00:00.009) 0:00:07.740 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003598", "end": "2024-02-24 13:16:45.899068", "rc": 0, "start": "2024-02-24 13:16:45.895470" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:16:45 +0000 (0:00:00.196) 0:00:07.937 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:16:45 +0000 (0:00:00.011) 0:00:07.948 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:29 Saturday 24 February 2024 13:16:45 +0000 (0:00:00.014) 0:00:07.962 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 13:16:45 +0000 (0:00:00.021) 0:00:07.984 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 13:16:45 +0000 (0:00:00.010) 0:00:07.995 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 13:16:46 +0000 (0:00:00.192) 0:00:08.187 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tests_helpers_and_asserts.yml:15 Saturday 24 February 2024 13:16:46 +0000 (0:00:00.012) 0:00:08.200 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:3 Saturday 24 February 2024 13:16:46 +0000 (0:00:00.015) 0:00:08.215 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:16:46 +0000 (0:00:00.015) 0:00:08.231 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:16:46 +0000 (0:00:00.009) 0:00:08.240 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003291", "end": "2024-02-24 13:16:46.397398", "rc": 0, "start": "2024-02-24 13:16:46.394107" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:16:46 +0000 (0:00:00.187) 0:00:08.428 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:16:46 +0000 (0:00:00.012) 0:00:08.441 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:5 Saturday 24 February 2024 13:16:46 +0000 (0:00:00.010) 0:00:08.452 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 13:16:46 +0000 (0:00:00.013) 0:00:08.466 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 13:16:46 +0000 (0:00:00.017) 0:00:08.483 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 13:16:46 +0000 (0:00:00.010) 0:00:08.493 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:16:46 +0000 (0:00:00.013) 0:00:08.507 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:16:46 +0000 (0:00:00.010) 0:00:08.517 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003245", "end": "2024-02-24 13:16:46.680833", "rc": 0, "start": "2024-02-24 13:16:46.677588" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:16:46 +0000 (0:00:00.192) 0:00:08.710 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:16:46 +0000 (0:00:00.010) 0:00:08.721 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 13:16:46 +0000 (0:00:00.012) 0:00:08.733 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 13:16:47 +0000 (0:00:00.865) 0:00:09.599 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 13:16:47 +0000 (0:00:00.015) 0:00:09.614 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 13:16:47 +0000 (0:00:00.011) 0:00:09.625 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 13:16:47 +0000 (0:00:00.008) 0:00:09.634 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 13:16:47 +0000 (0:00:00.014) 0:00:09.649 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 13:16:47 +0000 (0:00:00.009) 0:00:09.658 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 13:16:47 +0000 (0:00:00.027) 0:00:09.685 ***** skipping: [sut] => { "changed": false, "false_condition": "type == 'tap' and state == 'absent' and interface in current_interfaces", "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:9 Saturday 24 February 2024 13:16:47 +0000 (0:00:00.019) 0:00:09.705 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:16:47 +0000 (0:00:00.021) 0:00:09.727 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:16:47 +0000 (0:00:00.013) 0:00:09.740 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003269", "end": "2024-02-24 13:16:47.918109", "rc": 0, "start": "2024-02-24 13:16:47.914840" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:16:47 +0000 (0:00:00.207) 0:00:09.948 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:16:47 +0000 (0:00:00.010) 0:00:09.958 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:11 Saturday 24 February 2024 13:16:47 +0000 (0:00:00.009) 0:00:09.968 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 13:16:47 +0000 (0:00:00.013) 0:00:09.981 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 13:16:47 +0000 (0:00:00.010) 0:00:09.991 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 13:16:48 +0000 (0:00:00.188) 0:00:10.180 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:14 Saturday 24 February 2024 13:16:48 +0000 (0:00:00.011) 0:00:10.191 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 13:16:48 +0000 (0:00:00.016) 0:00:10.208 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 13:16:48 +0000 (0:00:00.015) 0:00:10.224 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 13:16:48 +0000 (0:00:00.018) 0:00:10.242 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:16:48 +0000 (0:00:00.013) 0:00:10.256 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:16:48 +0000 (0:00:00.020) 0:00:10.276 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003105", "end": "2024-02-24 13:16:48.457837", "rc": 0, "start": "2024-02-24 13:16:48.454732" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:16:48 +0000 (0:00:00.218) 0:00:10.494 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:16:48 +0000 (0:00:00.012) 0:00:10.507 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 13:16:48 +0000 (0:00:00.010) 0:00:10.517 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 13:16:49 +0000 (0:00:00.856) 0:00:11.373 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 13:16:49 +0000 (0:00:00.015) 0:00:11.389 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 13:16:49 +0000 (0:00:00.009) 0:00:11.399 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 13:16:49 +0000 (0:00:00.009) 0:00:11.409 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.066355", "end": "2024-02-24 13:16:49.636878", "rc": 0, "start": "2024-02-24 13:16:49.570523" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 13:16:49 +0000 (0:00:00.277) 0:00:11.686 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 13:16:49 +0000 (0:00:00.019) 0:00:11.706 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 13:16:49 +0000 (0:00:00.017) 0:00:11.723 ***** 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-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:18 Saturday 24 February 2024 13:16:49 +0000 (0:00:00.011) 0:00:11.735 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:16:49 +0000 (0:00:00.019) 0:00:11.755 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:16:49 +0000 (0:00:00.013) 0:00:11.768 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003420", "end": "2024-02-24 13:16:49.934179", "rc": 0, "start": "2024-02-24 13:16:49.930759" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:16:49 +0000 (0:00:00.196) 0:00:11.965 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:16:49 +0000 (0:00:00.010) 0:00:11.975 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:20 Saturday 24 February 2024 13:16:49 +0000 (0:00:00.009) 0:00:11.985 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/assert_device_present.yml:3 Saturday 24 February 2024 13:16:49 +0000 (0:00:00.017) 0:00:12.003 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 13:16:49 +0000 (0:00:00.010) 0:00:12.013 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1708780609.6331685, "block_size": 4096, "blocks": 0, "ctime": 1708780609.6331685, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 28731, "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": 1708780609.6331685, "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-ci95lvglpk/tests/tasks/assert_device_present.yml:5 Saturday 24 February 2024 13:16:50 +0000 (0:00:00.183) 0:00:12.197 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:23 Saturday 24 February 2024 13:16:50 +0000 (0:00:00.011) 0:00:12.208 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:3 Saturday 24 February 2024 13:16:50 +0000 (0:00:00.020) 0:00:12.228 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:8 Saturday 24 February 2024 13:16:50 +0000 (0:00:00.009) 0:00:12.237 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:13 Saturday 24 February 2024 13:16:50 +0000 (0:00:00.009) 0:00:12.247 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:16:50 +0000 (0:00:00.011) 0:00:12.259 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:16:50 +0000 (0:00:00.010) 0:00:12.269 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:01.004325", "end": "2024-02-24 13:16:51.428287", "rc": 0, "start": "2024-02-24 13:16:50.423962" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:16:51 +0000 (0:00:01.191) 0:00:13.460 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:16:51 +0000 (0:00:00.011) 0:00:13.472 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:16 Saturday 24 February 2024 13:16:51 +0000 (0:00:00.011) 0:00:13.483 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:27 Saturday 24 February 2024 13:16:52 +0000 (0:00:00.862) 0:00:14.345 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:35 Saturday 24 February 2024 13:16:52 +0000 (0:00:00.015) 0:00:14.361 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:43 Saturday 24 February 2024 13:16:52 +0000 (0:00:00.009) 0:00:14.370 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:49 Saturday 24 February 2024 13:16:52 +0000 (0:00:00.009) 0:00:14.380 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:54 Saturday 24 February 2024 13:16:52 +0000 (0:00:00.009) 0:00:14.389 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.015492", "end": "2024-02-24 13:16:52.561312", "rc": 0, "start": "2024-02-24 13:16:52.545820" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:60 Saturday 24 February 2024 13:16:52 +0000 (0:00:00.203) 0:00:14.593 ***** 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-ci95lvglpk/tests/tasks/manage_test_interface.yml:65 Saturday 24 February 2024 13:16:52 +0000 (0:00:00.009) 0:00:14.602 ***** 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-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:27 Saturday 24 February 2024 13:16:52 +0000 (0:00:00.009) 0:00:14.612 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:3 Saturday 24 February 2024 13:16:52 +0000 (0:00:00.018) 0:00:14.630 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 Saturday 24 February 2024 13:16:52 +0000 (0:00:00.009) 0:00:14.640 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003241", "end": "2024-02-24 13:16:52.796545", "rc": 0, "start": "2024-02-24 13:16:52.793304" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:9 Saturday 24 February 2024 13:16:52 +0000 (0:00:00.186) 0:00:14.826 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/show_interfaces.yml:5 Saturday 24 February 2024 13:16:52 +0000 (0:00:00.010) 0:00:14.837 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/create_and_remove_interface.yml:29 Saturday 24 February 2024 13:16:52 +0000 (0:00:00.015) 0:00:14.852 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/assert_device_absent.yml:3 Saturday 24 February 2024 13:16:52 +0000 (0:00:00.021) 0:00:14.874 ***** included: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_interface_stat.yml:3 Saturday 24 February 2024 13:16:52 +0000 (0:00:00.012) 0:00:14.886 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/assert_device_absent.yml:5 Saturday 24 February 2024 13:16:53 +0000 (0:00:00.190) 0:00:15.077 ***** 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 24 February 2024 13:16:53 +0000 (0:00:00.017) 0:00:15.094 ***** =============================================================================== Gather current interface info ------------------------------------------- 1.19s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 ------- Install iproute --------------------------------------------------------- 0.99s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.90s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.87s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.86s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.86s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.86s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.85s /WORKDIR/git-weekly-ci95lvglpk/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.60s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:27 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/el_repo_setup.yml:3 ---------------- Create dummy interface dummy1298 ---------------------------------------- 0.28s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:49 ------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 ------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/el_repo_setup.yml:17 --------------- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:35 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/manage_test_interface.yml:54 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-ci95lvglpk/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-ci95lvglpk/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. ---^---^---^---^---^---