Update the dummy-scenario-heat-context testcase 85/55985/1
authorEmma Foley <emma.l.foley@intel.com>
Wed, 18 Apr 2018 14:17:00 +0000 (14:17 +0000)
committerEmma Foley <emma.l.foley@intel.com>
Wed, 18 Apr 2018 14:17:00 +0000 (14:17 +0000)
The testcase is included in the docs to demonstrate definining a heat context.
It previously used cirros, but this is not included by default.
Set-up instructions/scripts add yardstick-image and yardstick-flavor, so these
have been added to the testcase instead.

A default value for context_name was also added.

Change-Id: I5f642086971487b334ae48a5cf5c9b71e9b99e2e
Signed-off-by: Emma Foley <emma.l.foley@intel.com>
yardstick/tests/integration/dummy-scenario-heat-context.yaml

index 7c980b4..45a3995 100644 (file)
@@ -6,6 +6,7 @@
 # which accompanies this distribution, and is available at
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
+{% set context_name = context_name or "demo" %}
 ---
 # Sample Heat context config with Dummy context
 
@@ -22,9 +23,9 @@ scenarios:
 
 context:
   name: {{ context_name }}
-  image: cirros-0.3.5
-  flavor: cirros256
-  user: cirros
+  image: yardstick-image
+  flavor: yardstick-flavor
+  user: ubuntu
 
   servers:
     athena: