aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2017-03-09 01:26:13 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-09 01:26:13 +0000
commit8fc6288589a060ac6c420ccd2d824ebe329e56d3 (patch)
tree48ee2022268988b6f9d68da1538282c584970250 /yardstick
parentc01ef0ea7530d3f47dade0af0f579b71aa662ecf (diff)
parent5d7eda52596537ccdce783cf7ba910b834ecdfd1 (diff)
Merge "Record test case names when run a task using API"
Diffstat (limited to 'yardstick')
-rw-r--r--yardstick/common/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/yardstick/common/constants.py b/yardstick/common/constants.py
index e068c0b98..54ddf33dc 100644
--- a/yardstick/common/constants.py
+++ b/yardstick/common/constants.py
@@ -33,6 +33,8 @@ YARDSTICK_ROOT_PATH = dirname(dirname(dirname(abspath(__file__)))) + sep
TESTCASE_DIR = join(YARDSTICK_ROOT_PATH, 'tests/opnfv/test_cases/')
+TESTSUITE_DIR = join(YARDSTICK_ROOT_PATH, 'tests/opnfv/test_suites/')
+
YARDSTICK_REPOS_DIR = '/home/opnfv/repos/yardstick'
YARDSTICK_LOG_DIR = '/tmp/yardstick/'