Modify parameter in Vpnservice robot. 63/74763/4
authormpany <madhusmita.p@altencalsoftlabs.com>
Thu, 2 Aug 2018 11:09:17 +0000 (16:39 +0530)
committerSam Hague <shague@redhat.com>
Mon, 13 Aug 2018 14:21:37 +0000 (14:21 +0000)
Change-Id: Ie905262fb8c12d2ab852d2ef18f8493f194dac40
Signed-off-by: mpany <madhusmita.p@altencalsoftlabs.com>
csit/libraries/VpnOperations.robot

index b73266cfcb86dd817e1be900170c161fe01759ad..17318fb017e020fae6984edb8c7cdfa09ee24667 100644 (file)
@@ -284,7 +284,7 @@ Verify GWMAC Flow Entry On Flow Table On All Compute Nodes
 Delete Multiple L3VPNs
     [Arguments]    @{vpns}
     [Documentation]    Delete three L3VPNs created using Multiple L3VPN Test
-    : FOR    ${vpn}    IN    ${vpns}
+    : FOR    ${vpn}    IN    @{vpns}
     \    VPN Delete L3VPN    vpnid=${vpn}
 
 VNI Test Setup