diff options
author | Jing Lu <lvjing5@huawei.com> | 2017-01-19 07:02:38 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-19 07:02:38 +0000 |
commit | cd36791a022aefc54eb258d62037274f7065a399 (patch) | |
tree | a8d67b03a8b776217d9027f66124dfdfaccba7fd /api/conf.py | |
parent | ea706beda50f87ae37799bd8f0313d177909a4ff (diff) | |
parent | 483e2fcf41adcdddad5543c04d3ad42c60def334 (diff) |
Merge "Add unittest framework for Yardstick API"
Diffstat (limited to 'api/conf.py')
-rw-r--r-- | api/conf.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/api/conf.py b/api/conf.py index abaf34a1f..a4f332533 100644 --- a/api/conf.py +++ b/api/conf.py @@ -15,8 +15,6 @@ with IPDB() as ip: GATEWAY_IP = ip.routes['default'].gateway PORT = 8086 -TEST_ACTION = ['runTestCase'] - TEST_CASE_PATH = '../tests/opnfv/test_cases/' SAMPLE_PATH = '../samples/' |