Fix RFC2544 Trex template
[yardstick.git] / samples / memload.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 memory load/statistics
12
13 schema: "yardstick:task:0.1"
14
15 scenarios:
16 -
17   type: MEMORYload
18   options:
19     interval: 1
20     count: 10
21
22   host: kratos.demo
23
24   runner:
25     type: Iteration
26     iterations: 5
27     interval: 1
28
29 context:
30   name: demo
31   image: yardstick-image
32   flavor: yardstick-flavor
33   user: ubuntu
34
35   servers:
36     kratos:
37       floating_ip: true
38
39   networks:
40     test:
41       cidr: '10.0.1.0/24'