Skip to content

Instantly share code, notes, and snippets.

@mriedem
Created August 23, 2014 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mriedem/80ca3a3ca37ef16d0164 to your computer and use it in GitHub Desktop.
Save mriedem/80ca3a3ca37ef16d0164 to your computer and use it in GitHub Desktop.
FAIL: nova.tests.objects.test_fields.TestObject.test_from_primitive
tags: worker-3
----------------------------------------------------------------------
Empty attachments:
pythonlogging:''
stderr
stdout
Traceback (most recent call last):
File "nova/tests/objects/test_fields.py", line 67, in test_from_primitive
ObjectLikeThing, 'attr', prim_val))
File "nova/objects/fields.py", line 206, in from_primitive
return self._type.from_primitive(obj, attr, value)
File "nova/objects/fields.py", line 465, in from_primitive
return obj_base.NovaObject.obj_from_primitive(value, obj._context)
File "nova/objects/base.py", line 305, in obj_from_primitive
if primitive['nova_object.namespace'] != 'nova':
File "nova/objects/base.py", line 465, in __getitem__
return getattr(self, name)
AttributeError: 'TestableObject' object has no attribute 'nova_object.namespace'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment