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_night...
Build Number: 932
Build Status: Failure
Triggered By: Started by timer
-------------------------------------
Changes Since Last Success:
-------------------------------------
Changes for Build #932
[Andrej Cernek] network, pylint: Simplify pylintrc file
-----------------
Failed Tests:
-----------------
1 tests failed.
FAILED: basic-suite-master.test-scenarios.test_002_bootstrap.test_list_glance_images
Error Message:
RuntimeError: GLANCE connectivity test failed
Stack Trace:
engine_api = <ovirtsdk4.Connection object at 0x7f1265ae64e0>
@order_by(_TEST_LIST)
def test_list_glance_images(engine_api):
search_query = 'name={}'.format(SD_GLANCE_NAME)
system_service = engine_api.system_service()
storage_domains_service = system_service.storage_domains_service()
glance_domain_list = storage_domains_service.list(search=search_query)
if not glance_domain_list:
openstack_glance = glance.add_domain(system_service, SD_GLANCE_NAME,
GLANCE_SERVER_URL)
if not openstack_glance:
raise RuntimeError('GLANCE storage domain is not available.')
glance_domain_list = storage_domains_service.list(search=search_query)
if not glance.check_connectivity(system_service, SD_GLANCE_NAME):
raise RuntimeError('GLANCE connectivity test
failed')
E RuntimeError: GLANCE connectivity test failed
../basic-suite-master/test-scenarios/test_002_bootstrap.py:710: RuntimeError