1 ##############################################################################
2 # Copyright (c) 2016 Huawei Technologies Co.,Ltd and others.
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 from __future__ import absolute_import
10 from pyroute2 import IPDB
13 # configuration for influxdb
15 GATEWAY_IP = ip.routes['default'].gateway
18 TEST_CASE_PATH = '../tests/opnfv/test_cases/'
20 SAMPLE_PATH = '../samples/'
22 TEST_CASE_PRE = 'opnfv_yardstick_'
24 TEST_SUITE_PATH = '../tests/opnfv/test_suites/'
26 TEST_SUITE_PRE = 'opnfv_'
28 OUTPUT_CONFIG_FILE_PATH = '/etc/yardstick/yardstick.conf'