Merge "Create OC path at 200Gbps and 300Gbps"
[transportpce.git] / tests / install_sims.sh
index 125f18c9651542b2f933a566344df9c4dd7cf29d..69f8afd72b5bb5f0dfd84c9b88da66d98ed17c58 100755 (executable)
@@ -4,10 +4,10 @@
 
 cd $(dirname $0)
 
-if [ "$USE_SIMS" = "lightynode" ];then
-    ./install_lightynode.sh
-else
+if [ "$USE_SIMS" = "honeynode" ];then
     ./install_honeynode.sh $@
+else
+    ./install_lightynode.sh
 fi
 
 exit