diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-01-18 16:45:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-18 16:45:13 +0000 |
commit | 9bc652fe41541a05f52c09d01a2e671eae5b2965 (patch) | |
tree | 681b03ba94a8d198aa7f10c5d82ff10fbc1dec1a /functest/utils | |
parent | 7e52f05a029811d2174cc6c851e95252bd99632b (diff) | |
parent | 3e921f50fb71ef93b441054c0444da5a4fa64b44 (diff) |
Merge "Add VnfOnBoarding Abstraction"
Diffstat (limited to 'functest/utils')
-rw-r--r-- | functest/utils/functest_constants.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/functest/utils/functest_constants.py b/functest/utils/functest_constants.py index ac9d77c8..c4be0779 100644 --- a/functest/utils/functest_constants.py +++ b/functest/utils/functest_constants.py @@ -245,11 +245,6 @@ 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') -VIMS_TENANT_NAME = get_value('vIMS.general.tenant_name', - 'VIMS_TENANT_NAME') -VIMS_TENANT_DESCRIPTION = get_value('vIMS.general.tenant_description', - 'VIMS_TENANT_DESCRIPTION') -VIMS_IMAGES = get_value('vIMS.general.images', 'VIMS_IMAGES') CFY_MANAGER_BLUEPRINT = get_value('vIMS.cloudify.blueprint', 'CFY_MANAGER_BLUEPRINT') CFY_MANAGER_REQUIERMENTS = get_value('vIMS.cloudify.requierments', |