# 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-ci4p7p9hkb/.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-ci4p7p9hkb/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-ci4p7p9hkb/tests/tests_helpers_and_asserts.yml:3 Saturday 02 December 2023 14:09:33 +0000 (0:00:00.046) 0:00:00.047 ***** ok: [sut] TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tests_helpers_and_asserts.yml:6 Saturday 02 December 2023 14:09:34 +0000 (0:00:00.888) 0:00:00.935 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/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-ci4p7p9hkb/tests/tasks/el_repo_setup.yml:3 Saturday 02 December 2023 14:09:34 +0000 (0:00:00.014) 0:00:00.949 ***** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/el_repo_setup.yml:17 Saturday 02 December 2023 14:09:34 +0000 (0:00:00.362) 0:00:01.312 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/el_repo_setup.yml:22 Saturday 02 December 2023 14:09:34 +0000 (0:00:00.258) 0:00:01.571 ***** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/el_repo_setup.yml:26 Saturday 02 December 2023 14:09:34 +0000 (0:00:00.018) 0:00:01.589 ***** 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-ci4p7p9hkb/tests/tasks/el_repo_setup.yml:51 Saturday 02 December 2023 14:09:34 +0000 (0:00:00.011) 0:00:01.600 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/enable_epel.yml:8 Saturday 02 December 2023 14:09:34 +0000 (0:00:00.028) 0:00:01.629 ***** 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-ci4p7p9hkb/tests/tasks/enable_epel.yml:24 Saturday 02 December 2023 14:09:35 +0000 (0:00:00.265) 0:00:01.894 ***** 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-ci4p7p9hkb/tests/tasks/enable_epel.yml:30 Saturday 02 December 2023 14:09:35 +0000 (0:00:00.011) 0:00:01.905 ***** 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-ci4p7p9hkb/tests/tasks/enable_epel.yml:35 Saturday 02 December 2023 14:09:35 +0000 (0:00:00.010) 0:00:01.916 ***** ok: [sut] => { "changed": false, "cmd": [ "dnf", "config-manager", "--set-enabled", "epel" ], "delta": "0:00:00.238596", "end": "2023-12-02 14:09:35.641201", "rc": 0, "start": "2023-12-02 14:09:35.402605" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/enable_epel.yml:40 Saturday 02 December 2023 14:09:35 +0000 (0:00:00.426) 0:00:02.342 ***** 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-ci4p7p9hkb/tests/tests_helpers_and_asserts.yml:9 Saturday 02 December 2023 14:09:35 +0000 (0:00:00.010) 0:00:02.352 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:3 Saturday 02 December 2023 14:09:35 +0000 (0:00:00.014) 0:00:02.366 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:09:35 +0000 (0:00:00.011) 0:00:02.378 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:09:35 +0000 (0:00:00.011) 0:00:02.390 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003368", "end": "2023-12-02 14:09:35.878004", "rc": 0, "start": "2023-12-02 14:09:35.874636" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:09:35 +0000 (0:00:00.188) 0:00:02.578 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:09:35 +0000 (0:00:00.011) 0:00:02.590 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:5 Saturday 02 December 2023 14:09:35 +0000 (0:00:00.010) 0:00:02.601 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:09:35 +0000 (0:00:00.016) 0:00:02.617 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:09:35 +0000 (0:00:00.009) 0:00:02.627 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:09:35 +0000 (0:00:00.008) 0:00:02.636 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:09:35 +0000 (0:00:00.014) 0:00:02.650 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:09:35 +0000 (0:00:00.014) 0:00:02.665 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003297", "end": "2023-12-02 14:09:36.155357", "rc": 0, "start": "2023-12-02 14:09:36.152060" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:09:36 +0000 (0:00:00.189) 0:00:02.855 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:09:36 +0000 (0:00:00.012) 0:00:02.867 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:09:36 +0000 (0:00:00.012) 0:00:02.880 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 14:09:39 +0000 (0:00:03.428) 0:00:06.308 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 14:09:39 +0000 (0:00:00.018) 0:00:06.326 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 14:09:39 +0000 (0:00:00.010) 0:00:06.336 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 14:09:39 +0000 (0:00:00.010) 0:00:06.347 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 14:09:39 +0000 (0:00:00.010) 0:00:06.357 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 14:09:39 +0000 (0:00:00.010) 0:00:06.368 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:09:39 +0000 (0:00:00.011) 0:00:06.379 ***** 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-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:9 Saturday 02 December 2023 14:09:39 +0000 (0:00:00.011) 0:00:06.390 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:09:39 +0000 (0:00:00.023) 0:00:06.414 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:09:39 +0000 (0:00:00.015) 0:00:06.430 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003420", "end": "2023-12-02 14:09:39.922410", "rc": 0, "start": "2023-12-02 14:09:39.918990" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:09:39 +0000 (0:00:00.193) 0:00:06.623 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:09:39 +0000 (0:00:00.012) 0:00:06.635 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:11 Saturday 02 December 2023 14:09:39 +0000 (0:00:00.013) 0:00:06.649 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/assert_device_absent.yml:3 Saturday 02 December 2023 14:09:39 +0000 (0:00:00.017) 0:00:06.666 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 14:09:39 +0000 (0:00:00.011) 0:00:06.678 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/assert_device_absent.yml:5 Saturday 02 December 2023 14:09:40 +0000 (0:00:00.189) 0:00:06.868 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:14 Saturday 02 December 2023 14:09:40 +0000 (0:00:00.013) 0:00:06.882 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:09:40 +0000 (0:00:00.027) 0:00:06.909 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:09:40 +0000 (0:00:00.009) 0:00:06.919 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:09:40 +0000 (0:00:00.008) 0:00:06.928 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:09:40 +0000 (0:00:00.012) 0:00:06.940 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:09:40 +0000 (0:00:00.011) 0:00:06.952 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003194", "end": "2023-12-02 14:09:40.441073", "rc": 0, "start": "2023-12-02 14:09:40.437879" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:09:40 +0000 (0:00:00.189) 0:00:07.141 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:09:40 +0000 (0:00:00.015) 0:00:07.156 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:09:40 +0000 (0:00:00.012) 0:00:07.169 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 14:09:43 +0000 (0:00:02.920) 0:00:10.089 ***** 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.013348", "end": "2023-12-02 14:09:43.593856", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2023-12-02 14:09:43.580508" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003683", "end": "2023-12-02 14:09:43.814776", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2023-12-02 14:09:43.811093" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.003883", "end": "2023-12-02 14:09:43.996095", "item": "ip link set veth1298 up", "rc": 0, "start": "2023-12-02 14:09:43.992212" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.607) 0:00:10.696 ***** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.023367", "end": "2023-12-02 14:09:44.208445", "rc": 0, "start": "2023-12-02 14:09:44.185078" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.213) 0:00:10.910 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.011) 0:00:10.921 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.011) 0:00:10.932 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.011) 0:00:10.944 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.015) 0:00:10.959 ***** 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-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:18 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.010) 0:00:10.969 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.025) 0:00:10.995 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.014) 0:00:11.010 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003076", "end": "2023-12-02 14:09:44.502884", "rc": 0, "start": "2023-12-02 14:09:44.499808" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.192) 0:00:11.202 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.013) 0:00:11.216 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:20 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.011) 0:00:11.227 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/assert_device_present.yml:3 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.020) 0:00:11.247 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.011) 0:00:11.259 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701526183.5838947, "block_size": 4096, "blocks": 0, "ctime": 1701526183.5838947, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30556, "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": 1701526183.5838947, "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-ci4p7p9hkb/tests/tasks/assert_device_present.yml:5 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.186) 0:00:11.446 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:23 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.013) 0:00:11.459 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.021) 0:00:11.481 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.008) 0:00:11.489 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.009) 0:00:11.499 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.014) 0:00:11.513 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:09:44 +0000 (0:00:00.011) 0:00:11.525 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003075", "end": "2023-12-02 14:09:45.014496", "rc": 0, "start": "2023-12-02 14:09:45.011421" } STDOUT: bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:09:45 +0000 (0:00:00.190) 0:00:11.715 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:09:45 +0000 (0:00:00.015) 0:00:11.730 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:09:45 +0000 (0:00:00.013) 0:00:11.743 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 14:09:48 +0000 (0:00:03.004) 0:00:14.748 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.018) 0:00:14.766 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.010) 0:00:14.776 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.008913", "end": "2023-12-02 14:09:48.273814", "rc": 0, "start": "2023-12-02 14:09:48.264901" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.199) 0:00:14.976 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.011) 0:00:14.987 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.010) 0:00:14.997 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.009) 0:00:15.007 ***** 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-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:27 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.009) 0:00:15.017 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.025) 0:00:15.042 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.011) 0:00:15.054 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003204", "end": "2023-12-02 14:09:48.542740", "rc": 0, "start": "2023-12-02 14:09:48.539536" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.187) 0:00:15.242 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.012) 0:00:15.254 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:29 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.011) 0:00:15.265 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/assert_device_absent.yml:3 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.023) 0:00:15.289 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.013) 0:00:15.302 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/assert_device_absent.yml:5 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.186) 0:00:15.489 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tests_helpers_and_asserts.yml:15 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.013) 0:00:15.502 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:3 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.022) 0:00:15.525 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.014) 0:00:15.540 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:09:48 +0000 (0:00:00.013) 0:00:15.553 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003047", "end": "2023-12-02 14:09:49.041898", "rc": 0, "start": "2023-12-02 14:09:49.038851" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:09:49 +0000 (0:00:00.188) 0:00:15.741 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:09:49 +0000 (0:00:00.011) 0:00:15.753 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:5 Saturday 02 December 2023 14:09:49 +0000 (0:00:00.010) 0:00:15.763 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:09:49 +0000 (0:00:00.015) 0:00:15.779 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:09:49 +0000 (0:00:00.008) 0:00:15.787 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:09:49 +0000 (0:00:00.008) 0:00:15.796 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:09:49 +0000 (0:00:00.013) 0:00:15.810 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:09:49 +0000 (0:00:00.011) 0:00:15.821 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003029", "end": "2023-12-02 14:09:49.309396", "rc": 0, "start": "2023-12-02 14:09:49.306367" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:09:49 +0000 (0:00:00.186) 0:00:16.008 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:09:49 +0000 (0:00:00.011) 0:00:16.019 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:09:49 +0000 (0:00:00.012) 0:00:16.031 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 14:09:52 +0000 (0:00:02.907) 0:00:18.939 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.019) 0:00:18.958 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.011) 0:00:18.970 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.011) 0:00:18.982 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.012) 0:00:18.995 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.011) 0:00:19.006 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.011) 0:00:19.018 ***** 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-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:9 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.012) 0:00:19.030 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.022) 0:00:19.053 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.016) 0:00:19.070 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003183", "end": "2023-12-02 14:09:52.562469", "rc": 0, "start": "2023-12-02 14:09:52.559286" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.192) 0:00:19.262 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.011) 0:00:19.274 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:11 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.010) 0:00:19.285 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/assert_device_absent.yml:3 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.017) 0:00:19.302 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.013) 0:00:19.315 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/assert_device_absent.yml:5 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.186) 0:00:19.502 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:14 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.013) 0:00:19.515 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.019) 0:00:19.534 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.011) 0:00:19.546 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.010) 0:00:19.557 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.013) 0:00:19.571 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:09:52 +0000 (0:00:00.011) 0:00:19.583 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003288", "end": "2023-12-02 14:09:53.072863", "rc": 0, "start": "2023-12-02 14:09:53.069575" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:09:53 +0000 (0:00:00.189) 0:00:19.772 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:09:53 +0000 (0:00:00.013) 0:00:19.785 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:09:53 +0000 (0:00:00.013) 0:00:19.799 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 14:09:56 +0000 (0:00:02.910) 0:00:22.709 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.020) 0:00:22.730 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.011) 0:00:22.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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.012) 0:00:22.754 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009753", "end": "2023-12-02 14:09:56.253574", "rc": 0, "start": "2023-12-02 14:09:56.243821" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.210) 0:00:22.964 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.011) 0:00:22.976 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.010) 0:00:22.986 ***** 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-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:18 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.009) 0:00:22.996 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.030) 0:00:23.026 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.014) 0:00:23.041 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003319", "end": "2023-12-02 14:09:56.530937", "rc": 0, "start": "2023-12-02 14:09:56.527618" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.188) 0:00:23.229 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.012) 0:00:23.242 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:20 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.011) 0:00:23.253 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/assert_device_present.yml:3 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.022) 0:00:23.276 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.013) 0:00:23.290 ***** ok: [sut] => { "changed": false, "stat": { "atime": 1701526196.252109, "block_size": 4096, "blocks": 0, "ctime": 1701526196.252109, "dev": 21, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 30879, "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": 1701526196.252109, "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-ci4p7p9hkb/tests/tasks/assert_device_present.yml:5 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.188) 0:00:23.478 ***** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:23 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.014) 0:00:23.493 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:3 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.024) 0:00:23.518 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:8 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.010) 0:00:23.528 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:13 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.010) 0:00:23.539 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.016) 0:00:23.555 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:09:56 +0000 (0:00:00.015) 0:00:23.570 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003041", "end": "2023-12-02 14:09:57.060076", "rc": 0, "start": "2023-12-02 14:09:57.057035" } STDOUT: bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:09:57 +0000 (0:00:00.188) 0:00:23.759 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:09:57 +0000 (0:00:00.013) 0:00:23.772 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:16 Saturday 02 December 2023 14:09:57 +0000 (0:00:00.012) 0:00:23.785 ***** ok: [sut] => { "changed": false, "rc": 0, "results": [] } MSG: Nothing to do lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:23 Saturday 02 December 2023 14:10:00 +0000 (0:00:02.937) 0:00:26.723 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:31 Saturday 02 December 2023 14:10:00 +0000 (0:00:00.020) 0:00:26.743 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:39 Saturday 02 December 2023 14:10:00 +0000 (0:00:00.011) 0:00:26.754 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:45 Saturday 02 December 2023 14:10:00 +0000 (0:00:00.012) 0:00:26.767 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:50 Saturday 02 December 2023 14:10:00 +0000 (0:00:00.011) 0:00:26.778 ***** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.007556", "end": "2023-12-02 14:10:00.275621", "rc": 0, "start": "2023-12-02 14:10:00.268065" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:56 Saturday 02 December 2023 14:10:00 +0000 (0:00:00.198) 0:00:26.977 ***** 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-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:61 Saturday 02 December 2023 14:10:00 +0000 (0:00:00.012) 0:00:26.989 ***** 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-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:27 Saturday 02 December 2023 14:10:00 +0000 (0:00:00.010) 0:00:27.000 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:3 Saturday 02 December 2023 14:10:00 +0000 (0:00:00.026) 0:00:27.026 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 Saturday 02 December 2023 14:10:00 +0000 (0:00:00.010) 0:00:27.037 ***** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003441", "end": "2023-12-02 14:10:00.528120", "rc": 0, "start": "2023-12-02 14:10:00.524679" } STDOUT: bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:9 Saturday 02 December 2023 14:10:00 +0000 (0:00:00.191) 0:00:27.229 ***** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/show_interfaces.yml:5 Saturday 02 December 2023 14:10:00 +0000 (0:00:00.015) 0:00:27.244 ***** ok: [sut] => {} MSG: current_interfaces: ['bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/create_and_remove_interface.yml:29 Saturday 02 December 2023 14:10:00 +0000 (0:00:00.014) 0:00:27.259 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/assert_device_absent.yml:3 Saturday 02 December 2023 14:10:00 +0000 (0:00:00.026) 0:00:27.285 ***** included: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_interface_stat.yml:3 Saturday 02 December 2023 14:10:00 +0000 (0:00:00.013) 0:00:27.298 ***** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/assert_device_absent.yml:5 Saturday 02 December 2023 14:10:00 +0000 (0:00:00.185) 0:00:27.484 ***** 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 December 2023 14:10:00 +0000 (0:00:00.018) 0:00:27.503 ***** =============================================================================== Install iproute --------------------------------------------------------- 3.43s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 3.00s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.94s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.92s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.91s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 2.91s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:16 ------- Gathering Facts --------------------------------------------------------- 0.89s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tests_helpers_and_asserts.yml:3 ---------- Create veth interface veth1298 ------------------------------------------ 0.61s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:23 ------- Enable EPEL 8 ----------------------------------------------------------- 0.43s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/enable_epel.yml:35 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.36s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/el_repo_setup.yml:3 ---------------- Create EPEL 8 ----------------------------------------------------------- 0.27s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/enable_epel.yml:8 ------------------ Check if system is ostree ----------------------------------------------- 0.26s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/el_repo_setup.yml:17 --------------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:31 ------- Create dummy interface dummy1298 ---------------------------------------- 0.21s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:45 ------- Delete veth interface veth1298 ------------------------------------------ 0.20s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:39 ------- Delete dummy interface dummy1298 ---------------------------------------- 0.20s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/manage_test_interface.yml:50 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci4p7p9hkb/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.19s /WORKDIR/git-weekly-ci4p7p9hkb/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. ---^---^---^---^---^---