From 6c98a31b980d1d6cbbc9aeb2064d3f1c2252c3da Mon Sep 17 00:00:00 2001 From: gokuls Date: Wed, 17 May 2017 21:52:10 -0700 Subject: VES5.0 development changes not for test Change-Id: Ib44b38d24e8c841c1a85aaf82265b10f3d387b0c Signed-off-by: Gokul Singaraju --- VESreporting_vLB5.0/go-client.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 VESreporting_vLB5.0/go-client.sh (limited to 'VESreporting_vLB5.0/go-client.sh') diff --git a/VESreporting_vLB5.0/go-client.sh b/VESreporting_vLB5.0/go-client.sh new file mode 100755 index 00000000..3d1b159a --- /dev/null +++ b/VESreporting_vLB5.0/go-client.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +export LD_LIBRARY_PATH="/opt/VES/libs/x86_64/" +DCAE_COLLECTOR_IP=$(cat /opt/config/dcae_collector_ip.txt) +DCAE_COLLECTOR_PORT=$(cat /opt/config/dcae_collector_port.txt) +./vpp_measurement_reporter $DCAE_COLLECTOR_IP $DCAE_COLLECTOR_PORT eth1 -- cgit 1.2.3-korg