# 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-ciwl2gj5od/.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-ciwl2gj5od/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-ciwl2gj5od/tests/tests_helpers_and_asserts.yml:3 Saturday 02 March 2024 13:40:25 +0000 (0:00:00.033) 0:00:00.033 ******** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tests_helpers_and_asserts.yml:6 Saturday 02 March 2024 13:40:26 +0000 (0:00:00.944) 0:00:00.978 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/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-ciwl2gj5od/tests/tasks/el_repo_setup.yml:3 Saturday 02 March 2024 13:40:26 +0000 (0:00:00.011) 0:00:00.990 ******** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/el_repo_setup.yml:17 Saturday 02 March 2024 13:40:26 +0000 (0:00:00.422) 0:00:01.413 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/el_repo_setup.yml:22 Saturday 02 March 2024 13:40:26 +0000 (0:00:00.279) 0:00:01.693 ******** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/el_repo_setup.yml:26 Saturday 02 March 2024 13:40:26 +0000 (0:00:00.015) 0:00:01.708 ******** 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-ciwl2gj5od/tests/tasks/el_repo_setup.yml:51 Saturday 02 March 2024 13:40:26 +0000 (0:00:00.009) 0:00:01.718 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/enable_epel.yml:8 Saturday 02 March 2024 13:40:26 +0000 (0:00:00.027) 0:00:01.746 ******** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm" ], "delta": null, "end": null, "rc": 0, "start": null } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists MSG: Did not run command since '/etc/yum.repos.d/epel.repo' exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/enable_epel.yml:24 Saturday 02 March 2024 13:40:27 +0000 (0:00:00.282) 0:00:02.028 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/enable_epel.yml:30 Saturday 02 March 2024 13:40:27 +0000 (0:00:00.011) 0:00:02.040 ******** skipping: [sut] => { "changed": false, "false_condition": "ansible_distribution_major_version == '7'", "skip_reason": "Conditional result was False" } TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/enable_epel.yml:35 Saturday 02 March 2024 13:40:27 +0000 (0:00:00.008) 0:00:02.048 ******** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:01.277678", "end": "2024-03-02 13:40:28.617872", "rc": 0, "start": "2024-03-02 13:40:27.340194" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/enable_epel.yml:40 Saturday 02 March 2024 13:40:28 +0000 (0:00:01.507) 0:00:03.556 ******** 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-ciwl2gj5od/tests/tests_helpers_and_asserts.yml:9 Saturday 02 March 2024 13:40:28 +0000 (0:00:00.010) 0:00:03.566 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:3 Saturday 02 March 2024 13:40:28 +0000 (0:00:00.014) 0:00:03.581 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:40:28 +0000 (0:00:00.032) 0:00:03.613 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:40:28 +0000 (0:00:00.016) 0:00:03.630 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004294", "end": "2024-03-02 13:40:28.957949", "rc": 0, "start": "2024-03-02 13:40:28.953655" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:40:28 +0000 (0:00:00.253) 0:00:03.884 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:40:29 +0000 (0:00:00.022) 0:00:03.906 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:5 Saturday 02 March 2024 13:40:29 +0000 (0:00:00.033) 0:00:03.940 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:3 Saturday 02 March 2024 13:40:29 +0000 (0:00:00.022) 0:00:03.962 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:8 Saturday 02 March 2024 13:40:29 +0000 (0:00:00.009) 0:00:03.972 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:13 Saturday 02 March 2024 13:40:29 +0000 (0:00:00.029) 0:00:04.002 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:40:29 +0000 (0:00:00.018) 0:00:04.020 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:40:29 +0000 (0:00:00.026) 0:00:04.047 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003921", "end": "2024-03-02 13:40:29.352145", "rc": 0, "start": "2024-03-02 13:40:29.348224" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:40:29 +0000 (0:00:00.235) 0:00:04.283 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:40:29 +0000 (0:00:00.028) 0:00:04.311 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:16 Saturday 02 March 2024 13:40:29 +0000 (0:00:00.021) 0:00:04.333 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:27 Saturday 02 March 2024 13:40:32 +0000 (0:00:03.165) 0:00:07.499 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:35 Saturday 02 March 2024 13:40:32 +0000 (0:00:00.018) 0:00:07.518 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:43 Saturday 02 March 2024 13:40:32 +0000 (0:00:00.016) 0:00:07.535 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:49 Saturday 02 March 2024 13:40:32 +0000 (0:00:00.025) 0:00:07.560 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:54 Saturday 02 March 2024 13:40:32 +0000 (0:00:00.010) 0:00:07.571 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:60 Saturday 02 March 2024 13:40:32 +0000 (0:00:00.008) 0:00:07.580 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:65 Saturday 02 March 2024 13:40:32 +0000 (0:00:00.026) 0:00:07.606 ******** 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-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:9 Saturday 02 March 2024 13:40:32 +0000 (0:00:00.010) 0:00:07.616 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:40:32 +0000 (0:00:00.036) 0:00:07.653 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:40:32 +0000 (0:00:00.018) 0:00:07.671 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004034", "end": "2024-03-02 13:40:32.990182", "rc": 0, "start": "2024-03-02 13:40:32.986148" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:40:33 +0000 (0:00:00.241) 0:00:07.913 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:40:33 +0000 (0:00:00.030) 0:00:07.943 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:11 Saturday 02 March 2024 13:40:33 +0000 (0:00:00.014) 0:00:07.958 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/assert_device_absent.yml:3 Saturday 02 March 2024 13:40:33 +0000 (0:00:00.017) 0:00:07.975 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_interface_stat.yml:3 Saturday 02 March 2024 13:40:33 +0000 (0:00:00.011) 0:00:07.987 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/assert_device_absent.yml:5 Saturday 02 March 2024 13:40:33 +0000 (0:00:00.213) 0:00:08.200 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:14 Saturday 02 March 2024 13:40:33 +0000 (0:00:00.019) 0:00:08.219 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:3 Saturday 02 March 2024 13:40:33 +0000 (0:00:00.029) 0:00:08.249 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:8 Saturday 02 March 2024 13:40:33 +0000 (0:00:00.053) 0:00:08.302 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:13 Saturday 02 March 2024 13:40:33 +0000 (0:00:00.016) 0:00:08.319 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:40:33 +0000 (0:00:00.022) 0:00:08.342 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:40:33 +0000 (0:00:00.032) 0:00:08.375 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003856", "end": "2024-03-02 13:40:33.689484", "rc": 0, "start": "2024-03-02 13:40:33.685628" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:40:33 +0000 (0:00:00.235) 0:00:08.611 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:40:33 +0000 (0:00:00.013) 0:00:08.624 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:16 Saturday 02 March 2024 13:40:33 +0000 (0:00:00.009) 0:00:08.634 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:27 Saturday 02 March 2024 13:40:36 +0000 (0:00:02.882) 0:00:11.516 ******** 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.013483", "end": "2024-03-02 13:40:36.826107", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-03-02 13:40:36.812624" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.004730", "end": "2024-03-02 13:40:37.079874", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-03-02 13:40:37.075144" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004862", "end": "2024-03-02 13:40:37.299517", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-03-02 13:40:37.294655" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:35 Saturday 02 March 2024 13:40:37 +0000 (0:00:00.704) 0:00:12.221 ******** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.027113", "end": "2024-03-02 13:40:37.539408", "rc": 0, "start": "2024-03-02 13:40:37.512295" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:43 Saturday 02 March 2024 13:40:37 +0000 (0:00:00.239) 0:00:12.460 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:49 Saturday 02 March 2024 13:40:37 +0000 (0:00:00.010) 0:00:12.470 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:54 Saturday 02 March 2024 13:40:37 +0000 (0:00:00.012) 0:00:12.482 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:60 Saturday 02 March 2024 13:40:37 +0000 (0:00:00.010) 0:00:12.492 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:65 Saturday 02 March 2024 13:40:37 +0000 (0:00:00.035) 0:00:12.528 ******** 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-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:18 Saturday 02 March 2024 13:40:37 +0000 (0:00:00.065) 0:00:12.593 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:40:37 +0000 (0:00:00.031) 0:00:12.625 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:40:37 +0000 (0:00:00.011) 0:00:12.636 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003924", "end": "2024-03-02 13:40:37.936650", "rc": 0, "start": "2024-03-02 13:40:37.932726" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:40:37 +0000 (0:00:00.225) 0:00:12.862 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:40:37 +0000 (0:00:00.014) 0:00:12.876 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:20 Saturday 02 March 2024 13:40:37 +0000 (0:00:00.015) 0:00:12.891 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/assert_device_present.yml:3 Saturday 02 March 2024 13:40:38 +0000 (0:00:00.022) 0:00:12.914 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_interface_stat.yml:3 Saturday 02 March 2024 13:40:38 +0000 (0:00:00.010) 0:00:12.924 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709386836.8168035, "block_size": 4096, "blocks": 0, "ctime": 1709386836.8168035, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30674, "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": 1709386836.8168035, "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-ciwl2gj5od/tests/tasks/assert_device_present.yml:5 Saturday 02 March 2024 13:40:38 +0000 (0:00:00.238) 0:00:13.163 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:23 Saturday 02 March 2024 13:40:38 +0000 (0:00:00.010) 0:00:13.174 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:3 Saturday 02 March 2024 13:40:38 +0000 (0:00:00.021) 0:00:13.196 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:8 Saturday 02 March 2024 13:40:38 +0000 (0:00:00.033) 0:00:13.229 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:13 Saturday 02 March 2024 13:40:38 +0000 (0:00:00.021) 0:00:13.251 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:40:38 +0000 (0:00:00.011) 0:00:13.262 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:40:38 +0000 (0:00:00.009) 0:00:13.272 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004006", "end": "2024-03-02 13:40:38.585815", "rc": 0, "start": "2024-03-02 13:40:38.581809" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:40:38 +0000 (0:00:00.236) 0:00:13.508 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:40:38 +0000 (0:00:00.022) 0:00:13.530 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:16 Saturday 02 March 2024 13:40:38 +0000 (0:00:00.018) 0:00:13.549 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:27 Saturday 02 March 2024 13:40:41 +0000 (0:00:02.921) 0:00:16.470 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:35 Saturday 02 March 2024 13:40:41 +0000 (0:00:00.012) 0:00:16.483 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:43 Saturday 02 March 2024 13:40:41 +0000 (0:00:00.007) 0:00:16.490 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011317", "end": "2024-03-02 13:40:41.798325", "rc": 0, "start": "2024-03-02 13:40:41.787008" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:49 Saturday 02 March 2024 13:40:41 +0000 (0:00:00.232) 0:00:16.723 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:54 Saturday 02 March 2024 13:40:41 +0000 (0:00:00.016) 0:00:16.739 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:60 Saturday 02 March 2024 13:40:41 +0000 (0:00:00.019) 0:00:16.759 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:65 Saturday 02 March 2024 13:40:41 +0000 (0:00:00.011) 0:00:16.771 ******** 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-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:27 Saturday 02 March 2024 13:40:41 +0000 (0:00:00.012) 0:00:16.783 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:40:41 +0000 (0:00:00.034) 0:00:16.818 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:40:41 +0000 (0:00:00.030) 0:00:16.848 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003833", "end": "2024-03-02 13:40:42.156056", "rc": 0, "start": "2024-03-02 13:40:42.152223" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.228) 0:00:17.076 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.011) 0:00:17.088 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:29 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.010) 0:00:17.098 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/assert_device_absent.yml:3 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.019) 0:00:17.118 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_interface_stat.yml:3 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.009) 0:00:17.127 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/assert_device_absent.yml:5 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.217) 0:00:17.345 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tests_helpers_and_asserts.yml:15 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.032) 0:00:17.378 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:3 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.037) 0:00:17.415 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.011) 0:00:17.426 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.008) 0:00:17.435 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003940", "end": "2024-03-02 13:40:42.732666", "rc": 0, "start": "2024-03-02 13:40:42.728726" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.237) 0:00:17.673 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.011) 0:00:17.684 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:5 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.013) 0:00:17.698 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:3 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.013) 0:00:17.712 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:8 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.011) 0:00:17.723 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:13 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.008) 0:00:17.732 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.023) 0:00:17.755 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:40:42 +0000 (0:00:00.011) 0:00:17.766 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003803", "end": "2024-03-02 13:40:43.063428", "rc": 0, "start": "2024-03-02 13:40:43.059625" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:40:43 +0000 (0:00:00.217) 0:00:17.984 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:40:43 +0000 (0:00:00.009) 0:00:17.994 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:16 Saturday 02 March 2024 13:40:43 +0000 (0:00:00.009) 0:00:18.004 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:27 Saturday 02 March 2024 13:40:45 +0000 (0:00:02.888) 0:00:20.892 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:35 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.017) 0:00:20.909 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:43 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.009) 0:00:20.918 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:49 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.018) 0:00:20.936 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:54 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.010) 0:00:20.947 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:60 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.009) 0:00:20.956 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:65 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.010) 0:00:20.967 ******** 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-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:9 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.011) 0:00:20.979 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.020) 0:00:21.000 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.014) 0:00:21.014 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003945", "end": "2024-03-02 13:40:46.310073", "rc": 0, "start": "2024-03-02 13:40:46.306128" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.217) 0:00:21.231 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.014) 0:00:21.245 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:11 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.009) 0:00:21.255 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/assert_device_absent.yml:3 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.024) 0:00:21.279 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_interface_stat.yml:3 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.010) 0:00:21.290 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/assert_device_absent.yml:5 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.219) 0:00:21.509 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:14 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.010) 0:00:21.520 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:3 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.020) 0:00:21.540 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:8 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.008) 0:00:21.549 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:13 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.009) 0:00:21.558 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.025) 0:00:21.583 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.017) 0:00:21.601 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003936", "end": "2024-03-02 13:40:46.901361", "rc": 0, "start": "2024-03-02 13:40:46.897425" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.219) 0:00:21.821 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.011) 0:00:21.832 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:16 Saturday 02 March 2024 13:40:46 +0000 (0:00:00.012) 0:00:21.844 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:27 Saturday 02 March 2024 13:40:49 +0000 (0:00:02.873) 0:00:24.717 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:35 Saturday 02 March 2024 13:40:49 +0000 (0:00:00.015) 0:00:24.733 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:43 Saturday 02 March 2024 13:40:49 +0000 (0:00:00.007) 0:00:24.741 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:49 Saturday 02 March 2024 13:40:49 +0000 (0:00:00.007) 0:00:24.749 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.012816", "end": "2024-03-02 13:40:50.055630", "rc": 0, "start": "2024-03-02 13:40:50.042814" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:54 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.240) 0:00:24.989 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:60 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.009) 0:00:24.998 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:65 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.012) 0:00:25.011 ******** 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-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:18 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.010) 0:00:25.021 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.018) 0:00:25.039 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.009) 0:00:25.048 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004059", "end": "2024-03-02 13:40:50.345819", "rc": 0, "start": "2024-03-02 13:40:50.341760" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.218) 0:00:25.267 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.010) 0:00:25.278 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:20 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.014) 0:00:25.292 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/assert_device_present.yml:3 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.018) 0:00:25.310 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_interface_stat.yml:3 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.010) 0:00:25.321 ******** ok: [sut] => { "changed": false, "stat": { "atime": 1709386850.0529017, "block_size": 4096, "blocks": 0, "ctime": 1709386850.0529017, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30997, "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": 1709386850.0529017, "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-ciwl2gj5od/tests/tasks/assert_device_present.yml:5 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.219) 0:00:25.541 ******** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:23 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.015) 0:00:25.556 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:3 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.019) 0:00:25.576 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:8 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.008) 0:00:25.585 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:13 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.009) 0:00:25.594 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.011) 0:00:25.605 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.013) 0:00:25.619 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004079", "end": "2024-03-02 13:40:50.919323", "rc": 0, "start": "2024-03-02 13:40:50.915244" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.226) 0:00:25.845 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.017) 0:00:25.863 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:16 Saturday 02 March 2024 13:40:50 +0000 (0:00:00.010) 0:00:25.873 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:27 Saturday 02 March 2024 13:40:53 +0000 (0:00:02.874) 0:00:28.748 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:35 Saturday 02 March 2024 13:40:53 +0000 (0:00:00.019) 0:00:28.768 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:43 Saturday 02 March 2024 13:40:53 +0000 (0:00:00.008) 0:00:28.776 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:49 Saturday 02 March 2024 13:40:53 +0000 (0:00:00.013) 0:00:28.789 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:54 Saturday 02 March 2024 13:40:53 +0000 (0:00:00.009) 0:00:28.799 ******** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010065", "end": "2024-03-02 13:40:54.103315", "rc": 0, "start": "2024-03-02 13:40:54.093250" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:60 Saturday 02 March 2024 13:40:54 +0000 (0:00:00.224) 0:00:29.024 ******** 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-ciwl2gj5od/tests/tasks/manage_test_interface.yml:65 Saturday 02 March 2024 13:40:54 +0000 (0:00:00.009) 0:00:29.033 ******** 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-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:27 Saturday 02 March 2024 13:40:54 +0000 (0:00:00.007) 0:00:29.041 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:3 Saturday 02 March 2024 13:40:54 +0000 (0:00:00.018) 0:00:29.059 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 Saturday 02 March 2024 13:40:54 +0000 (0:00:00.009) 0:00:29.068 ******** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.004071", "end": "2024-03-02 13:40:54.363874", "rc": 0, "start": "2024-03-02 13:40:54.359803" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:9 Saturday 02 March 2024 13:40:54 +0000 (0:00:00.219) 0:00:29.288 ******** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/show_interfaces.yml:5 Saturday 02 March 2024 13:40:54 +0000 (0:00:00.009) 0:00:29.297 ******** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/create_and_remove_interface.yml:29 Saturday 02 March 2024 13:40:54 +0000 (0:00:00.012) 0:00:29.310 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/assert_device_absent.yml:3 Saturday 02 March 2024 13:40:54 +0000 (0:00:00.027) 0:00:29.337 ******** included: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_interface_stat.yml:3 Saturday 02 March 2024 13:40:54 +0000 (0:00:00.011) 0:00:29.348 ******** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/assert_device_absent.yml:5 Saturday 02 March 2024 13:40:54 +0000 (0:00:00.218) 0:00:29.567 ******** ok: [sut] => { "changed": false } MSG: All assertions passed PLAY RECAP ********************************************************************* sut : ok=121 changed=0 unreachable=0 failed=0 skipped=53 rescued=0 ignored=0 Saturday 02 March 2024 13:40:54 +0000 (0:00:00.027) 0:00:29.595 ******** =============================================================================== Install iproute --------------------------------------------------------- 3.17s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.92s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.89s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.88s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.87s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.87s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:16 ------- Enable EPEL 8 ----------------------------------------------------------- 1.51s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/enable_epel.yml:35 ----------------- Gathering Facts --------------------------------------------------------- 0.94s /WORKDIR/git-weekly-ciwl2gj5od/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.70s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:27 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.42s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/el_repo_setup.yml:3 ---------------- Create EPEL 8 ----------------------------------------------------------- 0.28s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/enable_epel.yml:8 ------------------ Check if system is ostree ----------------------------------------------- 0.28s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/el_repo_setup.yml:17 --------------- Gather current interface info ------------------------------------------- 0.25s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 ------- Create dummy interface dummy1298 ---------------------------------------- 0.24s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:49 ------- Set up veth as managed by NetworkManager -------------------------------- 0.24s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/manage_test_interface.yml:35 ------- Get stat for interface veth1298 ----------------------------------------- 0.24s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-ciwl2gj5od/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.24s /WORKDIR/git-weekly-ciwl2gj5od/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. ---^---^---^---^---^---