summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/common/constants.py
diff options
context:
space:
mode:
authorSerena Feng <feng.xiaowei@zte.com.cn>2017-09-04 01:08:34 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-09-04 01:08:34 +0000
commitf8ec94a44498eff343fa2862abb8c61929efaa3a (patch)
treee9376573f3e9f79104ef5e094c0e3f3e3b804ac8 /testapi/opnfv_testapi/common/constants.py
parent91bd83f607d9236a76f2d2472f4ae4654c43a6a5 (diff)
parent9e36409f1bf52a6fd510c4f4896d85761b59cfa9 (diff)
Merge "leverage LFID as Authentication"
Diffstat (limited to 'testapi/opnfv_testapi/common/constants.py')
-rw-r--r--testapi/opnfv_testapi/common/constants.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/testapi/opnfv_testapi/common/constants.py b/testapi/opnfv_testapi/common/constants.py
new file mode 100644
index 0000000..b37ebb3
--- /dev/null
+++ b/testapi/opnfv_testapi/common/constants.py
@@ -0,0 +1,5 @@
+TESTAPI_ID = 'testapi_id'
+CSRF_TOKEN = 'csrf_token'
+ROLE = 'role'
+TESTAPI_USERS = ['opnfv-testapi-users']
+USER_TABLE = 'users'