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