From: DR695H Date: Wed, 22 May 2019 21:21:38 +0000 (-0400) Subject: removing servicemapping.py X-Git-Tag: 1.5.0~63 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=fcb0ee8d040a947b4dabacd66a5f2bf273c05aa6;p=testsuite.git removing servicemapping.py everything is in demo folder now Change-Id: Ib2fc57c7a3912526b51c8bd8e3a99451281c72a6 Issue-ID: TEST-157 Signed-off-by: DR695H --- diff --git a/red.xml b/red.xml index dd831443..9c10abd2 100644 --- a/red.xml +++ b/red.xml @@ -10,8 +10,6 @@ - - @@ -24,6 +22,7 @@ + @@ -31,7 +30,6 @@ - true 1024 diff --git a/robot/assets/service_mappings.py b/robot/assets/service_mappings.py deleted file mode 100644 index 908c5401..00000000 --- a/robot/assets/service_mappings.py +++ /dev/null @@ -1,80 +0,0 @@ -import json -import os.path - - -''' -This metadata identifies the folders to be zipped and uploaded to SDC for model distribution for a given VNF -''' -GLOBAL_SERVICE_FOLDER_MAPPING = {} - -''' -Map the service to the list of VNFs to be orchestrated -''' -GLOBAL_SERVICE_VNF_MAPPING = {} - -''' -Map the service to the list of Generic Neutron Networks to be orchestrated -''' -GLOBAL_SERVICE_GEN_NEUTRON_NETWORK_MAPPING = {} - -''' -Map the service to the list of Deployment Artifacts for Closed Loop Control -''' -GLOBAL_SERVICE_DEPLOYMENT_ARTIFACT_MAPPING = {} - -''' -This metadata identifes the preloads that need to be done for a VNF as there may be more than one (vLB) -"template" maps to the parameters in the preload_paramenters.py - - GLOBAL_PRELOAD_PARAMETERS[][