diff options
author | Jerry Flood <jf9860@att.com> | 2017-10-19 18:26:24 -0400 |
---|---|---|
committer | Jerry Flood <jf9860@att.com> | 2017-10-19 18:54:25 -0400 |
commit | 1973e2cd4f22a2c14adf0302a940c740b5142053 (patch) | |
tree | 6b4ed19e51b52e93e718005c2369cb30fe20f854 /robot/resources/demo_preload.robot | |
parent | 95e60754bb716956de4b484a3f7ddcd1849c8e38 (diff) |
Remove the copyright in the license
Issue: TEST-66
Change-Id: Ib0c6bb23a68ef843f197d146823f42ee0aed7f6d
Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/resources/demo_preload.robot')
-rw-r--r-- | robot/resources/demo_preload.robot | 10 |
1 files changed, 6 insertions, 4 deletions
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} |