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