Merge "Fix deckhand-integration-uwsgi-py35 tests"
This commit is contained in:
commit
a03e9b427f
@ -51,7 +51,7 @@ tests:
|
||||
request_headers:
|
||||
content-type: application/json
|
||||
response_headers:
|
||||
content-type: application/json; charset=UTF-8
|
||||
content-type: /^application\/json$|^application\/json;\ charset=UTF-8$/
|
||||
response_json_paths:
|
||||
$.status: ACTIVE
|
||||
$.name: my-passphrase
|
||||
@ -63,7 +63,7 @@ tests:
|
||||
request_headers:
|
||||
content-type: application/json
|
||||
response_headers:
|
||||
content-type: application/octet-stream; charset=UTF-8
|
||||
content-type: /^application\/octet-stream|^application\/octet-stream;\ charset=UTF-8/
|
||||
response_strings:
|
||||
# base64.b64encode(repr("not-a-real-password"))
|
||||
- J25vdC1hLXJlYWwtcGFzc3dvcmQn
|
||||
|
@ -66,7 +66,7 @@ tests:
|
||||
request_headers:
|
||||
content-type: application/json
|
||||
response_headers:
|
||||
content-type: application/json; charset=UTF-8
|
||||
content-type: /^application\/json$|^application\/json;\ charset=UTF-8$/
|
||||
response_json_paths:
|
||||
$.secrets.`len`: 0
|
||||
$.secrets: []
|
||||
@ -151,7 +151,7 @@ tests:
|
||||
request_headers:
|
||||
content-type: application/json
|
||||
response_headers:
|
||||
content-type: application/json; charset=UTF-8
|
||||
content-type: /^application\/json$|^application\/json;\ charset=UTF-8$/
|
||||
response_json_paths:
|
||||
$.status: ACTIVE
|
||||
$.name: armada-doc
|
||||
|
@ -88,7 +88,7 @@ tests:
|
||||
request_headers:
|
||||
content-type: application/json
|
||||
response_headers:
|
||||
content-type: application/json; charset=UTF-8
|
||||
content-type: /^application\/json$|^application\/json;\ charset=UTF-8$/
|
||||
response_json_paths:
|
||||
$.status: ACTIVE
|
||||
$.name: example-armada-cert
|
||||
|
@ -202,7 +202,7 @@ tests:
|
||||
request_headers:
|
||||
content-type: application/json
|
||||
response_headers:
|
||||
content-type: application/json; charset=UTF-8
|
||||
content-type: /^application\/json$|^application\/json;\ charset=UTF-8$/
|
||||
response_json_paths:
|
||||
$.secrets.`len`: 7
|
||||
$.secrets[*].status:
|
||||
|
@ -49,7 +49,7 @@ tests:
|
||||
request_headers:
|
||||
X-Auth-Token: $ENVIRON['TEST_AUTH_TOKEN']
|
||||
response_headers:
|
||||
content-type: application/json; charset=UTF-8
|
||||
content-type: /^application\/json$|^application\/json;\ charset=UTF-8$/
|
||||
response_json_paths:
|
||||
$.status: ACTIVE
|
||||
|
||||
@ -60,7 +60,7 @@ tests:
|
||||
request_headers:
|
||||
X-Auth-Token: $ENVIRON['TEST_AUTH_TOKEN']
|
||||
response_headers:
|
||||
content-type: application/octet-stream; charset=UTF-8
|
||||
content-type: /^application\/octet-stream$|^application\/octet-stream;\ charset=UTF-8$/
|
||||
response_strings:
|
||||
# base64.b64encode(repr("not-a-real-password"))
|
||||
- J25vdC1hLXJlYWwtcGFzc3dvcmQn
|
||||
@ -82,7 +82,7 @@ tests:
|
||||
request_headers:
|
||||
X-Auth-Token: $ENVIRON['TEST_AUTH_TOKEN']
|
||||
response_headers:
|
||||
content-type: application/json; charset=UTF-8
|
||||
content-type: /^application\/json$|^application\/json;\ charset=UTF-8$/
|
||||
response_json_paths:
|
||||
$.secrets.`len`: 0
|
||||
$.secrets: []
|
||||
|
Loading…
x
Reference in New Issue
Block a user