Advertisement
zykes

Untitled

Dec 9th, 2015
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. =====================================================================
  2. FAIL: tests.unit.plugins.openstack.context.designate.test_zones.ZoneGeneratorTestCase.test_setup
  3. tags: worker-1
  4. ----------------------------------------------------------------------
  5. Empty attachments:
  6. stderr
  7. stdout
  8.  
  9. Traceback (most recent call last):
  10. File "/home/karlsone/projects/openstack/rally/.tox/py27/local/lib/python2.7/site-packages/mock/mock.py", line 1305, in patched
  11. return func(*args, **keywargs)
  12. File "tests/unit/plugins/openstack/context/designate/test_zones.py", line 86, in test_setup
  13. zones_ctx.setup()
  14. File "rally/common/log.py", line 196, in wrapper
  15. result = f(self, *args, **kwargs)
  16. File "rally/plugins/openstack/context/designate/zones.py", line 54, in setup
  17. "task": self.context["task"]})
  18. File "rally/plugins/openstack/scenario.py", line 43, in __init__
  19. context["user"]["credential"], api_info)
  20. KeyError: 'credential'
  21. Ran 2208 tests in 12.350s (-0.624s)
  22. FAILED (id=26, failures=1)
  23. error: testr failed (1)
  24. ERROR: InvocationError: '/home/karlsone/projects/openstack/rally/.tox/py27/bin/python setup.py testr --slowest --testr-args='
  25. ____________________________________________________________________________________________________________ summary _____________________________________________________________________________________________________________
  26. ERROR: py27: commands failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement