From 3e921f50fb71ef93b441054c0444da5a4fa64b44 Mon Sep 17 00:00:00 2001 From: Morgan Richomme Date: Fri, 6 Jan 2017 16:16:20 +0100 Subject: Add VnfOnBoarding Abstraction JIRA: FUNCTEST-535 Change-Id: Idfa3dfd64554472aaac3f26a504e1f74d2f42926 Signed-off-by: Morgan Richomme --- functest/utils/functest_constants.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'functest/utils') 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', -- cgit 1.2.3-korg