INTTEST-91 - Updating list and dictionary syntax
[integration/test.git] / csit / libraries / L2GatewayOperations.robot
index bbd3d9e8ea23f96b8b6a25889e22af5539c87578..63a4786fabb78df8fe95d2ea14ed9566d9d71147 100644 (file)
@@ -200,7 +200,7 @@ Verify Nova VM IP
     @{vm_ip}    ${dhcp_ip} =    Get VM IPs    ${vm_name}
     Should Not Contain    ${vm_ip}    None
     Should Not Contain    ${dhcp_ip}    None
-    [Return]    @{vm_ip}[0]
+    [Return]    ${vm_ip}[0]
 
 Get L2gw Debug Info
     [Documentation]    Keyword to collect the general debug information required for HWVTEP Test Suite.