[Yardstick-233] Add tc_42 yaml file
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc069.yaml
1 ---
2 # Yardstick TC069 config file
3 # Measure memory read and write bandwidth using ramspeed
4
5 schema: "yardstick:task:0.1"
6
7 scenarios:
8 -
9   type: Ramspeed
10   options:
11     type_id: 1
12     load: 32
13     block_size: 64
14
15   host: kratos.yardstick-TC069
16
17   runner:
18     type: Iteration
19     iterations: 5
20     interval: 1
21
22   sla:
23     min_bandwidth: 7000
24     action: monitor
25
26 context:
27   name: yardstick-TC069
28   image: yardstick-trusty-server
29   flavor: yardstick-flavor
30   user: ubuntu
31
32   servers:
33     kratos:
34       floating_ip: true
35
36   networks:
37     test:
38       cidr: '10.0.1.0/24'