From 56b07fbf7c22a5991b15129925fc7cb98491add0 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Fri, 26 Apr 2019 11:11:11 -0400 Subject: [PATCH] Fix path to VES library in vFW script Change-Id: I126e6100422066dcec1466f07a5a249aee947c67 Issue-ID: INT-658 Signed-off-by: Marco Platania --- vnfs/VESreporting_vFW5.0/go-client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vnfs/VESreporting_vFW5.0/go-client.sh b/vnfs/VESreporting_vFW5.0/go-client.sh index 3d1b159a..116f8905 100755 --- a/vnfs/VESreporting_vFW5.0/go-client.sh +++ b/vnfs/VESreporting_vFW5.0/go-client.sh @@ -1,6 +1,6 @@ #!/bin/bash -export LD_LIBRARY_PATH="/opt/VES/libs/x86_64/" +export LD_LIBRARY_PATH="/opt/VES/evel/evel-library/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 -- 2.16.6