aboutsummaryrefslogtreecommitdiffstats
path: root/robot
diff options
context:
space:
mode:
authorMichal Jagiello <michal.jagiello@t-mobile.pl>2021-10-04 13:57:01 +0000
committerMichal Jagiello <michal.jagiello@t-mobile.pl>2021-10-04 13:57:01 +0000
commitb4680596e5c876b12dc416c305de69371d5aedd5 (patch)
tree027875148542e9df9ebeea7f3b8f232a355b9cf3 /robot
parent318ca5a68229288a1736556a89314c1a7737f849 (diff)
[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 <michal.jagiello@t-mobile.pl> Change-Id: I8e5c774e16b1881a6b724ebb2481b5adc1fa42f4
Diffstat (limited to 'robot')
-rw-r--r--robot/resources/test_templates/pnf_registration_without_SO_template.robot4
1 files changed, 0 insertions, 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}