All tempest volume tests failling: ResponseNotReady
Hello all.
I created a tempest server that is pointing to another machine which contains the openstack deploy I would test.
All tests returns the message below:
======================================================================
FAIL: setUpClass (tempest.api.volume.v2.test_volumes_list.VolumesV2ListTestXML)
----------------------------------------------------------------------
Traceback (most recent call last):
_StringException: Traceback (most recent call last):
File "/home/ubuntu/tempest/tempest/test.py", line 76, in decorator
f(cls)
File "/home/ubuntu/tempest/tempest/api/volume/v2/test_volumes_list.py", line 44, in setUpClass
volume = cls.create_volume(metadata=cls.metadata)
File "/home/ubuntu/tempest/tempest/api/volume/base.py", line 92, in create_volume
size, name=vol_name, **kwargs)
File "/home/ubuntu/tempest/tempest/services/volume/xml/volumes_client.py", line 177, in create_volume
resp, body = self.post('volumes', str(common.Document(volume)))
File "/home/ubuntu/tempest/tempest/common/rest_client.py", line 218, in post
return self.request('POST', url, extra_headers, headers, body)
File "/home/ubuntu/tempest/tempest/common/rest_client.py", line 417, in request
headers=headers, body=body)
File "/home/ubuntu/tempest/tempest/common/rest_client.py", line 388, in _request
req_url, method, headers=req_headers, body=req_body)
File "/home/ubuntu/tempest/tempest/common/http.py", line 25, in request
return super(ClosingHttp, self).request(*args, **new_kwargs)
File "/home/ubuntu/tempest/.venv/local/lib/python2.7/site-packages/httplib2/__init__.py", line 1593, in request
(response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
File "/home/ubuntu/tempest/.venv/local/lib/python2.7/site-packages/httplib2/__init__.py", line 1335, in _request
(response, content) = self._conn_request(conn, request_uri, method, body, headers)
File "/home/ubuntu/tempest/.venv/local/lib/python2.7/site-packages/httplib2/__init__.py", line 1291, in _conn_request
response = conn.getresponse()
File "/usr/lib/python2.7/httplib.py", line 1033, in getresponse
raise ResponseNotReady()
ResponseNotReady
Could someone help me?