summaryrefslogtreecommitdiffstats
path: root/testapi/opnfv_testapi/common/constants.py
diff options
context:
space:
mode:
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'