From 427c34401fdfbe1c0f5f0e7c796ebb4b30023deb Mon Sep 17 00:00:00 2001 From: rabi Date: Mon, 9 Oct 2017 10:27:39 +0530 Subject: [PATCH] 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 --- heat_integrationtests/api/gabbits/stacks.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/heat_integrationtests/api/gabbits/stacks.yaml b/heat_integrationtests/api/gabbits/stacks.yaml index f37f7a1d3d..39552b0fe7 100644 --- a/heat_integrationtests/api/gabbits/stacks.yaml +++ b/heat_integrationtests/api/gabbits/stacks.yaml @@ -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]}