From 3d17816e72031915dd5212a2193b5fa7a34094e7 Mon Sep 17 00:00:00 2001 From: Linda Wang Date: Thu, 19 Jan 2017 08:33:54 +0000 Subject: Bugfix: delete the wrong path in functest_constants.py Fix the bug patch: https://gerrit.opnfv.org/gerrit/#/c/26769 Change-Id: I9ef5adeabb98ed3abfd67d23b78672a719c45225 Signed-off-by: Linda Wang --- functest/utils/functest_constants.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/functest/utils/functest_constants.py b/functest/utils/functest_constants.py index c4be0779..7fb03e8a 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') -- cgit 1.2.3-korg