Increase gabbi API test retry time

Currently stack API test will only retry 5 times (including the
first try) with 1 sec. interval. This might not be enough, consider
testing on some slow environment (and sometimes stack actions might
take more time). This patch increase it to 10 retries to reduce the
chances of misjudge.

Change-Id: Iea6ba608b3027965a34a5e47d3e1016c2de880f0
This commit is contained in:
ricolin 2017-11-21 19:39:22 +08:00
parent f89752b224
commit 1b8ce6312f
3 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,7 @@ tests:
GET: $LOCATION
redirects: True
poll:
count: 5
count: 10
delay: 1.0
response_json_paths:
$.stack.stack_status: CREATE_COMPLETE

View File

@ -32,7 +32,7 @@ tests:
GET: $LOCATION
redirects: True
poll:
count: 5
count: 10
delay: 1.0
response_json_paths:
$.stack.stack_status: CREATE_COMPLETE

View File

@ -31,7 +31,7 @@ tests:
GET: $LOCATION
redirects: True
poll:
count: 5
count: 10
delay: 1.0
response_json_paths:
$.stack.stack_status: CREATE_COMPLETE
@ -77,7 +77,7 @@ tests:
GET: $LOCATION
redirects: True
poll:
count: 5
count: 10
delay: 1.0
response_json_paths:
$.stack.stack_status: CREATE_COMPLETE
@ -118,7 +118,7 @@ tests:
GET: $LAST_URL
redirects: True
poll:
count: 5
count: 10
delay: 1.0
response_json_paths:
$.stack.stack_status: UPDATE_COMPLETE
@ -136,7 +136,7 @@ tests:
GET: $LAST_URL
redirects: True
poll:
count: 5
count: 10
delay: 1.0
response_json_paths:
$.stack.stack_status: UPDATE_COMPLETE