Skip to content

Instantly share code, notes, and snippets.

@mriedem
Created November 10, 2015 19:54
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/e180668a1400e181e262 to your computer and use it in GitHub Desktop.
Save mriedem/e180668a1400e181e262 to your computer and use it in GitHub Desktop.
nova.tests.unit.objects.test_objects.TestObjectVersions.test_versions
---------------------------------------------------------------------
Captured traceback:
~~~~~~~~~~~~~~~~~~~
Traceback (most recent call last):
File "nova/tests/unit/objects/test_objects.py", line 1307, in test_versions
'Some objects have changed; please make sure the '
File "/home/mriedem/git/nova/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 350, in assertEqual
self.assertThat(observed, matcher, message)
File "/home/mriedem/git/nova/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 435, in assertThat
raise mismatch_error
testtools.matchers._impl.MismatchError: !=:
reference = {'VirtCPUFeature': '1.0-3310718d8d72309259a6e39bdefe83ee'}
actual = {'VirtCPUFeature': '1.0-3310718d8c72309259a6e39bdefe83ee'}
: Some objects have changed; please make sure the versions have been bumped, and then update their hashes here.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment