diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2021-04-09 11:51:26 +0200 |
---|---|---|
committer | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2021-04-09 11:51:26 +0200 |
commit | 8f25be8f8f2ba6401b70c4d06d59fbc7b9c5abfc (patch) | |
tree | fe6b778200c8cb45f286e59b05f66bc1f73cadfb | |
parent | a19a5d2bfc58597b7b02bca70d4a42329cf93b6c (diff) |
[ROBOT] Add new E2E test for 5G BulkPM usecase from HTTP server to ONAP gating
Fix of failng test cases
Issue-ID: INT-1815
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: Ie604bc85a7ea30a2dbe7854e10313cf9c5c87f3e
-rw-r--r-- | robot/resources/usecases/5gbulkpm_interface.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/robot/resources/usecases/5gbulkpm_interface.robot b/robot/resources/usecases/5gbulkpm_interface.robot index 0dfd804b..db01f91a 100644 --- a/robot/resources/usecases/5gbulkpm_interface.robot +++ b/robot/resources/usecases/5gbulkpm_interface.robot @@ -143,7 +143,7 @@ Usecase Teardown Undeploy Service ${serviceTypeId-Sftp} Undeploy Service datafile Undeploy Service pmmapper - Undeploy Service mongo-dep + Undeploy Service mongo-dep-5gbulkpm Undeploy Service ves-rest-client-dep Undeploy Service ves-collector-for-bulkpm-over-https Delete Blueprint From Inventory ${serviceTypeIdMongo} @@ -316,12 +316,12 @@ Deploying HTTPS server with wrong certificates - wrong SAN-s Set Global Variable ${httpsServerWrongSansOperationId} Deploying VES Client with correct certificates - ${serviceTypeIdMongo} Load Blueprint To Inventory ${MONGO_BLUEPRINT_PATH} mongo + ${serviceTypeIdMongo} Load Blueprint To Inventory ${MONGO_BLUEPRINT_PATH} mongo-5g-bulk-pm ${serviceTypeIdVesClient} Load Blueprint To Inventory ${PNF_SIMULATOR_BLUEPRINT_PATH} ves-rest-client Set Suite Variable ${serviceTypeIdMongo} Set Suite Variable ${serviceTypeIdVesClient} ${deployment_data}= Set Variable {"serviceTypeId": "${serviceTypeIdMongo}"} - Deploy Service ${deployment_data} mongo-dep 2 minutes + Deploy Service ${deployment_data} mongo-dep-5gbulkpm 2 minutes ${resp}= Get Blueprint From Inventory ves-rest-client ${json}= Set Variable ${resp.json()} ${image} Get Regexp Matches ${json['items'][0]['blueprintTemplate']} nexus3(.)*?(?=\') |