Add scenario for reading processor load
[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: 2
14   host: apollo.demo
15   runner:
16     type: Duration
17     duration: 60
18
19 context:
20   name: demo
21   image: yardstick-trusty-server
22   flavor: yardstick-flavor
23   user: ec2-user
24
25   servers:
26     apollo:
27       floating_ip: true
28
29   networks:
30     test:
31       cidr: '10.0.1.0/24'