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