This patch is used to add grafana config to opnfv dashboard for
[yardstick.git] / samples / memload.yaml
1 ---
2 # Sample benchmark task config file
3 # Reading memory load/statistics
4
5 schema: "yardstick:task:0.1"
6
7 scenarios:
8 -
9   type: MEMORYload
10   options:
11     interval: 1
12     count: 10
13
14   host: kratos.demo
15
16   runner:
17     type: Iteration
18     iterations: 5
19     interval: 1
20
21 context:
22   name: demo
23   image: yardstick-trusty-server
24   flavor: yardstick-flavor
25   user: ubuntu
26
27   servers:
28     kratos:
29       floating_ip: true
30
31   networks:
32     test:
33       cidr: '10.0.1.0/24'