diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-01-19 08:33:54 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2017-01-19 08:40:25 +0000 |
commit | 3d17816e72031915dd5212a2193b5fa7a34094e7 (patch) | |
tree | 84a823c24eae69f3e4f70b734e0990d214d57cb0 | |
parent | 14ace0223bcf2f0a6496cf3393418bf57f29883b (diff) |
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 <wangwulin@huawei.com>
-rw-r--r-- | functest/utils/functest_constants.py | 15 |
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') |