# STDOUT: ---v---v---v---v---v--- ansible-playbook 2.9.27 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.9/lib/python3.9/site-packages/ansible executable location = /opt/ansible-2.9/bin/ansible-playbook python version = 3.9.18 (main, Sep 7 2023, 00:00:00) [GCC 11.4.1 20230605 (Red Hat 11.4.1-2)] Using /etc/ansible/ansible.cfg as config file Skipping callback 'actionable', as we already have a stdout callback. Skipping callback 'counter_enabled', as we already have a stdout callback. Skipping callback 'debug', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'dense', as we already have a stdout callback. Skipping callback 'full_skip', as we already have a stdout callback. Skipping callback 'json', as we already have a stdout callback. Skipping callback 'minimal', as we already have a stdout callback. Skipping callback 'null', as we already have a stdout callback. Skipping callback 'oneline', as we already have a stdout callback. Skipping callback 'selective', as we already have a stdout callback. Skipping callback 'skippy', as we already have a stdout callback. Skipping callback 'stderr', as we already have a stdout callback. Skipping callback 'unixy', as we already have a stdout callback. Skipping callback 'yaml', as we already have a stdout callback. PLAYBOOK: tests_helpers_and_asserts.yml **************************************** 1 plays in /WORKDIR/git-weekly-ci0emfo11x/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-ci0emfo11x/tests/tests_helpers_and_asserts.yml:3 Saturday 11 May 2024 13:33:33 +0000 (0:00:00.015) 0:00:00.015 ********** ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tests_helpers_and_asserts.yml:6 Saturday 11 May 2024 13:33:34 +0000 (0:00:00.605) 0:00:00.620 ********** included: /WORKDIR/git-weekly-ci0emfo11x/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-ci0emfo11x/tests/tasks/el_repo_setup.yml:3 Saturday 11 May 2024 13:33:34 +0000 (0:00:00.021) 0:00:00.642 ********** ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/el_repo_setup.yml:19 Saturday 11 May 2024 13:33:34 +0000 (0:00:00.225) 0:00:00.867 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/el_repo_setup.yml:24 Saturday 11 May 2024 13:33:34 +0000 (0:00:00.194) 0:00:01.062 ********** ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/el_repo_setup.yml:28 Saturday 11 May 2024 13:33:34 +0000 (0:00:00.019) 0:00:01.081 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/el_repo_setup.yml:53 Saturday 11 May 2024 13:33:34 +0000 (0:00:00.017) 0:00:01.098 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/enable_epel.yml:8 Saturday 11 May 2024 13:33:34 +0000 (0:00:00.031) 0:00:01.129 ********** ok: [sut] => { "attempts": 1, "changed": false, "cmd": [ "rpm", "-iv", "https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm" ], "rc": 0 } STDOUT: skipped, since /etc/yum.repos.d/epel.repo exists TASK [Install yum-utils package] *********************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/enable_epel.yml:24 Saturday 11 May 2024 13:33:34 +0000 (0:00:00.193) 0:00:01.323 ********** ok: [sut] => { "changed": false, "rc": 0, "results": [ "yum-utils-1.1.31-54.el7_8.noarch providing yum-utils is already installed" ] } lsrpackages: yum-utils TASK [Enable EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/enable_epel.yml:30 Saturday 11 May 2024 13:33:35 +0000 (0:00:00.460) 0:00:01.784 ********** ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.176128", "end": "2024-05-11 13:33:35.611782", "rc": 0, "start": "2024-05-11 13:33:35.435654" } STDOUT: Loaded plugins: fastestmirror ================================== repo: epel ================================== [epel] async = True bandwidth = 0 base_persistdir = /var/lib/yum/repos/x86_64/7 baseurl = cache = 0 cachedir = /var/cache/yum/x86_64/7/epel check_config_file_age = True compare_providers_priority = 80 cost = 1000 deltarpm_metadata_percentage = 100 deltarpm_percentage = enabled = True enablegroups = True exclude = failovermethod = priority ftp_disable_epsv = False gpgcadir = /var/lib/yum/repos/x86_64/7/epel/gpgcadir gpgcakey = gpgcheck = True gpgdir = /var/lib/yum/repos/x86_64/7/epel/gpgdir gpgkey = file:///etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 hdrdir = /var/cache/yum/x86_64/7/epel/headers http_caching = all includepkgs = ip_resolve = keepalive = True keepcache = False mddownloadpolicy = sqlite mdpolicy = group:small mediaid = metadata_expire = 21600 metadata_expire_filter = read-only:present metalink = https://mirrors.fedoraproject.org/metalink?repo=epel-7&arch=x86_64&infra=stock&content=centos minrate = 0 mirrorlist = mirrorlist_expire = 86400 name = Extra Packages for Enterprise Linux 7 - x86_64 old_base_cache_dir = password = persistdir = /var/lib/yum/repos/x86_64/7/epel pkgdir = /var/cache/yum/x86_64/7/epel/packages proxy = False proxy_dict = proxy_password = proxy_username = repo_gpgcheck = False retries = 10 skip_if_unavailable = False ssl_check_cert_permissions = True sslcacert = sslclientcert = sslclientkey = sslverify = True throttle = 0 timeout = 30.0 ui_id = epel/x86_64 ui_repoid_vars = releasever, basearch username = TASK [Enable EPEL 8] *********************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/enable_epel.yml:35 Saturday 11 May 2024 13:33:35 +0000 (0:00:00.307) 0:00:02.091 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/enable_epel.yml:40 Saturday 11 May 2024 13:33:35 +0000 (0:00:00.010) 0:00:02.102 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tests_helpers_and_asserts.yml:9 Saturday 11 May 2024 13:33:35 +0000 (0:00:00.010) 0:00:02.113 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:3 Saturday 11 May 2024 13:33:35 +0000 (0:00:00.012) 0:00:02.126 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:33:35 +0000 (0:00:00.010) 0:00:02.136 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:33:35 +0000 (0:00:00.010) 0:00:02.146 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003348", "end": "2024-05-11 13:33:35.796419", "rc": 0, "start": "2024-05-11 13:33:35.793071" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:33:35 +0000 (0:00:00.140) 0:00:02.287 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:33:35 +0000 (0:00:00.027) 0:00:02.314 ********** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:5 Saturday 11 May 2024 13:33:35 +0000 (0:00:00.029) 0:00:02.344 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:33:35 +0000 (0:00:00.043) 0:00:02.387 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:33:35 +0000 (0:00:00.037) 0:00:02.424 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:33:35 +0000 (0:00:00.032) 0:00:02.456 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.028) 0:00:02.485 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.015) 0:00:02.501 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003263", "end": "2024-05-11 13:33:36.153467", "rc": 0, "start": "2024-05-11 13:33:36.150204" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.154) 0:00:02.655 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.061) 0:00:02.717 ********** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.035) 0:00:02.753 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:28 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.385) 0:00:03.138 ********** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:37 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.028) 0:00:03.167 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:45 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.011) 0:00:03.178 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:52 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.010) 0:00:03.188 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:58 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.010) 0:00:03.199 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.013) 0:00:03.212 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:71 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.010) 0:00:03.222 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:9 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.008) 0:00:03.230 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.012) 0:00:03.243 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.009) 0:00:03.253 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003258", "end": "2024-05-11 13:33:36.912168", "rc": 0, "start": "2024-05-11 13:33:36.908910" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.129) 0:00:03.382 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.015) 0:00:03.397 ********** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:11 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.012) 0:00:03.410 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:33:36 +0000 (0:00:00.033) 0:00:03.443 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:33:37 +0000 (0:00:00.019) 0:00:03.462 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:33:37 +0000 (0:00:00.146) 0:00:03.608 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:14 Saturday 11 May 2024 13:33:37 +0000 (0:00:00.022) 0:00:03.631 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:33:37 +0000 (0:00:00.021) 0:00:03.653 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:33:37 +0000 (0:00:00.024) 0:00:03.678 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:33:37 +0000 (0:00:00.016) 0:00:03.694 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:33:37 +0000 (0:00:00.036) 0:00:03.731 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:33:37 +0000 (0:00:00.034) 0:00:03.766 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003232", "end": "2024-05-11 13:33:37.442353", "rc": 0, "start": "2024-05-11 13:33:37.439121" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:33:37 +0000 (0:00:00.149) 0:00:03.915 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:33:37 +0000 (0:00:00.013) 0:00:03.928 ********** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:33:37 +0000 (0:00:00.013) 0:00:03.942 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:28 Saturday 11 May 2024 13:33:37 +0000 (0:00:00.404) 0:00:04.346 ********** 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.012410", "end": "2024-05-11 13:33:38.011256", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-05-11 13:33:37.998846" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.003764", "end": "2024-05-11 13:33:38.140603", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-05-11 13:33:38.136839" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.004642", "end": "2024-05-11 13:33:38.257546", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-05-11 13:33:38.252904" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:37 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.391) 0:00:04.737 ********** ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.044625", "end": "2024-05-11 13:33:38.437891", "rc": 0, "start": "2024-05-11 13:33:38.393266" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:45 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.192) 0:00:04.929 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:52 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.014) 0:00:04.944 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:58 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.012) 0:00:04.956 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.015) 0:00:04.972 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:71 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.010) 0:00:04.983 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:18 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.014) 0:00:04.997 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.020) 0:00:05.018 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.013) 0:00:05.031 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003322", "end": "2024-05-11 13:33:38.685146", "rc": 0, "start": "2024-05-11 13:33:38.681824" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.127) 0:00:05.159 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.021) 0:00:05.180 ********** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:20 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.012) 0:00:05.192 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/assert_device_present.yml:3 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.033) 0:00:05.226 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.015) 0:00:05.241 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434418.0103514, "block_size": 4096, "blocks": 0, "ctime": 1715434418.0103514, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17744, "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": 1715434418.0103514, "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-ci0emfo11x/tests/tasks/assert_device_present.yml:5 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.135) 0:00:05.377 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:23 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.011) 0:00:05.389 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.036) 0:00:05.426 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.011) 0:00:05.437 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:33:38 +0000 (0:00:00.009) 0:00:05.447 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.011) 0:00:05.458 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.010) 0:00:05.468 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003270", "end": "2024-05-11 13:33:39.118003", "rc": 0, "start": "2024-05-11 13:33:39.114733" } STDOUT: bond0 bonding_masters eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.120) 0:00:05.589 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.010) 0:00:05.600 ********** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.009) 0:00:05.610 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:28 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.381) 0:00:05.991 ********** skipping: [sut] => (item=ip link add veth1298 type veth peer name peerveth1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set veth1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:37 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.021) 0:00:06.012 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:45 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.025) 0:00:06.038 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.010218", "end": "2024-05-11 13:33:39.700882", "rc": 0, "start": "2024-05-11 13:33:39.690664" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:52 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.137) 0:00:06.175 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:58 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.010) 0:00:06.185 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.010) 0:00:06.196 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:71 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.009) 0:00:06.206 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:27 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.009) 0:00:06.215 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.019) 0:00:06.235 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.011) 0:00:06.246 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003223", "end": "2024-05-11 13:33:39.896830", "rc": 0, "start": "2024-05-11 13:33:39.893607" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.122) 0:00:06.369 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.011) 0:00:06.380 ********** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:29 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.010) 0:00:06.390 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.021) 0:00:06.412 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:33:39 +0000 (0:00:00.011) 0:00:06.423 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.120) 0:00:06.544 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tests_helpers_and_asserts.yml:15 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.012) 0:00:06.556 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:3 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.014) 0:00:06.570 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.012) 0:00:06.582 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.009) 0:00:06.592 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003220", "end": "2024-05-11 13:33:40.241171", "rc": 0, "start": "2024-05-11 13:33:40.237951" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.119) 0:00:06.712 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.011) 0:00:06.723 ********** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:5 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.011) 0:00:06.734 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.013) 0:00:06.747 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.013) 0:00:06.760 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.008) 0:00:06.769 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.011) 0:00:06.781 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.010) 0:00:06.791 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003582", "end": "2024-05-11 13:33:40.442324", "rc": 0, "start": "2024-05-11 13:33:40.438742" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.124) 0:00:06.915 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.010) 0:00:06.926 ********** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.019) 0:00:06.946 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:28 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.381) 0:00:07.327 ********** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:37 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.017) 0:00:07.345 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:45 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.009) 0:00:07.354 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:52 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.009) 0:00:07.363 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:58 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.008) 0:00:07.372 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.008) 0:00:07.381 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:71 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.008) 0:00:07.390 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:9 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.008) 0:00:07.398 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.012) 0:00:07.411 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:33:40 +0000 (0:00:00.009) 0:00:07.420 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003272", "end": "2024-05-11 13:33:41.070096", "rc": 0, "start": "2024-05-11 13:33:41.066824" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.120) 0:00:07.541 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.009) 0:00:07.551 ********** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:11 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.009) 0:00:07.560 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.013) 0:00:07.574 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.010) 0:00:07.584 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.119) 0:00:07.704 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:14 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.010) 0:00:07.714 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.015) 0:00:07.730 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.008) 0:00:07.739 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.008) 0:00:07.747 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.011) 0:00:07.758 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.010) 0:00:07.768 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003189", "end": "2024-05-11 13:33:41.418231", "rc": 0, "start": "2024-05-11 13:33:41.415042" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.119) 0:00:07.888 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.010) 0:00:07.899 ********** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.009) 0:00:07.908 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:28 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.367) 0:00:08.275 ********** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:37 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.020) 0:00:08.295 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:45 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.009) 0:00:08.305 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:52 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.009) 0:00:08.314 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.006995", "end": "2024-05-11 13:33:41.971878", "rc": 0, "start": "2024-05-11 13:33:41.964883" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:58 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.131) 0:00:08.446 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:33:41 +0000 (0:00:00.010) 0:00:08.456 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:71 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.010) 0:00:08.467 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:18 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.008) 0:00:08.475 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.025) 0:00:08.501 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.010) 0:00:08.512 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003353", "end": "2024-05-11 13:33:42.186848", "rc": 0, "start": "2024-05-11 13:33:42.183495" } STDOUT: bond0 bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.145) 0:00:08.657 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.010) 0:00:08.668 ********** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:20 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.009) 0:00:08.677 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/assert_device_present.yml:3 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.016) 0:00:08.693 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.010) 0:00:08.704 ********** ok: [sut] => { "changed": false, "stat": { "atime": 1715434421.9713006, "block_size": 4096, "blocks": 0, "ctime": 1715434421.9713006, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17661, "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": 1715434421.9713006, "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-ci0emfo11x/tests/tasks/assert_device_present.yml:5 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.124) 0:00:08.828 ********** ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:23 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.012) 0:00:08.841 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:3 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.019) 0:00:08.861 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:8 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.008) 0:00:08.870 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:13 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.009) 0:00:08.879 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.011) 0:00:08.890 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.010) 0:00:08.900 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003201", "end": "2024-05-11 13:33:42.553154", "rc": 0, "start": "2024-05-11 13:33:42.549953" } STDOUT: bond0 bonding_masters dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.132) 0:00:09.033 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.016) 0:00:09.049 ********** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:16 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.010) 0:00:09.060 ********** ok: [sut] => { "attempts": 1, "changed": false, "rc": 0, "results": [ "iproute-4.11.0-30.el7.x86_64 providing iproute is already installed" ] } lsrpackages: iproute TASK [Create veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:28 Saturday 11 May 2024 13:33:42 +0000 (0:00:00.387) 0:00:09.448 ********** skipping: [sut] => (item=ip link add dummy1298 type veth peer name peerdummy1298) => { "ansible_loop_var": "item", "changed": false, "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, "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, "item": "ip link set dummy1298 up", "skip_reason": "Conditional result was False" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:37 Saturday 11 May 2024 13:33:43 +0000 (0:00:00.018) 0:00:09.466 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:45 Saturday 11 May 2024 13:33:43 +0000 (0:00:00.011) 0:00:09.478 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:52 Saturday 11 May 2024 13:33:43 +0000 (0:00:00.016) 0:00:09.495 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:58 Saturday 11 May 2024 13:33:43 +0000 (0:00:00.014) 0:00:09.509 ********** ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.009523", "end": "2024-05-11 13:33:43.173622", "rc": 0, "start": "2024-05-11 13:33:43.164099" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:65 Saturday 11 May 2024 13:33:43 +0000 (0:00:00.135) 0:00:09.645 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:71 Saturday 11 May 2024 13:33:43 +0000 (0:00:00.015) 0:00:09.661 ********** skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:27 Saturday 11 May 2024 13:33:43 +0000 (0:00:00.010) 0:00:09.671 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:3 Saturday 11 May 2024 13:33:43 +0000 (0:00:00.022) 0:00:09.693 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 Saturday 11 May 2024 13:33:43 +0000 (0:00:00.013) 0:00:09.707 ********** ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003206", "end": "2024-05-11 13:33:43.357785", "rc": 0, "start": "2024-05-11 13:33:43.354579" } STDOUT: bond0 bonding_masters eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:9 Saturday 11 May 2024 13:33:43 +0000 (0:00:00.121) 0:00:09.828 ********** ok: [sut] => { "ansible_facts": { "current_interfaces": [ "bond0", "bonding_masters", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/show_interfaces.yml:5 Saturday 11 May 2024 13:33:43 +0000 (0:00:00.011) 0:00:09.839 ********** ok: [sut] => {} MSG: current_interfaces: ['bond0', 'bonding_masters', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/create_and_remove_interface.yml:29 Saturday 11 May 2024 13:33:43 +0000 (0:00:00.013) 0:00:09.852 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/assert_device_absent.yml:3 Saturday 11 May 2024 13:33:43 +0000 (0:00:00.020) 0:00:09.873 ********** included: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_interface_stat.yml:3 Saturday 11 May 2024 13:33:43 +0000 (0:00:00.015) 0:00:09.889 ********** ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/assert_device_absent.yml:5 Saturday 11 May 2024 13:33:43 +0000 (0:00:00.122) 0:00:10.011 ********** ok: [sut] => { "changed": false } MSG: All assertions passed META: ran handlers META: ran handlers PLAY RECAP ********************************************************************* sut : ok=122 changed=0 unreachable=0 failed=0 skipped=52 rescued=0 ignored=0 Saturday 11 May 2024 13:33:43 +0000 (0:00:00.013) 0:00:10.024 ********** =============================================================================== Gathering Facts --------------------------------------------------------- 0.61s /WORKDIR/git-weekly-ci0emfo11x/tests/tests_helpers_and_asserts.yml:3 ---------- Install yum-utils package ----------------------------------------------- 0.46s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/enable_epel.yml:24 ----------------- Install iproute --------------------------------------------------------- 0.40s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:16 ------- Create veth interface veth1298 ------------------------------------------ 0.39s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:28 ------- Install iproute --------------------------------------------------------- 0.39s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.39s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.38s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.38s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.37s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:16 ------- Enable EPEL 7 ----------------------------------------------------------- 0.31s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/enable_epel.yml:30 ----------------- Gather the minimum subset of ansible_facts required by the network role test --- 0.23s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/el_repo_setup.yml:3 ---------------- Check if system is ostree ----------------------------------------------- 0.19s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/el_repo_setup.yml:19 --------------- Create EPEL 7 ----------------------------------------------------------- 0.19s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/enable_epel.yml:8 ------------------ Set up veth as managed by NetworkManager -------------------------------- 0.19s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:37 ------- Gather current interface info ------------------------------------------- 0.15s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.15s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 ------- Get stat for interface veth1298 ----------------------------------------- 0.15s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.15s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.14s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/get_current_interfaces.yml:3 ------- Delete veth interface veth1298 ------------------------------------------ 0.14s /WORKDIR/git-weekly-ci0emfo11x/tests/tasks/manage_test_interface.yml:45 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---