X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=yardstick%2Fcommon%2Fconstants.py;h=e6faf682828fa1bfa35b276e2d9662419bf35ab3;hb=3d053a0164453f10993c0f201ecb92398e741d3b;hp=85ef9fcd052740e0061de8b4a278930a4e419dc3;hpb=0d95404dcdbda326a3fffa344a8295bf696f9626;p=yardstick.git diff --git a/yardstick/common/constants.py b/yardstick/common/constants.py index 85ef9fcd0..e6faf6828 100644 --- a/yardstick/common/constants.py +++ b/yardstick/common/constants.py @@ -31,6 +31,8 @@ INSTALLERS = ['apex', 'compass', 'fuel', 'joid'] YARDSTICK_ROOT_PATH = dirname(dirname(dirname(abspath(__file__)))) + sep +TESTCASE_DIR = join(YARDSTICK_ROOT_PATH, 'tests/opnfv/test_cases/') + YARDSTICK_REPOS_DIR = '/home/opnfv/repos/yardstick' YARDSTICK_CONFIG_DIR = '/etc/yardstick/'