Build artifacts for vLB use case
[demo.git] / vnfs / vLBMS / scripts / v_packetgen_init.sh
index fe956ef..e15b2e0 100644 (file)
@@ -94,9 +94,11 @@ vppctl exec /opt/dns_streams/stream_dns10
 vppctl set int ip address pg0 $(cat /opt/config/pg_int.txt)"/"$IPADDR1_CIDR
 sleep 1
 
-# Start Honeycomb and enable traffic flows
+# Start Honeycomb
+VERSION=$(cat /opt/config/demo_artifacts_version.txt)
 cd /opt
-./vlb-vnf-onap-distribution-$(cat /opt/config/demo_artifacts_version.txt)/honeycomb &>/var/log/honeycomb.log &disown
+./honeycomb/vlb-vnf-onap-distribution-$VERSION/honeycomb &>/var/log/honeycomb.log &disown
+sleep 10
 
 chmod +x run_streams_dns.sh
 ./run_streams_dns.sh &>/dev/null &disown