Merge "Add a new runner to test end-to-end fast data path"
[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 debug = False
12 dispatcher = http
13
14 [dispatcher_http]
15 timeout = 5
16 target = http://127.0.0.1:8000/results
17
18 [dispatcher_file]
19 file_path = /tmp/yardstick.out
20 max_bytes = 0
21 backup_count = 0
22
23 [dispatcher_influxdb]
24 timeout = 5
25 target = http://127.0.0.1:8086
26 db_name = yardstick
27 username = root
28 password = root
29
30 [nsb]
31 trex_path=/opt/nsb_bin/trex/scripts
32 bin_path=/opt/nsb_bin