Update keywords in sol003_02 to avoid duplicates 44/14144/2
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Mon, 18 Dec 2023 10:54:35 +0000 (11:54 +0100)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Thu, 11 Jan 2024 14:30:08 +0000 (15:30 +0100)
Change-Id: I0d1aa6289f3be927e72972153c45a294686d828d
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
robot-systest/lib/ns_lib.resource
robot-systest/testsuite/sol003_02-dualstack_ip_vnfm.robot

index f76478e..8e47f1f 100644 (file)
@@ -212,7 +212,7 @@ Get VDU Affinity Group Name
     Should Be Equal As Integers   ${rc}   ${SUCCESS_RETURN_CODE}   msg=${affinity_group_name}   values=False
     RETURN   ${affinity_group_name}
 
-GET Dual Ip
+Get Dual Ip
     [Documentation]   Get dual ip from the ns list
     [Arguments]   ${ns_id}
     Should Not Be Empty   ${ns_id}
index b489dc4..5b948bc 100644 (file)
@@ -96,7 +96,7 @@ Get Ns Id
     ${id}=   Get Ns Id   ${ns_name}
     Set Suite Variable   ${NS_ID}   ${id}
 
-Get Dual Ip
+Get Dual Ip Addresses
     [Documentation]   Get the IP address from the NS
     ${id}=   Get Dual Ip   ${NS_ID}
     Set Suite Variable   ${DUAL_IP}   ${id}