diff options
author | Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> | 2019-09-13 21:04:30 +0000 |
---|---|---|
committer | Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> | 2019-09-13 21:04:30 +0000 |
commit | 0752bf9766b678407df1ad0c242bb6cda0879326 (patch) | |
tree | b853c8bd8bf7f2791a19af775e0003a267e9a232 /robot/resources | |
parent | 94cc783a408415d1270733ba1933c171ffa7e1de (diff) |
Add instantiate vLB_CDS to robot (jinja template)
Issue-ID: TEST-194
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: I32590fdd944cb1f624b5d551acae3dbaed2fe350
Diffstat (limited to 'robot/resources')
-rw-r--r-- | robot/resources/cds_interface.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/resources/cds_interface.robot b/robot/resources/cds_interface.robot index 3c7ee015..089e49fd 100644 --- a/robot/resources/cds_interface.robot +++ b/robot/resources/cds_interface.robot @@ -20,7 +20,7 @@ ${SDC_SERVICE_CATALOG_ENDPOINT} ${GLOBAL_SDC_SERVER_PROTOCOL}://${GLOBAL_INJECT ${SDC_SERVICE_CATALOG_PATH} sdc2/rest/v1/catalog/services/serviceName/demoVLB_CDS/serviceVersion/1.0 ${SO_CATALOGDB_PATH} /ecomp/mso/catalog/v2/serviceVnfs?serviceModelName ${SO_APIHANDLER_PATH} /onap/so/infra/serviceInstantiation/v7/serviceInstances -${SO_REQUESTDB_PATH} /infraActiveRequests +${SO_REQUESTDB_PATH} /onap/so/infra/orchestrationRequests/v7 ${customer} Demonstration ${cloudOwner} CloudOwner @@ -71,4 +71,4 @@ Service Assign & Activate Check Infra Active Requests [Arguments] ${cds_requestid} ${auth}= Create List ${GLOBAL_SO_CATDB_USERNAME } ${GLOBAL_SO_PASSWORD} - SO.Run Polling Get Request ${GLOBAL_SO_REQDB_ENDPOINT} ${SO_REQUESTDB_PATH}/${cds_requestid} tries=30 interval=60 auth=${auth} + SO.Run Polling Get Request ${GLOBAL_SO_APIHAND_ENDPOINT} ${SO_REQUESTDB_PATH}/${cds_requestid} tries=30 interval=60 auth=${auth} |