summaryrefslogtreecommitdiffstats
path: root/dovetail/constants.py
blob: c3ce615eb22370eabf76b34b9350beec2a0e370a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/usr/bin/env python
#
# feng.xiaowei@zte.com.cn
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Apache License, Version 2.0
# which accompanies this distribution, and is available at
# http://www.apache.org/licenses/LICENSE-2.0
#
import os.path


DOVETAIL_CONF_PATH = '/etc/dovetail'
USERCONF_PATH = os.path.join(DOVETAIL_CONF_PATH, 'userconfig')
PATCH_PATH = os.path.join(DOVETAIL_CONF_PATH, 'patch')
CONF_PATH = os.path.join(DOVETAIL_CONF_PATH, 'conf')
TESTCASE_PATH = os.path.join(DOVETAIL_CONF_PATH, 'testcase')
COMPLIANCE_PATH = os.path.join(DOVETAIL_CONF_PATH, 'compliance')