]
Evgheni Dereveanchin reassigned OVIRT-2375:
-------------------------------------------
Assignee: Evgheni Dereveanchin (was: infra)
002_bootstrap.list_glance_images test fails on multiple projects in
ovirt-master
--------------------------------------------------------------------------------
Key: OVIRT-2375
URL:
https://ovirt-jira.atlassian.net/browse/OVIRT-2375
Project: oVirt - virtualization made easy
Issue Type: Bug
Reporter: Dafna Ron
Assignee: Evgheni Dereveanchin
Priority: Highest
Labels: ost_failures, ost_lago
We have a failure in the following projects on ovirt-master:
ovirt-ansible-vm-infra
vdsm
ovirt-node-ng-image
ovirt-provider-ovn
The failure is in test 002_bootstrap.list_glance_images
and the error is NameError: global name 'list_glance_images_4' is not defined
looking at the test there is a syntax error in the SkipTest configured in the test:
raise SkipTest('%s: GLANCE is not available: client request error' %
list_glance_images_4.__name__ )