Advertisement
Guest User

Untitled

a guest
Oct 16th, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. FAIL: nova.tests.api.ec2.test_api.ApiEc2TestCase.test_xmlns_version_matches_request_version
  2. tags: worker-1
  3. ----------------------------------------------------------------------
  4. Empty attachments:
  5. pythonlogging:''
  6. pythonlogging:'boto'
  7. stderr
  8. stdout
  9.  
  10. Traceback (most recent call last):
  11. File "nova/tests/api/ec2/test_api.py", line 308, in test_xmlns_version_matches_request_version
  12. self.ec2.get_all_instances()
  13. File "/opt/stack/nova/.tox/py27/local/lib/python2.7/site-packages/boto/ec2/connection.py", line 530, in get_all_instances
  14. filters=filters, dry_run=dry_run)
  15. File "/opt/stack/nova/.tox/py27/local/lib/python2.7/site-packages/boto/ec2/connection.py", line 600, in get_all_reservations
  16. [('item', Reservation)], verb='POST')
  17. File "/opt/stack/nova/.tox/py27/local/lib/python2.7/site-packages/boto/connection.py", line 1068, in get_list
  18. response = self.make_request(action, params, path, verb)
  19. File "/opt/stack/nova/.tox/py27/local/lib/python2.7/site-packages/boto/connection.py", line 1014, in make_request
  20. return self._mexe(http_request)
  21. File "/opt/stack/nova/.tox/py27/local/lib/python2.7/site-packages/boto/connection.py", line 853, in _mexe
  22. connection = self.get_http_connection(request.host, self.is_secure)
  23. File "/opt/stack/nova/.tox/py27/local/lib/python2.7/site-packages/boto/connection.py", line 688, in get_http_connection
  24. return self.new_http_connection(host, is_secure)
  25. File "/usr/lib/python2.7/dist-packages/mox.py", line 985, in __call__
  26. expected_method = self._VerifyMethodCall()
  27. File "/usr/lib/python2.7/dist-packages/mox.py", line 1043, in _VerifyMethodCall
  28. raise UnexpectedMethodCallError(self, expected)
  29. UnexpectedMethodCallError: Unexpected method call. unexpected:- expected:+
  30. - Stub for <bound method EC2Connection.new_http_connection of EC2Connection:127.0.0.1>.__call__('127.0.0.1:8773', False) -> None
  31. ? ^ - ^
  32.  
  33. + Stub for <bound method EC2Connection.new_http_connection of EC2Connection:127.0.0.1>.__call__('127.0.0.1', 8773, False) -> <nova.tests.api.ec2.test_api.FakeHttplibConnection object at 0xa132b90>
  34. ? ^^^ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + ++++++++++++++++++++++++++
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement