Change storperf target IP
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc012.yaml
1 ##############################################################################
2 # Copyright (c) 2017 kristian.hunt@gmail.com 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 TC012 config file;
14     Measure memory read and write bandwidth using lmbench.
15
16 scenarios:
17 -
18   type: Lmbench
19   options:
20     test_type: "bandwidth"
21     size: 10240
22     benchmark: "rdwr"
23     warmup: 0
24
25   host: demeter.demo
26
27   runner:
28     type: Iteration
29     iterations: 10
30     interval: 1
31
32   sla:
33     min_bandwidth: 15000
34     action: monitor
35
36 context:
37   name: demo
38   image: yardstick-image
39   flavor: yardstick-flavor
40   user: ubuntu
41
42   servers:
43     demeter:
44       floating_ip: true
45
46   networks:
47     test:
48       cidr: '10.0.1.0/24'
49
50