summaryrefslogtreecommitdiffstats
path: root/dovetail/api/app/constants.py
diff options
context:
space:
mode:
Diffstat (limited to 'dovetail/api/app/constants.py')
-rw-r--r--dovetail/api/app/constants.py15
1 files changed, 15 insertions, 0 deletions
diff --git a/dovetail/api/app/constants.py b/dovetail/api/app/constants.py
new file mode 100644
index 00000000..f6ffd1ba
--- /dev/null
+++ b/dovetail/api/app/constants.py
@@ -0,0 +1,15 @@
+NFVI_PROJECT = ['bottlenecks', 'functest', 'yardstick']
+VNF_PROJECT = ['onap-vtp', 'onap-vvp']
+RUN_TEST_ITEMS = {
+ 'arguments': {
+ 'no_multiple': ['testsuite', 'deploy_scenario'],
+ 'multiple': ['testarea', 'testcase']
+ },
+ 'options': ['mandatory', 'no_api_validation', 'no_clean', 'stop', 'debug',
+ 'opnfv_ci', 'report', 'offline', 'optional']
+}
+CONFIG_YAML_FILES = {
+ 'hosts': 'hosts.yaml',
+ 'pods': 'pod.yaml',
+ 'tempest_conf': 'tempest_conf.yaml'
+}