Merge "Generic helper function to provision and get path from config"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc012.yaml
1 ---
2
3 schema: "yardstick:task:0.1"
4 description: >
5     Yardstick TC012 config file;
6     Measure memory read and write bandwidth using lmbench.
7
8 scenarios:
9 -
10   type: Lmbench
11   options:
12     test_type: "bandwidth"
13     size: 10240
14     benchmark: "rdwr"
15     warmup: 0
16
17   host: demeter.demo
18
19   runner:
20     type: Iteration
21     iterations: 10
22     interval: 1
23
24   sla:
25     min_bandwidth: 15000
26     action: monitor
27
28 context:
29   name: demo
30   image: yardstick-image
31   flavor: yardstick-flavor
32   user: ubuntu
33
34   servers:
35     demeter:
36       floating_ip: true
37
38   networks:
39     test:
40       cidr: '10.0.1.0/24'
41
42