Project: 
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/ 
Build: 
https://jenkins.ovirt.org/job/ovirt-system-tests_basic-suite-master_nightly/148/
Build Number: 148
Build Status:  Still Failing
Triggered By: Started by timer

-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #147
[Galit] Add centos 8.2 image: el8.2-base


Changes for Build #148
[Galit] Add centos 8.2 image: el8.2-base




-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED:  
basic-suite-master.test-scenarios.002_bootstrap_pytest.test_add_glance_images

Error Message:
Error: Fault reason is "Operation Failed". Fault detail is "network is 
unreachable (connect failed)". HTTP response code is 400.

Stack Trace:
prefix = <ovirtlago.prefix.OvirtPrefix object at 0x7f51d8ec1c90>

    @order_by(_TEST_LIST)
    def test_add_glance_images(prefix):
        vt = utils.VectorThread(
            [
                functools.partial(import_non_template_from_glance, prefix),
                functools.partial(import_template_from_glance, prefix),
            ],
        )
        vt.start_all()
>       vt.join_all()

../basic-suite-master/test-scenarios/002_bootstrap_pytest.py:614: 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
/usr/lib/python2.7/site-packages/lago/utils.py:58: in _ret_via_queue
    queue.put({'return': func()})
../basic-suite-master/test-scenarios/002_bootstrap_pytest.py:765: in 
import_non_template_from_glance
    generic_import_from_glance(prefix=prefix_param)
../basic-suite-master/test-scenarios/002_bootstrap_pytest.py:658: in 
generic_import_from_glance
    images = 
storage_domains_service.storage_domain_service(glance_storage_domain.id).images_service().list()
/usr/lib64/python2.7/site-packages/ovirtsdk4/services.py:14217: in list
    return self._internal_get(headers, query, wait)
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:211: in _internal_get
    return future.wait() if wait else future
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:55: in wait
    return self._code(response)
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:208: in callback
    self._check_fault(response)
/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:132: in _check_fault
    self._raise_error(response, body)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 

response = <ovirtsdk4.http.Response object at 0x7f51d8ac9b90>
detail = <ovirtsdk4.types.Fault object at 0x7f51d8ac9cd0>

    @staticmethod
    def _raise_error(response, detail=None):
        """
        Creates and raises an error containing the details of the given HTTP
        response and fault.
    
        This method is intended for internal use by other components of the
        SDK. Refrain from using it directly, as backwards compatibility isn't
        guaranteed.
        """
        fault = detail if isinstance(detail, types.Fault) else None
    
        msg = ''
        if fault:
            if fault.reason:
                if msg:
                    msg += ' '
                msg = msg + 'Fault reason is "%s".' % fault.reason
            if fault.detail:
                if msg:
                    msg += ' '
                msg = msg + 'Fault detail is "%s".' % fault.detail
        if response:
            if response.code:
                if msg:
                    msg += ' '
                msg = msg + 'HTTP response code is %s.' % response.code
            if response.message:
                if msg:
                    msg += ' '
                msg = msg + 'HTTP response message is "%s".' % response.message
    
        if isinstance(detail, six.string_types):
            if msg:
                msg += ' '
            msg = msg + detail + '.'
    
        class_ = Error
        if response is not None:
            if response.code in [401, 403]:
                class_ = AuthError
            elif response.code == 404:
                class_ = NotFoundError
    
        error = class_(msg)
        error.code = response.code if response else None
        error.fault = fault
>       raise error
E       Error: Fault reason is "Operation Failed". Fault detail is "network is 
unreachable (connect failed)". HTTP response code is 400.

/usr/lib64/python2.7/site-packages/ovirtsdk4/service.py:118: Error
_______________________________________________
Infra mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Privacy Statement: https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct: 
https://www.ovirt.org/community/about/community-guidelines/
List Archives: 
https://lists.ovirt.org/archives/list/[email protected]/message/QA5F6YISN32J4PH4RN4EBQM2XJYVVKXF/

Reply via email to