Merge "BugFix: Adopt to latest result structure while parsing the results"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc069.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
11 schema: "yardstick:task:0.1"
12 description: >
13     Yardstick TC069 config file;
14     Measure memory read and write bandwidth using ramspeed.
15
16 scenarios:
17 -
18   type: Ramspeed
19   options:
20     type_id: 1
21     load: 32
22     block_size: 64
23
24   host: kratos.yardstick-TC069
25
26   runner:
27     type: Iteration
28     iterations: 5
29     interval: 1
30
31   sla:
32     min_bandwidth: 7000
33     action: monitor
34
35 context:
36   name: yardstick-TC069
37   image: yardstick-image
38   flavor: yardstick-flavor
39   user: ubuntu
40
41   servers:
42     kratos:
43       floating_ip: true
44
45   networks:
46     test:
47       cidr: '10.0.1.0/24'