diff options
author | Rodolfo Alonso Hernandez <rodolfo.alonso.hernandez@intel.com> | 2018-05-04 13:16:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-05-04 13:16:52 +0000 |
commit | 3cc4c5f8171f54232b40e393eea5873af78d302b (patch) | |
tree | eab126093c5c975fdfef766776bebf0d62128a4a | |
parent | 5f88afccf6ee9336f4e333830255f6320266a2a4 (diff) | |
parent | f37e4dcf771caec3be52e95047997aa22cbd7a88 (diff) |
Merge "Update the dummy-scenario-heat-context testcase"
-rw-r--r-- | yardstick/tests/integration/dummy-scenario-heat-context.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/yardstick/tests/integration/dummy-scenario-heat-context.yaml b/yardstick/tests/integration/dummy-scenario-heat-context.yaml index 7c980b412..45a39951a 100644 --- a/yardstick/tests/integration/dummy-scenario-heat-context.yaml +++ b/yardstick/tests/integration/dummy-scenario-heat-context.yaml @@ -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: |