aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2017-01-19 09:34:08 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-01-19 09:34:08 +0000
commit34aab533f4a6c20676eb2a2b6843d5980ea3ac17 (patch)
tree0b704017defdb6d8d3806685c924fee15d25c620 /functest
parent496b925818c65296616a3519bec9c7a7d05f4ee9 (diff)
parent3d17816e72031915dd5212a2193b5fa7a34094e7 (diff)
Merge "Bugfix: delete the wrong path in functest_constants.py"
Diffstat (limited to 'functest')
-rw-r--r--functest/utils/functest_constants.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/functest/utils/functest_constants.py b/functest/utils/functest_constants.py
index c4be07798..7fb03e8a2 100644
--- a/functest/utils/functest_constants.py
+++ b/functest/utils/functest_constants.py
@@ -241,20 +241,5 @@ EXAMPLE_SECGROUP_NAME = get_value('example.sg_name',
'EXAMPLE_SECGROUP_NAME')
EXAMPLE_SECGROUP_DESCR = get_value('example.sg_desc',
'EXAMPLE_SECGROUP_DESCR')
-VIMS_DATA_DIR = get_value('general.dir.dir_vIMS_data',
- 'VIMS_DATA_DIR')
-VIMS_TEST_DIR = get_value('general.dir.dir_repo_vims_test',
- 'VIMS_TEST_DIR')
-CFY_MANAGER_BLUEPRINT = get_value('vIMS.cloudify.blueprint',
- 'CFY_MANAGER_BLUEPRINT')
-CFY_MANAGER_REQUIERMENTS = get_value('vIMS.cloudify.requierments',
- 'CFY_MANAGER_REQUIERMENTS')
-CFY_INPUTS = get_value('vIMS.cloudify.inputs', 'CFY_INPUTS')
-CW_BLUEPRINT = get_value('vIMS.clearwater.blueprint', 'CW_BLUEPRINT')
-CW_DEPLOYMENT_NAME = get_value('vIMS.clearwater.deployment-name',
- 'CW_DEPLOYMENT_NAME')
-CW_INPUTS = get_value('vIMS.clearwater.inputs', 'CW_INPUTS')
-CW_REQUIERMENTS = get_value('vIMS.clearwater.requierments',
- 'CW_REQUIERMENTS')
PARSER_REPO_DIR = get_value('general.dir.repo_parser',
'PARSER_REPO_DIR')