# 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-ci4arov9ns/.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-ci4arov9ns/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-ci4arov9ns/tests/tests_helpers_and_asserts.yml:3 Saturday 10 February 2024 13:24:23 +0000 (0:00:00.035) 0:00:00.035 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tests_helpers_and_asserts.yml:6 Saturday 10 February 2024 13:24:23 +0000 (0:00:00.768) 0:00:00.803 ***** included: /WORKDIR/git-weekly-ci4arov9ns/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-ci4arov9ns/tests/tasks/el_repo_setup.yml:3 Saturday 10 February 2024 13:24:23 +0000 (0:00:00.011) 0:00:00.815 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/el_repo_setup.yml:17 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.360) 0:00:01.176 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/el_repo_setup.yml:22 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.248) 0:00:01.425 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/el_repo_setup.yml:26 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.015) 0:00:01.440 ***** 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-ci4arov9ns/tests/tasks/el_repo_setup.yml:51 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.018) 0:00:01.459 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 9] *********************************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/enable_epel.yml:8 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.021) 0:00:01.480 ***** 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-ci4arov9ns/tests/tasks/enable_epel.yml:24 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.008) 0:00:01.489 ***** 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-ci4arov9ns/tests/tasks/enable_epel.yml:30 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.008) 0:00:01.497 ***** 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-ci4arov9ns/tests/tasks/enable_epel.yml:35 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.010) 0:00:01.508 ***** 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-ci4arov9ns/tests/tasks/enable_epel.yml:40 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.007) 0:00:01.516 ***** 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-ci4arov9ns/tests/tests_helpers_and_asserts.yml:9 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.008) 0:00:01.524 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:3 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.013) 0:00:01.538 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.012) 0:00:01.551 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.011) 0:00:01.562 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003528", "end": "2024-02-10 13:24:24.865374", "rc": 0, "start": "2024-02-10 13:24:24.861846" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.247) 0:00:01.810 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.011) 0:00:01.822 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:5 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.020) 0:00:01.843 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:3 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.015) 0:00:01.858 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:8 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.009) 0:00:01.868 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:13 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.007) 0:00:01.876 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.010) 0:00:01.886 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:24:24 +0000 (0:00:00.010) 0:00:01.897 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003363", "end": "2024-02-10 13:24:25.140163", "rc": 0, "start": "2024-02-10 13:24:25.136800" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:24:25 +0000 (0:00:00.187) 0:00:02.085 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:24:25 +0000 (0:00:00.009) 0:00:02.094 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:16 Saturday 10 February 2024 13:24:25 +0000 (0:00:00.010) 0:00:02.104 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:23 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.973) 0:00:03.078 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:31 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.014) 0:00:03.092 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:39 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.009) 0:00:03.102 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:45 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.008) 0:00:03.110 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:50 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.007) 0:00:03.118 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:56 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.007) 0:00:03.126 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:61 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.008) 0:00:03.134 ***** 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-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:9 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.007) 0:00:03.142 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.012) 0:00:03.154 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.008) 0:00:03.163 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003306", "end": "2024-02-10 13:24:26.417848", "rc": 0, "start": "2024-02-10 13:24:26.414542" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.199) 0:00:03.362 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.009) 0:00:03.372 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:11 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.009) 0:00:03.381 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/assert_device_absent.yml:3 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.014) 0:00:03.396 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_interface_stat.yml:3 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.010) 0:00:03.406 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/assert_device_absent.yml:5 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.192) 0:00:03.598 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:14 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.021) 0:00:03.620 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:3 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.020) 0:00:03.640 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:8 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.022) 0:00:03.662 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:13 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.014) 0:00:03.677 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.011) 0:00:03.688 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.009) 0:00:03.698 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003390", "end": "2024-02-10 13:24:26.945983", "rc": 0, "start": "2024-02-10 13:24:26.942593" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.191) 0:00:03.890 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.011) 0:00:03.901 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:16 Saturday 10 February 2024 13:24:26 +0000 (0:00:00.009) 0:00:03.911 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:23 Saturday 10 February 2024 13:24:27 +0000 (0:00:00.872) 0:00:04.784 ***** 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.009820", "end": "2024-02-10 13:24:28.038769", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-02-10 13:24:28.028949" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003573", "end": "2024-02-10 13:24:28.258829", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-02-10 13:24:28.255256" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004298", "end": "2024-02-10 13:24:28.446581", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-02-10 13:24:28.442283" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:31 Saturday 10 February 2024 13:24:28 +0000 (0:00:00.607) 0:00:05.391 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.022469", "end": "2024-02-10 13:24:28.658276", "rc": 0, "start": "2024-02-10 13:24:28.635807" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:39 Saturday 10 February 2024 13:24:28 +0000 (0:00:00.224) 0:00:05.616 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:45 Saturday 10 February 2024 13:24:28 +0000 (0:00:00.009) 0:00:05.626 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:50 Saturday 10 February 2024 13:24:28 +0000 (0:00:00.010) 0:00:05.636 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:56 Saturday 10 February 2024 13:24:28 +0000 (0:00:00.010) 0:00:05.646 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:61 Saturday 10 February 2024 13:24:28 +0000 (0:00:00.013) 0:00:05.660 ***** 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-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:18 Saturday 10 February 2024 13:24:28 +0000 (0:00:00.007) 0:00:05.667 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:24:28 +0000 (0:00:00.016) 0:00:05.684 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:24:28 +0000 (0:00:00.009) 0:00:05.694 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003336", "end": "2024-02-10 13:24:28.939487", "rc": 0, "start": "2024-02-10 13:24:28.936151" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:24:28 +0000 (0:00:00.197) 0:00:05.891 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:24:28 +0000 (0:00:00.018) 0:00:05.909 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:20 Saturday 10 February 2024 13:24:29 +0000 (0:00:00.019) 0:00:05.929 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/assert_device_present.yml:3 Saturday 10 February 2024 13:24:29 +0000 (0:00:00.016) 0:00:05.945 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_interface_stat.yml:3 Saturday 10 February 2024 13:24:29 +0000 (0:00:00.012) 0:00:05.958 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707571468.0326207, "block_size": 4096, "blocks": 0, "ctime": 1707571468.0326207, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 29757, "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": 1707571468.0326207, "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-ci4arov9ns/tests/tasks/assert_device_present.yml:5 Saturday 10 February 2024 13:24:29 +0000 (0:00:00.196) 0:00:06.154 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:23 Saturday 10 February 2024 13:24:29 +0000 (0:00:00.010) 0:00:06.165 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:3 Saturday 10 February 2024 13:24:29 +0000 (0:00:00.018) 0:00:06.183 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:8 Saturday 10 February 2024 13:24:29 +0000 (0:00:00.007) 0:00:06.190 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:13 Saturday 10 February 2024 13:24:29 +0000 (0:00:00.014) 0:00:06.205 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:24:29 +0000 (0:00:00.012) 0:00:06.217 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:24:29 +0000 (0:00:00.010) 0:00:06.228 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003448", "end": "2024-02-10 13:24:29.473408", "rc": 0, "start": "2024-02-10 13:24:29.469960" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:24:29 +0000 (0:00:00.198) 0:00:06.427 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:24:29 +0000 (0:00:00.012) 0:00:06.439 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:16 Saturday 10 February 2024 13:24:29 +0000 (0:00:00.009) 0:00:06.449 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:23 Saturday 10 February 2024 13:24:30 +0000 (0:00:00.879) 0:00:07.328 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:31 Saturday 10 February 2024 13:24:30 +0000 (0:00:00.019) 0:00:07.348 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:39 Saturday 10 February 2024 13:24:30 +0000 (0:00:00.009) 0:00:07.358 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010105", "end": "2024-02-10 13:24:30.612781", "rc": 0, "start": "2024-02-10 13:24:30.602676" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:45 Saturday 10 February 2024 13:24:30 +0000 (0:00:00.216) 0:00:07.574 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:50 Saturday 10 February 2024 13:24:30 +0000 (0:00:00.036) 0:00:07.611 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:56 Saturday 10 February 2024 13:24:30 +0000 (0:00:00.010) 0:00:07.621 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:61 Saturday 10 February 2024 13:24:30 +0000 (0:00:00.048) 0:00:07.670 ***** 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-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:27 Saturday 10 February 2024 13:24:30 +0000 (0:00:00.022) 0:00:07.692 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:24:30 +0000 (0:00:00.042) 0:00:07.735 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:24:30 +0000 (0:00:00.010) 0:00:07.746 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003376", "end": "2024-02-10 13:24:31.004147", "rc": 0, "start": "2024-02-10 13:24:31.000771" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.202) 0:00:07.948 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.009) 0:00:07.957 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:29 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.008) 0:00:07.966 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/assert_device_absent.yml:3 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.019) 0:00:07.985 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_interface_stat.yml:3 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.009) 0:00:07.995 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/assert_device_absent.yml:5 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.187) 0:00:08.182 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tests_helpers_and_asserts.yml:15 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.011) 0:00:08.194 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:3 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.014) 0:00:08.208 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.011) 0:00:08.220 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.010) 0:00:08.230 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003271", "end": "2024-02-10 13:24:31.480692", "rc": 0, "start": "2024-02-10 13:24:31.477421" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.193) 0:00:08.424 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.009) 0:00:08.433 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:5 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.010) 0:00:08.444 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:3 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.012) 0:00:08.456 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:8 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.007) 0:00:08.464 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:13 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.007) 0:00:08.471 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.011) 0:00:08.482 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.009) 0:00:08.492 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003385", "end": "2024-02-10 13:24:31.736198", "rc": 0, "start": "2024-02-10 13:24:31.732813" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.187) 0:00:08.679 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.011) 0:00:08.691 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:16 Saturday 10 February 2024 13:24:31 +0000 (0:00:00.013) 0:00:08.705 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:23 Saturday 10 February 2024 13:24:32 +0000 (0:00:00.857) 0:00:09.562 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:31 Saturday 10 February 2024 13:24:32 +0000 (0:00:00.022) 0:00:09.585 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:39 Saturday 10 February 2024 13:24:32 +0000 (0:00:00.015) 0:00:09.601 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:45 Saturday 10 February 2024 13:24:32 +0000 (0:00:00.031) 0:00:09.632 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:50 Saturday 10 February 2024 13:24:32 +0000 (0:00:00.021) 0:00:09.654 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:56 Saturday 10 February 2024 13:24:32 +0000 (0:00:00.010) 0:00:09.664 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:61 Saturday 10 February 2024 13:24:32 +0000 (0:00:00.010) 0:00:09.675 ***** 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-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:9 Saturday 10 February 2024 13:24:32 +0000 (0:00:00.012) 0:00:09.687 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:24:32 +0000 (0:00:00.017) 0:00:09.705 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:24:32 +0000 (0:00:00.026) 0:00:09.731 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003330", "end": "2024-02-10 13:24:33.027448", "rc": 0, "start": "2024-02-10 13:24:33.024118" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:24:33 +0000 (0:00:00.239) 0:00:09.970 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:24:33 +0000 (0:00:00.010) 0:00:09.981 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:11 Saturday 10 February 2024 13:24:33 +0000 (0:00:00.010) 0:00:09.991 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/assert_device_absent.yml:3 Saturday 10 February 2024 13:24:33 +0000 (0:00:00.014) 0:00:10.006 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_interface_stat.yml:3 Saturday 10 February 2024 13:24:33 +0000 (0:00:00.010) 0:00:10.016 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/assert_device_absent.yml:5 Saturday 10 February 2024 13:24:33 +0000 (0:00:00.185) 0:00:10.202 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:14 Saturday 10 February 2024 13:24:33 +0000 (0:00:00.010) 0:00:10.213 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:3 Saturday 10 February 2024 13:24:33 +0000 (0:00:00.016) 0:00:10.229 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:8 Saturday 10 February 2024 13:24:33 +0000 (0:00:00.008) 0:00:10.238 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:13 Saturday 10 February 2024 13:24:33 +0000 (0:00:00.007) 0:00:10.245 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:24:33 +0000 (0:00:00.012) 0:00:10.257 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:24:33 +0000 (0:00:00.009) 0:00:10.267 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003329", "end": "2024-02-10 13:24:33.513926", "rc": 0, "start": "2024-02-10 13:24:33.510597" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:24:33 +0000 (0:00:00.190) 0:00:10.458 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:24:33 +0000 (0:00:00.012) 0:00:10.470 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:16 Saturday 10 February 2024 13:24:33 +0000 (0:00:00.010) 0:00:10.481 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:23 Saturday 10 February 2024 13:24:34 +0000 (0:00:00.866) 0:00:11.347 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:31 Saturday 10 February 2024 13:24:34 +0000 (0:00:00.020) 0:00:11.367 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:39 Saturday 10 February 2024 13:24:34 +0000 (0:00:00.009) 0:00:11.377 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:45 Saturday 10 February 2024 13:24:34 +0000 (0:00:00.015) 0:00:11.392 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.055808", "end": "2024-02-10 13:24:34.735676", "rc": 0, "start": "2024-02-10 13:24:34.679868" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:50 Saturday 10 February 2024 13:24:34 +0000 (0:00:00.299) 0:00:11.692 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:56 Saturday 10 February 2024 13:24:34 +0000 (0:00:00.010) 0:00:11.702 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:61 Saturday 10 February 2024 13:24:34 +0000 (0:00:00.022) 0:00:11.724 ***** 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-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:18 Saturday 10 February 2024 13:24:34 +0000 (0:00:00.012) 0:00:11.737 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:24:34 +0000 (0:00:00.023) 0:00:11.761 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:24:34 +0000 (0:00:00.012) 0:00:11.773 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003335", "end": "2024-02-10 13:24:35.029346", "rc": 0, "start": "2024-02-10 13:24:35.026011" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:24:35 +0000 (0:00:00.217) 0:00:11.991 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:24:35 +0000 (0:00:00.022) 0:00:12.013 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:20 Saturday 10 February 2024 13:24:35 +0000 (0:00:00.025) 0:00:12.039 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/assert_device_present.yml:3 Saturday 10 February 2024 13:24:35 +0000 (0:00:00.030) 0:00:12.070 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_interface_stat.yml:3 Saturday 10 February 2024 13:24:35 +0000 (0:00:00.016) 0:00:12.086 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1707571474.732452, "block_size": 4096, "blocks": 0, "ctime": 1707571474.732452, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30085, "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": 1707571474.732452, "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-ci4arov9ns/tests/tasks/assert_device_present.yml:5 Saturday 10 February 2024 13:24:35 +0000 (0:00:00.205) 0:00:12.292 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:23 Saturday 10 February 2024 13:24:35 +0000 (0:00:00.014) 0:00:12.306 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:3 Saturday 10 February 2024 13:24:35 +0000 (0:00:00.048) 0:00:12.354 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:8 Saturday 10 February 2024 13:24:35 +0000 (0:00:00.034) 0:00:12.388 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:13 Saturday 10 February 2024 13:24:35 +0000 (0:00:00.017) 0:00:12.406 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:24:35 +0000 (0:00:00.020) 0:00:12.427 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:24:35 +0000 (0:00:00.017) 0:00:12.444 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003397", "end": "2024-02-10 13:24:35.693349", "rc": 0, "start": "2024-02-10 13:24:35.689952" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:24:35 +0000 (0:00:00.204) 0:00:12.649 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:24:35 +0000 (0:00:00.015) 0:00:12.665 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:16 Saturday 10 February 2024 13:24:35 +0000 (0:00:00.011) 0:00:12.676 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:23 Saturday 10 February 2024 13:24:36 +0000 (0:00:00.896) 0:00:13.573 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:31 Saturday 10 February 2024 13:24:36 +0000 (0:00:00.014) 0:00:13.587 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:39 Saturday 10 February 2024 13:24:36 +0000 (0:00:00.008) 0:00:13.596 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:45 Saturday 10 February 2024 13:24:36 +0000 (0:00:00.009) 0:00:13.605 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:50 Saturday 10 February 2024 13:24:36 +0000 (0:00:00.008) 0:00:13.614 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007407", "end": "2024-02-10 13:24:36.864422", "rc": 0, "start": "2024-02-10 13:24:36.857015" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:56 Saturday 10 February 2024 13:24:36 +0000 (0:00:00.206) 0:00:13.820 ***** 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-ci4arov9ns/tests/tasks/manage_test_interface.yml:61 Saturday 10 February 2024 13:24:36 +0000 (0:00:00.012) 0:00:13.833 ***** 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-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:27 Saturday 10 February 2024 13:24:36 +0000 (0:00:00.015) 0:00:13.848 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:3 Saturday 10 February 2024 13:24:36 +0000 (0:00:00.023) 0:00:13.872 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 Saturday 10 February 2024 13:24:36 +0000 (0:00:00.036) 0:00:13.909 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003474", "end": "2024-02-10 13:24:37.168079", "rc": 0, "start": "2024-02-10 13:24:37.164605" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:9 Saturday 10 February 2024 13:24:37 +0000 (0:00:00.206) 0:00:14.115 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/show_interfaces.yml:5 Saturday 10 February 2024 13:24:37 +0000 (0:00:00.010) 0:00:14.125 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/create_and_remove_interface.yml:29 Saturday 10 February 2024 13:24:37 +0000 (0:00:00.009) 0:00:14.135 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/assert_device_absent.yml:3 Saturday 10 February 2024 13:24:37 +0000 (0:00:00.020) 0:00:14.155 ***** included: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_interface_stat.yml:3 Saturday 10 February 2024 13:24:37 +0000 (0:00:00.010) 0:00:14.166 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/assert_device_absent.yml:5 Saturday 10 February 2024 13:24:37 +0000 (0:00:00.188) 0:00:14.355 ***** 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 10 February 2024 13:24:37 +0000 (0:00:00.019) 0:00:14.374 ***** =============================================================================== Install iproute --------------------------------------------------------- 0.97s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.90s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.88s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.87s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.87s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.86s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.77s /WORKDIR/git-weekly-ci4arov9ns/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.61s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:23 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/el_repo_setup.yml:3 ---------------- Create dummy interface dummy1298 ---------------------------------------- 0.30s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:45 ------- Check if system is ostree ----------------------------------------------- 0.25s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/el_repo_setup.yml:17 --------------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.22s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:31 ------- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 ------- Delete veth interface veth1298 ------------------------------------------ 0.22s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:39 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_current_interfaces.yml:3 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/manage_test_interface.yml:50 ------- Get stat for interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-ci4arov9ns/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.20s /WORKDIR/git-weekly-ci4arov9ns/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. ---^---^---^---^---^---