Merge "Change executed test cases for bgpvpn scenarios"
[yardstick.git] / etc / yardstick / yardstick.conf.sample
1 ##############################################################################
2 # Copyright (c) 2015 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 [DEFAULT]
11 # verbose = True
12 # debug = True
13 # dispatcher = http
14
15 [dispatcher_http]
16 # timeout = 5
17 # target = http://127.0.0.1:8000/results
18
19 [dispatcher_file]
20 # file_path = /tmp/yardstick.out
21 # max_bytes = 0
22 # backup_count = 0
23
24 [dispatcher_influxdb]
25 # timeout = 5
26 # target = http://127.0.0.1:8086
27 # db_name = yardstick
28 # username = root
29 # password = root