diff options
author | DR695H <dr695h@att.com> | 2019-05-22 17:21:38 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-05-22 17:22:10 -0400 |
commit | fcb0ee8d040a947b4dabacd66a5f2bf273c05aa6 (patch) | |
tree | 67d697eb3370108f183d1728170ad8044612032c /robot/resources/test_templates/model_test_template_vcperescust.robot | |
parent | 06fa4eea900ad5a5686271985e5946feded822b9 (diff) |
removing servicemapping.py
everything is in demo folder now
Change-Id: Ib2fc57c7a3912526b51c8bd8e3a99451281c72a6
Issue-ID: TEST-157
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/test_templates/model_test_template_vcperescust.robot')
-rw-r--r-- | robot/resources/test_templates/model_test_template_vcperescust.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/robot/resources/test_templates/model_test_template_vcperescust.robot b/robot/resources/test_templates/model_test_template_vcperescust.robot index 17e3965d..b096a302 100644 --- a/robot/resources/test_templates/model_test_template_vcperescust.robot +++ b/robot/resources/test_templates/model_test_template_vcperescust.robot @@ -5,10 +5,9 @@ Library ArchiveLibrary Library Collections Library String Library DateTime +Library ONAPLibrary.ServiceMapping Resource ../asdc_interface.robot -Variables ../../assets/service_mappings.py - *** Variables *** ${ASDC_BASE_PATH} /sdc1 ${ASDC_DESIGNER_PATH} /proxy-designer1#/dashboard @@ -23,7 +22,8 @@ ${CATALOG_SERVICE_ID} Model Distribution For vCPEResCust Directory [Arguments] ${service} ${catalog_service_name}= ${cds}= - ${directory_list}= Get From Dictionary ${GLOBAL_SERVICE_FOLDER_MAPPING} ${service} + Set Directory default ./demo/service_mapping + ${directory_list}= Get Service Folder Mapping default ${service} ${ziplist}= Create List ${uuid}= Get Current Date ${service_name}= Catenate ${service} ${uuid} |