b5553f4528ead0aba47b3c6c6e397c17fd82e0ba
[yardstick.git] / api / conf.py
1 from pyroute2 import IPDB
2
3
4 # configuration for influxdb
5 with IPDB() as ip:
6     GATEWAY_IP = ip.routes['default'].gateway
7 PORT = 8086
8
9 TEST_ACTION = ['runTestCase']
10
11 TEST_CASE_PATH = '../tests/opnfv/test_cases/'
12
13 TEST_CASE_PRE = 'opnfv_yardstick_'
14
15 TEST_SUITE_PATH = '../tests/opnfv/test_suites/'
16
17 OUTPUT_CONFIG_FILE_PATH = '/etc/yardstick/yardstick.conf'