From 1973e2cd4f22a2c14adf0302a940c740b5142053 Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Thu, 19 Oct 2017 18:26:24 -0400 Subject: Remove the copyright in the license Issue: TEST-66 Change-Id: Ib0c6bb23a68ef843f197d146823f42ee0aed7f6d Signed-off-by: Jerry Flood --- robot/resources/demo_preload.robot | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'robot/resources/demo_preload.robot') diff --git a/robot/resources/demo_preload.robot b/robot/resources/demo_preload.robot index 94bdab3f..6c7d0547 100644 --- a/robot/resources/demo_preload.robot +++ b/robot/resources/demo_preload.robot @@ -19,6 +19,8 @@ ${ADD_DEMO_CUSTOMER_BODY} robot/assets/templates/aai/add_demo_customer.templat ${AAI_INDEX_PATH} /aai/v8 ${VF_MODULES_NAME} _Demo_VFModules.json ${FILE_CACHE} /share/ +${DEMO_PREFIX} demo + *** Keywords *** Load Customer And Models @@ -39,10 +41,10 @@ Load Models [Documentation] Use openECOMP to Orchestrate a service. [Arguments] ${customer_name} Set Test Variable ${CUSTOMER_NAME} ${customer_name} - ${status} ${value}= Run Keyword And Ignore Error Distribute Model vFW demoVFW - ${status} ${value}= Run Keyword And Ignore Error Distribute Model vLB demoVLB - ${status} ${value}= Run Keyword And Ignore Error Distribute Model vCPE demoVCPE - ${status} ${value}= Run Keyword And Ignore Error Distribute Model vIMS demoVIMS + ${status} ${value}= Run Keyword And Ignore Error Distribute Model vFW ${DEMO_PREFIX}VFW + ${status} ${value}= Run Keyword And Ignore Error Distribute Model vLB ${DEMO_PREFIX}VLB + ${status} ${value}= Run Keyword And Ignore Error Distribute Model vCPE ${DEMO_PREFIX}VCPE + ##${status} ${value}= Run Keyword And Ignore Error Distribute Model vIMS ${DEMO_PREFIX}VIMS Distribute Model [Arguments] ${service} ${modelName} -- cgit 1.2.3-korg