From b4680596e5c876b12dc416c305de69371d5aedd5 Mon Sep 17 00:00:00 2001 From: Michal Jagiello Date: Mon, 4 Oct 2021 13:57:01 +0000 Subject: [TEST] Do not use VID API in pnf-registrate test Since VID is not supported in the pnf-registrate test we should not use its API Issue-ID: TEST-364 Signed-off-by: Michal Jagiello Change-Id: I8e5c774e16b1881a6b724ebb2481b5adc1fa42f4 --- .../test_templates/pnf_registration_without_SO_template.robot | 4 ---- 1 file changed, 4 deletions(-) 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 6dd88ac7..087d694e 100644 --- a/robot/resources/test_templates/pnf_registration_without_SO_template.robot +++ b/robot/resources/test_templates/pnf_registration_without_SO_template.robot @@ -129,10 +129,6 @@ Instantiate PNF_macro service and succesfully registrate PNF template ${UUID}= Get Service Model Parameter from SDC Service Catalog ${service_name} uuid ${service_recipe_id}= Run Keyword If "${building_block_flow}"=='false' Add Service Recipe ${UUID} mso/async/services/CreateVcpeResCustService_simplified Inventory Tenant If Not Exists CloudOwner ${region} SharedNode OwnerType v1 CloudZone ${tenant_id} ${tenant_name} - Load OwningEntity project Project-${customer_name} - Load OwningEntity owningEntity OE-${customer_name} - Load OwningEntity lineOfBusiness LOB-${customer_name} - Load OwningEntity platform Platform-${customer_name} ${uuid_oe}= Generate UUID4 ${service_instance_id} ${request_id} ${full_customer_name} Run Keyword If "${building_block_flow}"=='false' Orchestrate PNF Macro Flow ${customer_name} ${service} ${product_family} ${pnf_correlation_id} ${tenant_id} ${tenant_name} ${service_name} ${region} Project-${customer_name} OE-${customer_name} ... ELSE Orchestrate PNF Building Block Flow ${catalog_service_name} ${customer_name} ${service} ${product_family} ${pnf_correlation_id} ${region} owning_entity=OE-${customer_name}-${uuid_oe} owningEntityId=${uuid_oe} project_name=Project-${customer_name} lineOfBusinessName=LOB-${customer_name} platformName=Platform-${customer_name} -- cgit 1.2.3-korg