Advertisement
Guest User

Untitled

a guest
Mar 1st, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. ft8.1: tempest.api.compute.admin.test_hypervisor.HypervisorAdminTestJSON.test_get_hypervisor_list[id-7f0ceacd-c64d-4e96-b8ee-d02943142cc5]_StringException: Empty attachments:
  2. stderr
  3. stdout
  4.  
  5. pythonlogging:'': {{{
  6. 2017-03-01 11:46:43,126 28853 INFO [tempest.lib.common.rest_client] Request (HypervisorAdminTestJSON:test_get_hypervisor_list): 200 GET http://192.168.201.194:8774/v2.1/os-hypervisors 0.128s
  7. 2017-03-01 11:46:43,127 28853 DEBUG [tempest.lib.common.rest_client] Request - Headers: {'Content-Type': 'application/json', 'X-Auth-Token': '<omitted>', 'Accept': 'application/json'}
  8. Body: None
  9. Response - Headers: {u'x-compute-request-id': 'req-d13b2afc-e68f-4f45-9b8e-899bcf22c839', u'openstack-api-version': 'compute 2.1', 'status': '200', u'x-openstack-nova-api-version': '2.1', 'content-location': 'http://192.168.201.194:8774/v2.1/os-hypervisors', u'vary': 'X-OpenStack-Nova-API-Version', u'content-length': '19', u'date': 'Wed, 01 Mar 2017 19:46:43 GMT', u'content-type': 'application/json', u'connection': 'close'}
  10. Body: {"hypervisors": []}
  11. }}}
  12.  
  13. Traceback (most recent call last):
  14. File "tempest/api/compute/admin/test_hypervisor.py", line 40, in test_get_hypervisor_list
  15. self.assertHypervisors(hypers)
  16. File "tempest/api/compute/admin/test_hypervisor.py", line 34, in assertHypervisors
  17. self.assertGreater(len(hypers), 0, "No hypervisors found: %s" % hypers)
  18. File "/opt/stack/tempest/.tox/tempest/local/lib/python2.7/site-packages/unittest2/case.py", line 1233, in assertGreater
  19. self.fail(self._formatMessage(msg, standardMsg))
  20. File "/opt/stack/tempest/.tox/tempest/local/lib/python2.7/site-packages/unittest2/case.py", line 690, in fail
  21. raise self.failureException(msg)
  22. AssertionError: 0 not greater than 0 : No hypervisors found: []
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement