Address Start_Suite KW 1
[integration/test.git] / csit / libraries / VtnCoKeywords.robot
index 937122d8b6643a76744c369b1a2e7520737c3a34..dbbcaed476f640266c9024e0a44187b1fe87b76e 100644 (file)
@@ -9,6 +9,7 @@ Library           Collections
 Library           XML
 Variables         ../variables/Variables.py
 Resource          ./Utils.robot
+Resource          ./MininetKeywords.robot
 
 *** variable ***
 ${vlan_topo}      sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --custom vlan_vtn_test.py --topo vlantopo
@@ -269,7 +270,7 @@ Create VLANMAP in VBRIDGE
 Start vlan_topo
     [Documentation]    This will start mininet with custom topology on both the Virtual Machines
     Install Package On Ubuntu System    vlan
-    Start Mininet    ${TOOLS_SYSTEM_IP}    ${vlan_topo}    ${CURDIR}/${CREATE_VLAN_TOPOLOGY_FILE_PATH}
+    MininetKeywords.Start Mininet Single Controller    ${TOOLS_SYSTEM_IP}    ${ODL_SYSTEM_IP}    ${vlan_topo}    ${CURDIR}/${CREATE_VLAN_TOPOLOGY_FILE_PATH}
 
 Delete a FLOWLIST
     [Arguments]    ${flowlistname}