summaryrefslogtreecommitdiffstats
path: root/utils/test/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
commita137b9d89ae9e982e5edd33670c040fc4d8603c7 (patch)
treefd27805248663d79e7da62e2619381d2d2b4f6c8 /utils/test/testapi/opnfv_testapi/common/constants.py
parent3402a07a0887038f54d1ea6ceb37a71bc6ec84a4 (diff)
parent16055e19d8d3f6cfc85a443703dabded8bee57bd (diff)
Merge "leverage LFID as Authentication"
Diffstat (limited to 'utils/test/testapi/opnfv_testapi/common/constants.py')
-rw-r--r--utils/test/testapi/opnfv_testapi/common/constants.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/utils/test/testapi/opnfv_testapi/common/constants.py b/utils/test/testapi/opnfv_testapi/common/constants.py
new file mode 100644
index 000000000..b37ebb3d6
--- /dev/null
+++ b/utils/test/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'