aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2017-01-19 07:02:38 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-19 07:02:38 +0000
commitcd36791a022aefc54eb258d62037274f7065a399 (patch)
treea8d67b03a8b776217d9027f66124dfdfaccba7fd /yardstick
parentea706beda50f87ae37799bd8f0313d177909a4ff (diff)
parent483e2fcf41adcdddad5543c04d3ad42c60def334 (diff)
Merge "Add unittest framework for Yardstick 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 d99e216f4..ffca4b3e9 100644
--- a/yardstick/common/constants.py
+++ b/yardstick/common/constants.py
@@ -55,3 +55,5 @@ OPENSTACK_RC_FILE = join(YARDSTICK_CONFIG_DIR, 'openstack.creds')
BASE_URL = 'http://localhost:5000'
ENV_ACTION_API = BASE_URL + '/yardstick/env/action'
ASYNC_TASK_API = BASE_URL + '/yardstick/asynctask'
+
+SQLITE = 'sqlite:////tmp/yardstick.db'