Merge "Adding sample yardstick.conf & pod files to help describe the topology"
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc010.yaml
1 ---
2
3 schema: "yardstick:task:0.1"
4 description: >
5     Yardstick TC010 config file;
6     measure memory read latency using lmbench.
7
8 scenarios:
9 -
10   type: Lmbench
11   options:
12     test_type: "latency"
13     stride: 128
14     stop_size: 64.0
15
16   host: demeter.yardstick-TC010
17
18   runner:
19     type: Iteration
20     iterations: 10
21     interval: 1
22
23   sla:
24     max_latency: 30
25     action: monitor
26
27 context:
28   name: yardstick-TC010
29   image: yardstick-image
30   flavor: yardstick-flavor
31   user: ubuntu
32
33   servers:
34     demeter:
35       floating_ip: true
36
37   networks:
38     test:
39       cidr: '10.0.1.0/24'