X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=csit%2Flibraries%2FL2GatewayOperations.robot;h=245912de6b7466d641de284515a1c5d85beb780c;hb=9dd5c50f30b1d80d52b6463d3cfd147b36d41811;hp=4af6d06362013d6609742f0129b809104a68e558;hpb=8b938c808d138aa2fa9a87097d3b39f1ee7b0118;p=integration%2Ftest.git diff --git a/csit/libraries/L2GatewayOperations.robot b/csit/libraries/L2GatewayOperations.robot index 4af6d06362..245912de6b 100644 --- a/csit/libraries/L2GatewayOperations.robot +++ b/csit/libraries/L2GatewayOperations.robot @@ -166,11 +166,11 @@ Verify Mcas Local Table While Ping Verify Nova VM IP [Arguments] ${vm_name} - [Documentation] Keyword to verify if the VM has received IP, and to vefiry it is not null. - ${vm_ip} ${dhcp_ip} Collect VM IP Addresses false ${vm_name} - Log ${vm_ip} + [Documentation] Keyword to verify if the VM has received IP, and to verify it is not null. + @{vm_ip} ${dhcp_ip} = Get VM IPs ${vm_name} Should Not Contain ${vm_ip} None - [Return] ${vm_ip} + Should Not Contain ${dhcp_ip} None + [Return] @{vm_ip}[0] Get L2gw Debug Info [Documentation] Keyword to collect the general debug information required for HWVTEP Test Suite.