Update release note for Danube.3.2
[yardstick.git] / samples / netutilization.yaml
1 ##############################################################################
2 # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 ---
10 # Sample benchmark task config file
11 # Reading network interface utilization statistics
12
13 schema: "yardstick:task:0.1"
14
15 scenarios:
16 -
17   type: NetUtilization
18   options:
19     interval: 1
20     count: 1
21
22   host: apollo.demo
23
24   runner:
25     type: Iteration
26     interval: 1
27
28 context:
29   name: demo
30   image: yardstick-image
31   flavor: yardstick-flavor
32   user: ubuntu
33
34   servers:
35     apollo:
36       floating_ip: true
37
38   networks:
39     test:
40       cidr: '10.0.1.0/24'