Merge "Fix influxdb "field type conflict" error" into stable/gambia
[yardstick.git] / samples / cachestat.yaml
1 ##############################################################################
2 # Copyright (c) 2017 Huawei Technologies Co.,Ltd and others.
3 #
4 # All rights reserved. This program and the accompanying materials
5 # are made available under the terms of the Apache License, Version 2.0
6 # which accompanies this distribution, and is available at
7 # http://www.apache.org/licenses/LICENSE-2.0
8 ##############################################################################
9 ---
10 # Sample benchmark task config file
11 # Reading cache hit/miss ratio and usage statistics
12
13 schema: "yardstick:task:0.1"
14
15 scenarios:
16 -
17   type: CACHEstat
18   options:
19     interval: 1
20
21   host: kratos.demo
22
23   runner:
24     type: Duration
25     duration: 60
26
27 context:
28   name: demo
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'