From c613d6dadf2203d386f4887e1e182dbc99724af1 Mon Sep 17 00:00:00 2001 From: "Karthik.S" Date: Fri, 21 Oct 2016 20:57:00 +0530 Subject: [PATCH] Fix Vlan topology creation failure in VTN Coordinator CSIT Change-Id: Iafb553ec662a537ddff3eafc794ad07742469f81 Signed-off-by: Karthik.S --- csit/libraries/VtnCoKeywords.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csit/libraries/VtnCoKeywords.robot b/csit/libraries/VtnCoKeywords.robot index 95b2a9d0d4..42d3aeb85b 100644 --- a/csit/libraries/VtnCoKeywords.robot +++ b/csit/libraries/VtnCoKeywords.robot @@ -12,7 +12,7 @@ Resource ./Utils.robot Resource ./MininetKeywords.robot *** variable *** -${vlan_topo} sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --custom vlan_vtn_test.py --topo vlantopo +${vlan_topo} --custom vlan_vtn_test.py --topo vlantopo ${nexus_path} https://nexus.opendaylight.org/content/repositories/opendaylight.snapshot/org/opendaylight/vtn/distribution.vtn-coordinator ${boron} 6.3.1-SNAPSHOT ${carbon} 6.4.0-SNAPSHOT -- 2.36.6