From c3188106f419bbd851c2fb059b150a46b603609c Mon Sep 17 00:00:00 2001 From: Krzysztof Kuzmicki Date: Tue, 5 Nov 2019 11:47:56 +0100 Subject: ROBOT test cases correction due to failing test case Issue-ID: INT-1348 Signed-off-by: Krzysztof Kuzmicki Change-Id: I6b16cba681d1da47e6a7dceffc8f8a4c62e61606 --- .../test_templates/pnf_registration_without_SO_template.robot | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'robot/resources/test_templates') diff --git a/robot/resources/test_templates/pnf_registration_without_SO_template.robot b/robot/resources/test_templates/pnf_registration_without_SO_template.robot index 34f6b5c6..e8725986 100644 --- a/robot/resources/test_templates/pnf_registration_without_SO_template.robot +++ b/robot/resources/test_templates/pnf_registration_without_SO_template.robot @@ -109,7 +109,7 @@ Check SO service completition status Should Be Equal As Strings ${so_status} ${so_expected_status} -Design, create, instantiate PNF/macro service and succesfully registrate PNF template +Instantiate PNF_macro service and succesfully registrate PNF template [Documentation] Test case template for design, create, instantiate PNF/macro service and succesfully registrate PNF [Arguments] ${service_name} ${PNF_entry_dict} ${pnf_correlation_id} ${service}=pNF ${product_family}=gNB @@ -128,7 +128,12 @@ Design, create, instantiate PNF/macro service and succesfully registrate PNF tem ... ELSE Log To Console Check Service Recipe for TOSCA Based PNF Model assignmenta ${tenant_id} ${tenant_name}= Setup Orchestrate VNF ${GLOBAL_AAI_CLOUD_OWNER} SharedNode OwnerType v1 CloudZone ${service} ${request_id} ${full_customer_name} Orchestrate PNF ETE_Customer ${service} ${product_family} ${pnf_correlation_id} ${tenant_id} ${tenant_name} ${service_name} + Wait Until Keyword Succeeds 120s 40s Send and verify VES integration request in SO and A&AI ${request_id} ${PNF_entry_dict} + + +Send and verify VES integration request in SO and A&AI + [Documentation] Gets service status and compares with expected status + [Arguments] ${request_id} ${PNF_entry_dict} Send VES integration request ${PNF_entry_dict} Verify PNF Integration Request in A&AI ${PNF_entry_dict} - Wait Until Keyword Succeeds 30s 5s Check SO service completition status ${request_id} COMPLETE - ${auth}= Create List ${GLOBAL_SO_USERNAME} ${GLOBAL_SO_PASSWORD} + Wait Until Keyword Succeeds 30s 10s Check SO service completition status ${request_id} COMPLETE \ No newline at end of file -- cgit 1.2.3-korg