From 67afaca4f14965ac90f724ec56fb87d900cf807a Mon Sep 17 00:00:00 2001 From: DR695H Date: Tue, 23 Jul 2019 17:13:23 -0400 Subject: cleaning up some warnings need these cleaned before switching over the variabel strucuture in preload Issue-ID: TEST-174 Change-Id: I1667f45b0135a059dfab2835c9b4f743703c60a5 Signed-off-by: DR695H --- robot/resources/test_templates/closedloop_test_template.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'robot/resources/test_templates/closedloop_test_template.robot') diff --git a/robot/resources/test_templates/closedloop_test_template.robot b/robot/resources/test_templates/closedloop_test_template.robot index 55be4692..51bfbe73 100644 --- a/robot/resources/test_templates/closedloop_test_template.robot +++ b/robot/resources/test_templates/closedloop_test_template.robot @@ -120,7 +120,7 @@ Create Config Policy ${put_resp} = Run Policy Put Request ${RESOURCE_PATH_CREATE} ${output} Should Be Equal As Strings ${put_resp.status_code} 200 - Create Policy Name +Create Policy Name [Documentation] Generate Policy Name [Arguments] ${prefix}=ETE_ ${random}= Generate Random String 15 [LOWER][NUMBERS] @@ -187,7 +187,7 @@ Orchestrate VNF vFW closedloop ${customer_name}= Catenate ETE_CLP_${uuid} [Return] ${vf_module_name_list} ${generic_vnfs} ${server_id} ${service_instance_id} ${customer_name} ${uris_to_delete} - Orchestrate VNF vDNS closedloop +Orchestrate VNF vDNS closedloop [Documentation] VNF Orchestration for vLB Log VNF Orchestration flow TEST NAME=${TEST NAME} ${tenant_id} ${tenant_name}= Setup Orchestrate VNF ${GLOBAL_AAI_CLOUD_OWNER} SharedNode OwnerType v1 CloudZone -- cgit 1.2.3-korg