This patch is used to add grafana config to opnfv dashboard for
[yardstick.git] / samples / ping-option-list.yaml
1 ---
2 # Sample benchmark task config file
3 # A list of input values for a chosen parameter using Sequence runner
4
5 schema: "yardstick:task:0.1"
6
7 scenarios:
8 -
9   type: Ping
10   host: athena.demo
11   target: hades.demo
12
13   runner:
14     type: Sequence
15     interval: 1
16     scenario_option_name: packetsize
17     sequence:
18     - 100
19     - 200
20     - 250
21
22 context:
23   name: demo
24   image: cirros-0.3.3
25   flavor: m1.tiny
26   user: cirros
27
28   placement_groups:
29     pgrp1:
30       policy: "availability"
31
32   servers:
33     athena:
34       floating_ip: true
35       placement: "pgrp1"
36     hades:
37       placement: "pgrp1"
38
39   networks:
40     test:
41       cidr: '10.0.1.0/24'
42
43