
This adds more integration tests for the v1 client, specifically for /v1/clouds. Further, this introduces a new test method for the integration tests as it was found to be reimplemented in a few different test modules. This replaces the pattern used in the existing tests with the new pattern. Implements: bp testing-plan Change-Id: Ic4e342cf01be288b7a7c453659580c57169b1022
96 lines
2.8 KiB
YAML
96 lines
2.8 KiB
YAML
http_interactions:
|
|
- recorded_at: '2017-03-21T15:37:24'
|
|
request:
|
|
body:
|
|
encoding: utf-8
|
|
string: "{\n \"name\": \"cloud-deletion\"\n}"
|
|
headers:
|
|
Accept: '*/*'
|
|
Accept-Encoding: gzip, deflate
|
|
Connection: keep-alive
|
|
Content-Length: '26'
|
|
Content-Type: application/json
|
|
User-Agent: python-cratonclient/0.0.1
|
|
X-Auth-Project: <craton-demo-project>
|
|
X-Auth-Token: <craton-demo-token>
|
|
X-Auth-User: <craton-demo-username>
|
|
method: POST
|
|
uri: <craton-url>/clouds
|
|
response:
|
|
body:
|
|
encoding: null
|
|
string: "{\n \"updated_at\": null,\n \"project_id\": \"<craton-demo-project>\"\
|
|
,\n \"note\": null,\n \"id\": 54,\n \"created_at\": \"2017-03-21T00:27:49.348024\"\
|
|
,\n \"variables\": {},\n \"name\": \"cloud-deletion\"\n}"
|
|
headers:
|
|
Content-Length: '202'
|
|
Content-Type: application/json
|
|
Date: Tue, 21 Mar 2017 00:27:49 GMT
|
|
Location: <craton-url>/clouds/54
|
|
Server: WSGIServer/0.2 CPython/3.5.2
|
|
x-openstack-request-id: req-f495907c-a15f-4645-8c1b-6fe6c5364cf1
|
|
status:
|
|
code: 201
|
|
message: CREATED
|
|
url: <craton-url>/clouds
|
|
- recorded_at: '2017-03-21T15:37:24'
|
|
request:
|
|
body:
|
|
encoding: utf-8
|
|
string: ''
|
|
headers:
|
|
Accept: '*/*'
|
|
Accept-Encoding: gzip, deflate
|
|
Connection: keep-alive
|
|
Content-Length: '0'
|
|
User-Agent: python-cratonclient/0.0.1
|
|
X-Auth-Project: <craton-demo-project>
|
|
X-Auth-Token: <craton-demo-token>
|
|
X-Auth-User: <craton-demo-username>
|
|
method: DELETE
|
|
uri: <craton-url>/clouds/54
|
|
response:
|
|
body:
|
|
encoding: null
|
|
string: ''
|
|
headers:
|
|
Content-Length: '0'
|
|
Content-Type: application/json
|
|
Date: Tue, 21 Mar 2017 00:27:49 GMT
|
|
Server: WSGIServer/0.2 CPython/3.5.2
|
|
x-openstack-request-id: req-176a55f2-30a5-48a0-b606-66d7785e385b
|
|
status:
|
|
code: 204
|
|
message: NO CONTENT
|
|
url: <craton-url>/clouds/54
|
|
- recorded_at: '2017-03-21T15:37:24'
|
|
request:
|
|
body:
|
|
encoding: utf-8
|
|
string: ''
|
|
headers:
|
|
Accept: '*/*'
|
|
Accept-Encoding: gzip, deflate
|
|
Connection: keep-alive
|
|
User-Agent: python-cratonclient/0.0.1
|
|
X-Auth-Project: <craton-demo-project>
|
|
X-Auth-Token: <craton-demo-token>
|
|
X-Auth-User: <craton-demo-username>
|
|
method: GET
|
|
uri: <craton-url>/clouds/54
|
|
response:
|
|
body:
|
|
encoding: utf-8
|
|
string: '{"status": 404, "message": "Not Found"}'
|
|
headers:
|
|
Content-Length: '46'
|
|
Content-Type: text/html; charset=utf-8
|
|
Date: Tue, 21 Mar 2017 00:27:49 GMT
|
|
Server: WSGIServer/0.2 CPython/3.5.2
|
|
x-openstack-request-id: req-247795f2-7474-49c6-8e18-5390c12deac3
|
|
status:
|
|
code: 404
|
|
message: NOT FOUND
|
|
url: <craton-url>/clouds/54
|
|
recorded_with: betamax/0.8.0
|