Add test case description and task file for TC010
[yardstick.git] / tests / opnfv / test_cases / opnfv_yardstick_tc010.yaml
1 ---
2 # Yardstick TC010 config file
3 # measure memory read latency using lmbench
4
5 schema: "yardstick:task:0.1"
6
7 scenarios:
8 -
9   type: Lmbench
10   options:
11     test_type: "latency"
12     stride: 128
13     stop_size: 64.0
14
15   host: demeter.yardstick-TC010
16
17   runner:
18     type: Iteration
19     iterations: 10
20     interval: 1
21
22   sla:
23     max_latency: 30
24     action: monitor
25
26 context:
27   name: yardstick-TC010
28   image: yardstick-trusty-server
29   flavor: m1.small
30   user: ec2-user
31
32   servers:
33     demeter:
34       floating_ip: true
35
36   networks:
37     test:
38       cidr: '10.0.1.0/24'