diff options
author | Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> | 2019-08-14 17:53:15 +0000 |
---|---|---|
committer | Daniel Rose <dr695h@att.com> | 2019-09-13 18:39:38 +0000 |
commit | 94cc783a408415d1270733ba1933c171ffa7e1de (patch) | |
tree | a59e947e9c23bcd6e233fb1b13ac70bb2cee75aa /robot/testsuites | |
parent | ea4af0caf0a786b9b8d05dc3d2749f965050f398 (diff) |
Add isntantiate vLB_CDS to robot
Issue-ID: TEST-194
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: I49986cd4ee5755e34a1b3b4df198de26e569c7c8
Signed-off-by: Hany Abdelbaki <habdelbaki.ext@orange.com>
Diffstat (limited to 'robot/testsuites')
-rwxr-xr-x[-rw-r--r--] | robot/testsuites/demo.robot | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/robot/testsuites/demo.robot b/robot/testsuites/demo.robot index 6003434b..1e87ce86 100644..100755 --- a/robot/testsuites/demo.robot +++ b/robot/testsuites/demo.robot @@ -4,6 +4,7 @@ Documentation Executes the VNF Orchestration Test cases including setup and te Library ONAPLibrary.SO WITH NAME SO Library Collections Resource ../resources/demo_preload.robot +Resource ../resources/cds_interface.robot *** Variables *** @@ -68,6 +69,13 @@ Instantiate VFWDT [Tags] instantiateVFWDT Instantiate VNF vFWDT base_vpkg +Instantiate VLB_CDS + [Tags] instantiateVLB_CDS + ${status} ${value}= Run Keyword And Ignore Error Distribute Model vLB_CDS demoVLB_CDS True + ${service-uuid} ${service-invariantUUID}= Get Service Catalog demoVLB_CDS + ${resp}= Get Service VNFs demoVLB_CDS + ${cds_requestid}= Service Assign & Activate demoVLB_CDS ${service-uuid} ${service-invariantUUID} ${resp} + Check Infra Active Requests ${cds_requestid} Delete Instantiated VNF [Documentation] This test assumes all necessary variables are loaded via the variable file create in Save For Delete |