# 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-ci459v_neq/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-ci459v_neq/tests/tests_helpers_and_asserts.yml:3 Saturday 06 July 2024 17:19:10 +0000 (0:00:00.043) 0:00:00.043 ********* ok: [sut] META: ran handlers TASK [Include the task 'el_repo_setup.yml'] ************************************ task path: /WORKDIR/git-weekly-ci459v_neq/tests/tests_helpers_and_asserts.yml:6 Saturday 06 July 2024 17:19:10 +0000 (0:00:00.675) 0:00:00.718 ********* included: /WORKDIR/git-weekly-ci459v_neq/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-ci459v_neq/tests/tasks/el_repo_setup.yml:3 Saturday 06 July 2024 17:19:10 +0000 (0:00:00.102) 0:00:00.821 ********* ok: [sut] TASK [Check if system is ostree] *********************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/el_repo_setup.yml:19 Saturday 06 July 2024 17:19:11 +0000 (0:00:00.228) 0:00:01.049 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Set flag to indicate system is ostree] *********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/el_repo_setup.yml:24 Saturday 06 July 2024 17:19:11 +0000 (0:00:00.371) 0:00:01.421 ********* ok: [sut] => { "ansible_facts": { "__network_is_ostree": false }, "changed": false } TASK [Fix CentOS6 Base repo] *************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/el_repo_setup.yml:28 Saturday 06 July 2024 17:19:11 +0000 (0:00:00.025) 0:00:01.446 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'enable_epel.yml'] ************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/el_repo_setup.yml:53 Saturday 06 July 2024 17:19:11 +0000 (0:00:00.020) 0:00:01.467 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/enable_epel.yml for sut TASK [Create EPEL 7] *********************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/enable_epel.yml:8 Saturday 06 July 2024 17:19:11 +0000 (0:00:00.037) 0:00:01.504 ********* 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-ci459v_neq/tests/tasks/enable_epel.yml:24 Saturday 06 July 2024 17:19:11 +0000 (0:00:00.243) 0:00:01.748 ********* 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-ci459v_neq/tests/tasks/enable_epel.yml:30 Saturday 06 July 2024 17:19:12 +0000 (0:00:00.526) 0:00:02.275 ********* ok: [sut] => { "changed": false, "cmd": [ "yum-config-manager", "--enable", "epel" ], "delta": "0:00:00.182398", "end": "2024-07-06 13:19:12.657818", "rc": 0, "start": "2024-07-06 13:19:12.475420" } 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-ci459v_neq/tests/tasks/enable_epel.yml:35 Saturday 06 July 2024 17:19:12 +0000 (0:00:00.334) 0:00:02.610 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Enable EPEL 6] *********************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/enable_epel.yml:40 Saturday 06 July 2024 17:19:12 +0000 (0:00:00.010) 0:00:02.621 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tests_helpers_and_asserts.yml:9 Saturday 06 July 2024 17:19:12 +0000 (0:00:00.037) 0:00:02.658 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:3 Saturday 06 July 2024 17:19:12 +0000 (0:00:00.019) 0:00:02.678 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:19:12 +0000 (0:00:00.013) 0:00:02.692 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:19:12 +0000 (0:00:00.012) 0:00:02.704 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003322", "end": "2024-07-06 13:19:12.882095", "rc": 0, "start": "2024-07-06 13:19:12.878773" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:19:12 +0000 (0:00:00.169) 0:00:02.874 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:19:12 +0000 (0:00:00.044) 0:00:02.919 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:5 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.020) 0:00:02.939 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.049) 0:00:02.988 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.020) 0:00:03.009 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.010) 0:00:03.019 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.034) 0:00:03.054 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.052) 0:00:03.106 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003301", "end": "2024-07-06 13:19:13.304711", "rc": 0, "start": "2024-07-06 13:19:13.301410" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.155) 0:00:03.261 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.013) 0:00:03.275 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.013) 0:00:03.289 ********* 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-ci459v_neq/tests/tasks/manage_test_interface.yml:28 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.433) 0:00:03.723 ********* 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-ci459v_neq/tests/tasks/manage_test_interface.yml:37 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.030) 0:00:03.753 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:45 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.033) 0:00:03.787 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:52 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.013) 0:00:03.800 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:58 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.012) 0:00:03.813 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.012) 0:00:03.825 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:71 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.025) 0:00:03.851 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:9 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.031) 0:00:03.883 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.021) 0:00:03.904 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:19:13 +0000 (0:00:00.012) 0:00:03.917 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003268", "end": "2024-07-06 13:19:14.159792", "rc": 0, "start": "2024-07-06 13:19:14.156524" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:19:14 +0000 (0:00:00.212) 0:00:04.130 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:19:14 +0000 (0:00:00.028) 0:00:04.158 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:11 Saturday 06 July 2024 17:19:14 +0000 (0:00:00.030) 0:00:04.189 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/assert_device_absent.yml:3 Saturday 06 July 2024 17:19:14 +0000 (0:00:00.027) 0:00:04.216 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 17:19:14 +0000 (0:00:00.023) 0:00:04.240 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/assert_device_absent.yml:5 Saturday 06 July 2024 17:19:14 +0000 (0:00:00.172) 0:00:04.413 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:14 Saturday 06 July 2024 17:19:14 +0000 (0:00:00.019) 0:00:04.432 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:19:14 +0000 (0:00:00.018) 0:00:04.450 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:19:14 +0000 (0:00:00.010) 0:00:04.460 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:19:14 +0000 (0:00:00.010) 0:00:04.471 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:19:14 +0000 (0:00:00.016) 0:00:04.487 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:19:14 +0000 (0:00:00.021) 0:00:04.509 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003281", "end": "2024-07-06 13:19:14.682314", "rc": 0, "start": "2024-07-06 13:19:14.679033" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:19:14 +0000 (0:00:00.157) 0:00:04.666 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:19:14 +0000 (0:00:00.024) 0:00:04.691 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:19:14 +0000 (0:00:00.017) 0:00:04.709 ********* 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-ci459v_neq/tests/tasks/manage_test_interface.yml:28 Saturday 06 July 2024 17:19:15 +0000 (0:00:00.400) 0:00:05.109 ********* 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.014892", "end": "2024-07-06 13:19:15.313750", "item": "ip link add veth1298 type veth peer name peerveth1298", "rc": 0, "start": "2024-07-06 13:19:15.298858" } ok: [sut] => (item=ip link set peerveth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "peerveth1298", "up" ], "delta": "0:00:00.006626", "end": "2024-07-06 13:19:15.446262", "item": "ip link set peerveth1298 up", "rc": 0, "start": "2024-07-06 13:19:15.439636" } ok: [sut] => (item=ip link set veth1298 up) => { "ansible_loop_var": "item", "changed": false, "cmd": [ "ip", "link", "set", "veth1298", "up" ], "delta": "0:00:00.008305", "end": "2024-07-06 13:19:15.581876", "item": "ip link set veth1298 up", "rc": 0, "start": "2024-07-06 13:19:15.573571" } TASK [Set up veth as managed by NetworkManager] ******************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:37 Saturday 06 July 2024 17:19:15 +0000 (0:00:00.449) 0:00:05.559 ********* ok: [sut] => { "changed": false, "cmd": [ "nmcli", "d", "set", "veth1298", "managed", "true" ], "delta": "0:00:00.035203", "end": "2024-07-06 13:19:15.797452", "rc": 0, "start": "2024-07-06 13:19:15.762249" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:45 Saturday 06 July 2024 17:19:15 +0000 (0:00:00.209) 0:00:05.769 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:52 Saturday 06 July 2024 17:19:15 +0000 (0:00:00.026) 0:00:05.795 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:58 Saturday 06 July 2024 17:19:15 +0000 (0:00:00.013) 0:00:05.809 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:19:15 +0000 (0:00:00.023) 0:00:05.833 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:71 Saturday 06 July 2024 17:19:15 +0000 (0:00:00.023) 0:00:05.857 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:18 Saturday 06 July 2024 17:19:15 +0000 (0:00:00.010) 0:00:05.867 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:19:15 +0000 (0:00:00.020) 0:00:05.888 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:19:15 +0000 (0:00:00.024) 0:00:05.913 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003432", "end": "2024-07-06 13:19:16.088609", "rc": 0, "start": "2024-07-06 13:19:16.085177" } STDOUT: eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:19:16 +0000 (0:00:00.131) 0:00:06.044 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:19:16 +0000 (0:00:00.010) 0:00:06.054 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:20 Saturday 06 July 2024 17:19:16 +0000 (0:00:00.010) 0:00:06.065 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/assert_device_present.yml:3 Saturday 06 July 2024 17:19:16 +0000 (0:00:00.017) 0:00:06.083 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 17:19:16 +0000 (0:00:00.011) 0:00:06.095 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720286355.3123221, "block_size": 4096, "blocks": 0, "ctime": 1720286355.3123221, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17721, "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": 1720286355.3123221, "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-ci459v_neq/tests/tasks/assert_device_present.yml:5 Saturday 06 July 2024 17:19:16 +0000 (0:00:00.145) 0:00:06.240 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:23 Saturday 06 July 2024 17:19:16 +0000 (0:00:00.023) 0:00:06.264 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:19:16 +0000 (0:00:00.028) 0:00:06.292 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:19:16 +0000 (0:00:00.031) 0:00:06.324 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:19:16 +0000 (0:00:00.024) 0:00:06.349 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:19:16 +0000 (0:00:00.032) 0:00:06.381 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:19:16 +0000 (0:00:00.017) 0:00:06.398 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003351", "end": "2024-07-06 13:19:16.626658", "rc": 0, "start": "2024-07-06 13:19:16.623307" } STDOUT: eth0 lo peerveth1298 veth1298 TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:19:16 +0000 (0:00:00.217) 0:00:06.616 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo", "peerveth1298", "veth1298" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:19:16 +0000 (0:00:00.063) 0:00:06.679 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo', 'peerveth1298', 'veth1298'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:19:16 +0000 (0:00:00.019) 0:00:06.699 ********* 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-ci459v_neq/tests/tasks/manage_test_interface.yml:28 Saturday 06 July 2024 17:19:17 +0000 (0:00:00.405) 0:00:07.104 ********* 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-ci459v_neq/tests/tasks/manage_test_interface.yml:37 Saturday 06 July 2024 17:19:17 +0000 (0:00:00.090) 0:00:07.194 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface veth1298] ****************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:45 Saturday 06 July 2024 17:19:17 +0000 (0:00:00.025) 0:00:07.220 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "veth1298", "type", "veth" ], "delta": "0:00:00.011019", "end": "2024-07-06 13:19:17.404893", "rc": 0, "start": "2024-07-06 13:19:17.393874" } TASK [Create dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:52 Saturday 06 July 2024 17:19:17 +0000 (0:00:00.161) 0:00:07.381 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:58 Saturday 06 July 2024 17:19:17 +0000 (0:00:00.019) 0:00:07.400 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:19:17 +0000 (0:00:00.019) 0:00:07.420 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface veth1298] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:71 Saturday 06 July 2024 17:19:17 +0000 (0:00:00.031) 0:00:07.452 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:27 Saturday 06 July 2024 17:19:17 +0000 (0:00:00.023) 0:00:07.475 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:19:17 +0000 (0:00:00.045) 0:00:07.520 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:19:17 +0000 (0:00:00.023) 0:00:07.544 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003318", "end": "2024-07-06 13:19:17.715001", "rc": 0, "start": "2024-07-06 13:19:17.711683" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:19:17 +0000 (0:00:00.126) 0:00:07.671 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:19:17 +0000 (0:00:00.012) 0:00:07.683 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:29 Saturday 06 July 2024 17:19:17 +0000 (0:00:00.033) 0:00:07.717 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/assert_device_absent.yml:3 Saturday 06 July 2024 17:19:17 +0000 (0:00:00.068) 0:00:07.786 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface veth1298] ***************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 17:19:17 +0000 (0:00:00.033) 0:00:07.819 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'veth1298'] ************************ task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/assert_device_absent.yml:5 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.153) 0:00:07.972 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Test veth interface management] ****************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tests_helpers_and_asserts.yml:15 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.012) 0:00:07.985 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml for sut TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:3 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.033) 0:00:08.018 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.033) 0:00:08.051 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.011) 0:00:08.063 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003307", "end": "2024-07-06 13:19:18.239804", "rc": 0, "start": "2024-07-06 13:19:18.236497" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.130) 0:00:08.194 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.011) 0:00:08.206 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:5 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.009) 0:00:08.216 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.012) 0:00:08.228 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.008) 0:00:08.237 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.009) 0:00:08.246 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.011) 0:00:08.258 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.011) 0:00:08.269 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003391", "end": "2024-07-06 13:19:18.451891", "rc": 0, "start": "2024-07-06 13:19:18.448500" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.134) 0:00:08.403 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.011) 0:00:08.415 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.009) 0:00:08.424 ********* 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-ci459v_neq/tests/tasks/manage_test_interface.yml:28 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.401) 0:00:08.825 ********* 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-ci459v_neq/tests/tasks/manage_test_interface.yml:37 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.036) 0:00:08.861 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:45 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.027) 0:00:08.889 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:52 Saturday 06 July 2024 17:19:18 +0000 (0:00:00.042) 0:00:08.932 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:58 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.036) 0:00:08.968 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.017) 0:00:08.985 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:71 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.017) 0:00:09.002 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:9 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.026) 0:00:09.028 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.053) 0:00:09.082 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.053) 0:00:09.136 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003359", "end": "2024-07-06 13:19:19.316358", "rc": 0, "start": "2024-07-06 13:19:19.312999" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.152) 0:00:09.289 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.022) 0:00:09.312 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:11 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.018) 0:00:09.330 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/assert_device_absent.yml:3 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.013) 0:00:09.344 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.032) 0:00:09.377 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/assert_device_absent.yml:5 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.163) 0:00:09.540 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:14 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.035) 0:00:09.576 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.045) 0:00:09.622 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.044) 0:00:09.666 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.037) 0:00:09.704 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.028) 0:00:09.733 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:19:19 +0000 (0:00:00.087) 0:00:09.821 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003338", "end": "2024-07-06 13:19:20.062980", "rc": 0, "start": "2024-07-06 13:19:20.059642" } STDOUT: eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:19:20 +0000 (0:00:00.231) 0:00:10.052 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:19:20 +0000 (0:00:00.037) 0:00:10.090 ********* ok: [sut] => {} MSG: current_interfaces: ['eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:19:20 +0000 (0:00:00.042) 0:00:10.133 ********* 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-ci459v_neq/tests/tasks/manage_test_interface.yml:28 Saturday 06 July 2024 17:19:20 +0000 (0:00:00.562) 0:00:10.696 ********* 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-ci459v_neq/tests/tasks/manage_test_interface.yml:37 Saturday 06 July 2024 17:19:20 +0000 (0:00:00.063) 0:00:10.759 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:45 Saturday 06 July 2024 17:19:20 +0000 (0:00:00.019) 0:00:10.779 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:52 Saturday 06 July 2024 17:19:20 +0000 (0:00:00.063) 0:00:10.842 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "add", "dummy1298", "type", "dummy" ], "delta": "0:00:00.012136", "end": "2024-07-06 13:19:21.066918", "rc": 0, "start": "2024-07-06 13:19:21.054782" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:58 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.185) 0:00:11.028 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.014) 0:00:11.043 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:71 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.033) 0:00:11.076 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:18 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.026) 0:00:11.103 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.073) 0:00:11.177 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.021) 0:00:11.198 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003392", "end": "2024-07-06 13:19:21.376221", "rc": 0, "start": "2024-07-06 13:19:21.372829" } STDOUT: dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.136) 0:00:11.334 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.013) 0:00:11.348 ********* ok: [sut] => {} MSG: current_interfaces: ['dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Include the task 'assert_device_present.yml'] **************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:20 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.038) 0:00:11.386 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/assert_device_present.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/assert_device_present.yml:3 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.043) 0:00:11.430 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.023) 0:00:11.454 ********* ok: [sut] => { "changed": false, "stat": { "atime": 1720286361.0653362, "block_size": 4096, "blocks": 0, "ctime": 1720286361.0653362, "dev": 18, "device_type": 0, "executable": true, "exists": true, "gid": 0, "gr_name": "root", "inode": 17750, "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": 1720286361.0653362, "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-ci459v_neq/tests/tasks/assert_device_present.yml:5 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.161) 0:00:11.616 ********* ok: [sut] => { "changed": false } MSG: All assertions passed TASK [Include the task 'manage_test_interface.yml'] **************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:23 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.014) 0:00:11.630 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml for sut TASK [Ensure state in ["present", "absent"]] *********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:3 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.023) 0:00:11.654 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Ensure type in ["dummy", "tap", "veth"]] ********************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:8 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.023) 0:00:11.677 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:13 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.018) 0:00:11.695 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.017) 0:00:11.713 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.060) 0:00:11.773 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003353", "end": "2024-07-06 13:19:21.957695", "rc": 0, "start": "2024-07-06 13:19:21.954342" } STDOUT: dummy0 dummy1298 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.139) 0:00:11.913 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy0", "dummy1298", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:19:21 +0000 (0:00:00.010) 0:00:11.923 ********* ok: [sut] => {} MSG: current_interfaces: ['dummy0', 'dummy1298', 'eth0', 'lo'] TASK [Install iproute] ********************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:16 Saturday 06 July 2024 17:19:22 +0000 (0:00:00.015) 0:00:11.939 ********* 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-ci459v_neq/tests/tasks/manage_test_interface.yml:28 Saturday 06 July 2024 17:19:22 +0000 (0:00:00.419) 0:00:12.358 ********* 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-ci459v_neq/tests/tasks/manage_test_interface.yml:37 Saturday 06 July 2024 17:19:22 +0000 (0:00:00.022) 0:00:12.380 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete veth interface dummy1298] ***************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:45 Saturday 06 July 2024 17:19:22 +0000 (0:00:00.027) 0:00:12.408 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Create dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:52 Saturday 06 July 2024 17:19:22 +0000 (0:00:00.013) 0:00:12.422 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete dummy interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:58 Saturday 06 July 2024 17:19:22 +0000 (0:00:00.035) 0:00:12.457 ********* ok: [sut] => { "changed": false, "cmd": [ "ip", "link", "del", "dummy1298", "type", "dummy" ], "delta": "0:00:00.010305", "end": "2024-07-06 13:19:22.642963", "rc": 0, "start": "2024-07-06 13:19:22.632658" } TASK [Create tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:65 Saturday 06 July 2024 17:19:22 +0000 (0:00:00.148) 0:00:12.605 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Delete tap interface dummy1298] ****************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:71 Saturday 06 July 2024 17:19:22 +0000 (0:00:00.017) 0:00:12.622 ********* skipping: [sut] => { "changed": false, "skip_reason": "Conditional result was False" } TASK [Include the task 'show_interfaces.yml'] ********************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:27 Saturday 06 July 2024 17:19:22 +0000 (0:00:00.033) 0:00:12.656 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml for sut TASK [Include the task 'get_current_interfaces.yml'] *************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:3 Saturday 06 July 2024 17:19:22 +0000 (0:00:00.040) 0:00:12.696 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml for sut TASK [Gather current interface info] ******************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 Saturday 06 July 2024 17:19:22 +0000 (0:00:00.029) 0:00:12.725 ********* ok: [sut] => { "changed": false, "cmd": [ "ls", "-1" ], "delta": "0:00:00.003321", "end": "2024-07-06 13:19:22.913812", "rc": 0, "start": "2024-07-06 13:19:22.910491" } STDOUT: dummy0 eth0 lo TASK [Set current_interfaces] ************************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:9 Saturday 06 July 2024 17:19:22 +0000 (0:00:00.141) 0:00:12.867 ********* ok: [sut] => { "ansible_facts": { "current_interfaces": [ "dummy0", "eth0", "lo" ] }, "changed": false } TASK [Show current_interfaces] ************************************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/show_interfaces.yml:5 Saturday 06 July 2024 17:19:22 +0000 (0:00:00.010) 0:00:12.878 ********* ok: [sut] => {} MSG: current_interfaces: ['dummy0', 'eth0', 'lo'] TASK [Include the task 'assert_device_absent.yml'] ***************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/create_and_remove_interface.yml:29 Saturday 06 July 2024 17:19:22 +0000 (0:00:00.014) 0:00:12.892 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/assert_device_absent.yml for sut TASK [Include the task 'get_interface_stat.yml'] ******************************* task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/assert_device_absent.yml:3 Saturday 06 July 2024 17:19:22 +0000 (0:00:00.019) 0:00:12.911 ********* included: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_interface_stat.yml for sut TASK [Get stat for interface dummy1298] **************************************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_interface_stat.yml:3 Saturday 06 July 2024 17:19:22 +0000 (0:00:00.012) 0:00:12.923 ********* ok: [sut] => { "changed": false, "stat": { "exists": false } } TASK [Assert that the interface is absent - 'dummy1298'] *********************** task path: /WORKDIR/git-weekly-ci459v_neq/tests/tasks/assert_device_absent.yml:5 Saturday 06 July 2024 17:19:23 +0000 (0:00:00.124) 0:00:13.048 ********* 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 06 July 2024 17:19:23 +0000 (0:00:00.010) 0:00:13.059 ********* =============================================================================== Gathering Facts --------------------------------------------------------- 0.68s /WORKDIR/git-weekly-ci459v_neq/tests/tests_helpers_and_asserts.yml:3 ---------- Install iproute --------------------------------------------------------- 0.56s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:16 ------- Install yum-utils package ----------------------------------------------- 0.53s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/enable_epel.yml:24 ----------------- Create veth interface veth1298 ------------------------------------------ 0.45s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:28 ------- Install iproute --------------------------------------------------------- 0.43s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.42s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.41s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.40s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:16 ------- Install iproute --------------------------------------------------------- 0.40s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:16 ------- Check if system is ostree ----------------------------------------------- 0.37s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/el_repo_setup.yml:19 --------------- Enable EPEL 7 ----------------------------------------------------------- 0.33s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/enable_epel.yml:30 ----------------- Create EPEL 7 ----------------------------------------------------------- 0.24s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/enable_epel.yml:8 ------------------ Gather current interface info ------------------------------------------- 0.23s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 ------- Gather the minimum subset of ansible_facts required by the network role test --- 0.23s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/el_repo_setup.yml:3 ---------------- Gather current interface info ------------------------------------------- 0.22s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 ------- Gather current interface info ------------------------------------------- 0.21s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 ------- Set up veth as managed by NetworkManager -------------------------------- 0.21s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:37 ------- Create dummy interface dummy1298 ---------------------------------------- 0.19s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/manage_test_interface.yml:52 ------- Get stat for interface veth1298 ----------------------------------------- 0.17s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_interface_stat.yml:3 ----------- Gather current interface info ------------------------------------------- 0.17s /WORKDIR/git-weekly-ci459v_neq/tests/tasks/get_current_interfaces.yml:3 ------- ---^---^---^---^---^--- # STDERR: ---v---v---v---v---v--- ---^---^---^---^---^---