diff options
author | 2017-05-18 11:09:08 -0400 | |
---|---|---|
committer | 2017-05-18 11:09:08 -0400 | |
commit | fee6de844f9d4c3aad87733734d35df50117b6b0 (patch) | |
tree | 3f42567107ac4a10795c8e80c42b479c4502cbda /VESreporting_vLB5.0/go-client.sh | |
parent | f3fe765461685a753c0f5b061c5c47383c75829f (diff) |
Change location of VES5.0 code
Change-Id: If8a1173813eb4d5c14c04b132269696a748505e7
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'VESreporting_vLB5.0/go-client.sh')
-rwxr-xr-x | VESreporting_vLB5.0/go-client.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/VESreporting_vLB5.0/go-client.sh b/VESreporting_vLB5.0/go-client.sh deleted file mode 100755 index 3d1b159a..00000000 --- a/VESreporting_vLB5.0/go-client.sh +++ /dev/null @@ -1,6 +0,0 @@ -#!/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 |