Advertisement
Guest User

Untitled

a guest
Sep 26th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. Captured traceback:
  2. ~~~~~~~~~~~~~~~~~~~
  3. Traceback (most recent call last):
  4. File "nova/tests/functional/test_servers.py", line 1877, in test_evacuate_rebuild_on_dest_fails
  5. {'vcpus': 0, 'ram': 0, 'disk': 0}, dest_usages)
  6. File "nova/tests/functional/test_servers.py", line 1116, in assertFlavorMatchesAllocation
  7. self.assertEqual(flavor['vcpus'], allocation['VCPU'])
  8. File "/home/dan/nova/.tox/py27/lib/python2.7/site-packages/testtools/testcase.py", line 411, in assertEqual
  9. self.assertThat(observed, matcher, message)
  10. File "/home/dan/nova/.tox/py27/lib/python2.7/site-packages/testtools/testcase.py", line 498, in assertThat
  11. raise mismatch_error
  12. testtools.matchers._impl.MismatchError: 0 != 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement