From 044f47d64a1d9f958d1cd80be9b1fae44bbaf314 Mon Sep 17 00:00:00 2001 From: Krzysztof Kuzmicki Date: Thu, 23 Jan 2020 14:37:30 +0100 Subject: Add teardown to pnf_registrate test cases Issue-ID: INT-1407 Signed-off-by: Krzysztof Kuzmicki Change-Id: I65836640e554237d3ac5adfcfa1d9d0f502329d4 --- robot/resources/test_templates/pnf_orchestration_test_template.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'robot/resources/test_templates/pnf_orchestration_test_template.robot') diff --git a/robot/resources/test_templates/pnf_orchestration_test_template.robot b/robot/resources/test_templates/pnf_orchestration_test_template.robot index bb3f1816..6877441e 100644 --- a/robot/resources/test_templates/pnf_orchestration_test_template.robot +++ b/robot/resources/test_templates/pnf_orchestration_test_template.robot @@ -31,7 +31,7 @@ Orchestrate PNF Login To VID GUI ${service_instance_id} ${request_id}= Wait Until Keyword Succeeds 300s 5s Create VID PNF Service Instance ${full_customer_name} ${service_model_type} ${service} ${service_name} ${project_name} ${owning_entity} ${product_family} ${lcp_region} ${tenant_name} ${pnf_correlation_id} Wait Until Keyword Succeeds 60s 20s Validate Service Instance ${service_instance_id} ${service} ${full_customer_name} - [Return] ${service} ${request_id} ${full_customer_name} + [Return] ${service_instance_id} ${request_id} ${full_customer_name} Create Customer For PNF -- cgit 1.2.3-korg