This patch is used to add grafana config to opnfv dashboard for
[yardstick.git] / samples / netutilization.yaml
1 ---
2 # Sample benchmark task config file
3 # Reading network interface utilization statistics
4
5 schema: "yardstick:task:0.1"
6
7 scenarios:
8 -
9   type: NetUtilization
10   options:
11     interval: 1
12     count: 1
13
14   host: apollo.demo
15
16   runner:
17     type: Iteration
18     interval: 1
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'