Replace deprecated variables in suites/l2switch (1).
[integration/test.git] / csit / suites / l2switch / Inventory_Scalability_OF13 / __init__.robot
index cefbd0c6c7d62294b5734ceb4d6ae47283af0239..f40b6a1a9d978fd1166813f581ca058accac4613 100644 (file)
@@ -7,7 +7,7 @@ Library           ../../../libraries/Common.py
 Variables         ../../../variables/Variables.py
 
 *** Variables ***
-${start}          sudo mn --controller=remote,ip=${CONTROLLER} --topo tree,${TOPO_TREE_DEPTH},${TOPO_TREE_FANOUT} --switch ovsk,protocols=OpenFlow13
+${start}          sudo mn --controller=remote,ip=${ODL_SYSTEM_IP} --topo tree,${TOPO_TREE_DEPTH},${TOPO_TREE_FANOUT} --switch ovsk,protocols=OpenFlow13
 
 *** Keywords ***
 Start Suite