diff options
author | chenjiankun <chenjiankun1@huawei.com> | 2016-11-29 17:53:25 +0000 |
---|---|---|
committer | chenjiankun <chenjiankun1@huawei.com> | 2016-12-01 02:16:06 +0000 |
commit | 2c9574a29c95abafb4d06eb76a18fba9930ec41b (patch) | |
tree | 24cab3571388a41ee22e647ce8b4bfa2fecfd29d /api/conf.py | |
parent | 111759372ed1b8433498c53a3cb53e3eff158f50 (diff) |
Add API to run test case under samples directory
JIRA: YARDSTICK-432
Change-Id: I8ca6409449e2b960ac9f48c8eb8a6ae9959a4fc8
Signed-off-by: chenjiankun <chenjiankun1@huawei.com>
Diffstat (limited to 'api/conf.py')
-rw-r--r-- | api/conf.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/api/conf.py b/api/conf.py index e1da4aba0..df44042b1 100644 --- a/api/conf.py +++ b/api/conf.py @@ -18,6 +18,8 @@ TEST_ACTION = ['runTestCase'] TEST_CASE_PATH = '../tests/opnfv/test_cases/' +SAMPLE_PATH = '../samples/' + TEST_CASE_PRE = 'opnfv_yardstick_' TEST_SUITE_PATH = '../tests/opnfv/test_suites/' |