From d04458ff2a36ed03ceb064583c3fe63e5133ba9a Mon Sep 17 00:00:00 2001 From: kairat_kushaev Date: Fri, 13 Mar 2015 14:55:34 +0300 Subject: [PATCH] Move create-update-delete-stack-inplace test Move to stable create-update-delete-stack-inplace test. The test was broken because of bug in heat, so added dependency on this bug. The bug was actually related to updating of nested stacks in heat. The new validation was added to heat and it fails with validation error in some cases. Change-Id: I8d0a5e4a8df202cdff57e0f7cceb804d470612aa Depends-On: Ibb71f31f2ec7d1d37b995323a2474b799ea498bb --- rally-jobs/rally.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/rally-jobs/rally.yaml b/rally-jobs/rally.yaml index 7d6a6978..109fa93e 100755 --- a/rally-jobs/rally.yaml +++ b/rally-jobs/rally.yaml @@ -574,6 +574,22 @@ failure_rate: max: 0 + - + args: + template_path: "/home/jenkins/.rally/extra/autoscaling_policy.yaml.template" + updated_template_path: "/home/jenkins/.rally/extra/updated_autoscaling_policy_inplace.yaml.template" + runner: + type: "constant" + times: 6 + concurrency: 3 + context: + users: + tenants: 2 + users_per_tenant: 3 + sla: + failure_rate: + max: 0 + - args: template_path: "/home/jenkins/.rally/extra/resource_group.yaml.template"