Replace deprecated variables in suites/vtn (1).
[integration/test.git] / csit / suites / vtn / VTN_C_OF13 / __init__.robot
index 755cac37988eed94b08f231d9875f170b17fa03e..ce8d89eeb47b08724199b8a45bb1399ab66f523c 100644 (file)
@@ -6,6 +6,6 @@ Library           SSHLibrary
 Resource          ../../../libraries/VtnCoKeywords.robot
 
 *** Variables ***
-${start}          sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,2 --switch ovsk,protocols=OpenFlow13
+${start}          sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo tree,2 --switch ovsk,protocols=OpenFlow13
 
 *** Keywords ***