Merge "Add poll interval for gabbi api tests"

This commit is contained in:
Zuul 2020-02-10 19:12:45 +00:00 committed by Gerrit Code Review
commit 94b64df895
3 changed files with 6 additions and 6 deletions

View File

@ -43,7 +43,7 @@ tests:
redirects: True redirects: True
poll: poll:
count: 10 count: 10
delay: 1.0 delay: 2.0
response_json_paths: response_json_paths:
$.stack.stack_status: CREATE_COMPLETE $.stack.stack_status: CREATE_COMPLETE

View File

@ -38,7 +38,7 @@ tests:
redirects: True redirects: True
poll: poll:
count: 10 count: 10
delay: 1.0 delay: 2.0
response_json_paths: response_json_paths:
$.stack.stack_status: CREATE_COMPLETE $.stack.stack_status: CREATE_COMPLETE

View File

@ -38,7 +38,7 @@ tests:
redirects: True redirects: True
poll: poll:
count: 10 count: 10
delay: 1.0 delay: 2.0
response_json_paths: response_json_paths:
$.stack.stack_status: CREATE_COMPLETE $.stack.stack_status: CREATE_COMPLETE
@ -88,7 +88,7 @@ tests:
redirects: True redirects: True
poll: poll:
count: 10 count: 10
delay: 1.0 delay: 2.0
response_json_paths: response_json_paths:
$.stack.stack_status: CREATE_COMPLETE $.stack.stack_status: CREATE_COMPLETE
@ -132,7 +132,7 @@ tests:
redirects: True redirects: True
poll: poll:
count: 10 count: 10
delay: 1.0 delay: 2.0
response_json_paths: response_json_paths:
$.stack.stack_status: UPDATE_COMPLETE $.stack.stack_status: UPDATE_COMPLETE
@ -152,7 +152,7 @@ tests:
redirects: True redirects: True
poll: poll:
count: 10 count: 10
delay: 1.0 delay: 2.0
response_json_paths: response_json_paths:
$.stack.stack_status: UPDATE_COMPLETE $.stack.stack_status: UPDATE_COMPLETE