Merge "Document for Euphrates test case results"
[yardstick.git] / yardstick / tests / integration / dummy-scenario-heat-context.yaml
1 ##############################################################################
2 # Copyright (c) 2018 Intel
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 {% set context_name = context_name or "demo" %}
10 ---
11 # Sample Heat context config with Dummy context
12
13 schema: "yardstick:task:0.1"
14
15 scenarios:
16 -
17   type: Dummy
18
19   runner:
20     type: Duration
21     duration: 5
22     interval: 1
23
24 context:
25   name: {{ context_name }}
26   image: yardstick-image
27   flavor: yardstick-flavor
28   user: ubuntu
29
30   servers:
31     athena:
32       name: athena
33     ares:
34       name: ares
35
36   networks:
37     test:
38       name: test