Add action_wait_secs for update

Add action_wait_secs for TestResource in api tests, so
that consecutive updates would have different updated_time.

Change-Id: I08d2ac6625acaa0828b18b5e805c81031bb87c01
Related-Bug: #1721692
This commit is contained in:
rabi 2017-10-09 10:27:39 +05:30
parent 5d43c6c8de
commit 427c34401f
1 changed files with 2 additions and 0 deletions

View File

@ -106,6 +106,8 @@ tests:
type: OS::Heat::TestResource
properties:
value: {get_param: test_val}
action_wait_secs:
update: 1
outputs:
output_value:
value: {get_attr: [test, output]}