This patch is used to add grafana config to opnfv dashboard for
[yardstick.git] / samples / ramspeed.yaml
1 ---
2 # Sample benchmark task config file
3 # measure cache and memory bandwidth using Ramspeed
4
5 schema: "yardstick:task:0.1"
6
7 scenarios:
8 -
9   type: Ramspeed
10   options:
11     type_id: 1
12     load: 16
13     block_size: 32
14     iteration: 1
15
16   host: kratos.demo
17
18   runner:
19     type: Iteration
20     iterations: 1
21
22   sla:
23     min_bandwidth: 6000
24     action: monitor
25
26 context:
27   name: demo
28   image: yardstick-trusty-server
29   flavor: yardstick-flavor
30   user: ubuntu
31
32   servers:
33     kratos:
34       floating_ip: true
35
36   networks:
37     test:
38       cidr: '10.0.1.0/24'