← Back to team overview

openstack team mailing list archive

Glance functional tests failing

 

I'm getting 4 failures with the current Glance functional tests, all of this form:

FAIL: test_glance_cli (glance.tests.functional.test_private_images.TestPrivateImagesCli)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/emellor/openstack/glance/glance/tests/utils.py", line 122, in wrapped
    func(*a, **kwargs)
  File "/home/emellor/openstack/glance/glance/tests/functional/test_private_images.py", line 773, in test_glance_cli
    keystone_utils.pattieblack_id)
AssertionError: 'b0283d1088194c1a8c74ae6d8cb5941c' != '2'


This is a clean venv, using the latest glance code from master.

It looks like the image owner is being recorded as a UUID, when the unit tests are expecting it to be a small integer.

Does this ring any bells for anyone?

Thanks,

Ewan.


Follow ups