add yardstick iruya 9.0.0 release notes
[yardstick.git] / samples / ramspeed.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 # measure cache and memory bandwidth using Ramspeed
12
13 schema: "yardstick:task:0.1"
14
15 scenarios:
16 -
17   type: Ramspeed
18   options:
19     type_id: 1
20     load: 16
21     block_size: 32
22     iteration: 1
23
24   host: kratos.demo
25
26   runner:
27     type: Iteration
28     iterations: 1
29
30   sla:
31     min_bandwidth: 6000
32     action: monitor
33
34 context:
35   name: demo
36   image: yardstick-image
37   flavor: yardstick-flavor
38   user: ubuntu
39
40   servers:
41     kratos:
42       floating_ip: true
43
44   networks:
45     test:
46       cidr: '10.0.1.0/24'