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