Skip to content

Instantly share code, notes, and snippets.

@omgjlk
Created April 23, 2015 21:24
Show Gist options
  • Select an option

  • Save omgjlk/1d8ce608ad4baa397d88 to your computer and use it in GitHub Desktop.

Select an option

Save omgjlk/1d8ce608ad4baa397d88 to your computer and use it in GitHub Desktop.
======================================================================
FAIL: setUpClass (tempest.api.compute.servers.test_create_server.ServersTestJSON)
----------------------------------------------------------------------
Traceback (most recent call last):
testtools.testresult.real._StringException: Traceback (most recent call last):
File "/home/ubuntu/refstack-client/.tempest/tempest/test.py", line 256, in setUpClass
cls.setup_credentials()
File "/home/ubuntu/refstack-client/.tempest/tempest/api/compute/servers/test_create_server.py", line 36, in setup_credentials
super(ServersTestJSON, cls).setup_credentials()
File "/home/ubuntu/refstack-client/.tempest/tempest/api/compute/base.py", line 55, in setup_credentials
cls.os = cls.get_client_manager()
File "/home/ubuntu/refstack-client/.tempest/tempest/test.py", line 397, in get_client_manager
creds = cls.isolated_creds.get_primary_creds()
File "/home/ubuntu/refstack-client/.tempest/tempest/common/isolated_creds.py", line 324, in get_primary_creds
return self.get_credentials('primary')
File "/home/ubuntu/refstack-client/.tempest/tempest/common/isolated_creds.py", line 316, in get_credentials
credentials.tenant_id)
File "/home/ubuntu/refstack-client/.tempest/tempest/common/isolated_creds.py", line 233, in _create_network_resources
network = self._create_network(network_name, tenant_id)
File "/home/ubuntu/refstack-client/.tempest/tempest/common/isolated_creds.py", line 255, in _create_network
name=name, tenant_id=tenant_id)
File "/home/ubuntu/refstack-client/.tempest/tempest/services/network/json/network_client.py", line 139, in _create
resp, body = self.post(uri, post_data)
File "/home/ubuntu/refstack-client/.tempest/.venv/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 252, in post
return self.request('POST', url, extra_headers, headers, body)
File "/home/ubuntu/refstack-client/.tempest/.venv/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 629, in request
resp, resp_body)
File "/home/ubuntu/refstack-client/.tempest/.venv/local/lib/python2.7/site-packages/tempest_lib/common/rest_client.py", line 737, in _error_checker
raise exceptions.UnexpectedResponseCode(str(resp.status))
tempest_lib.exceptions.UnexpectedResponseCode: Unexpected response code received
Details: 503
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment