Add test param for ns create
[vfc/nfvo/lcm.git] / docker / instance_run.sh
index b14ee5a..fca3993 100755 (executable)
@@ -4,7 +4,7 @@ cd /service/vfc/nfvo/lcm
 chmod +x run.sh
 ./run.sh
 
-while [ ! -f logs/nfvo_lcm.log ]; do
+while [ ! -f logs/runtime_lcm.log ]; do
     sleep 1
 done
-tail -F logs/nfvo_lcm.log
\ No newline at end of file
+tail -F logs/runtime_lcm.log
\ No newline at end of file