diff options
author | Marco Platania <platania@research.att.com> | 2017-09-25 15:55:54 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-09-25 15:55:54 -0400 |
commit | 9a5436a9f88a12a41cffb7e6aa8ee07c7c521858 (patch) | |
tree | bf2c4cc494bb277c94496f7673d7e15f1e952ef4 /vnfs | |
parent | 1aa9cf752e6a9a19ace912f3c1fed3482229c061 (diff) |
Fix path to VES library in go_client script
Change-Id: I8eeaaee147fdfadde8260a00d981aca556802f52
Issue-ID: INT-228
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs')
-rw-r--r-- | vnfs/VES5.0/evel/evel-library/bldjobs/Makefile | 8 | ||||
-rwxr-xr-x | vnfs/VESreporting_vFW5.0/go-client.sh | 2 | ||||
-rwxr-xr-x | vnfs/VESreporting_vLB5.0/go-client.sh | 2 |
3 files changed, 6 insertions, 6 deletions
diff --git a/vnfs/VES5.0/evel/evel-library/bldjobs/Makefile b/vnfs/VES5.0/evel/evel-library/bldjobs/Makefile index ec0e73cf..3bd9e129 100644 --- a/vnfs/VES5.0/evel/evel-library/bldjobs/Makefile +++ b/vnfs/VES5.0/evel/evel-library/bldjobs/Makefile @@ -198,12 +198,12 @@ evel_unit_clean: # Build the VNF VES Reporting code * #****************************************************************************** vnf_reporting: - @echo Making VNF Reporting - @$(MAKE) -s -C $(EVELTRAINING_ROOT)/VESreporting + @echo Making VNF Reporting + @$(MAKE) -s -C $(EVELTRAINING_ROOT)/VESreporting vnf_reporting_clean: - @echo Cleaning VNF Reporting - @$(RM) $(EVELTRAINING_ROOT)/VESreporting/vpp_measurement_reporter + @echo Cleaning VNF Reporting + @$(RM) $(EVELTRAINING_ROOT)/VESreporting/vpp_measurement_reporter #****************************************************************************** # Copy the EVEL demo onto the CentOS testbed as a package and build it. * 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 diff --git a/vnfs/VESreporting_vLB5.0/go-client.sh b/vnfs/VESreporting_vLB5.0/go-client.sh index 3d1b159a..116f8905 100755 --- a/vnfs/VESreporting_vLB5.0/go-client.sh +++ b/vnfs/VESreporting_vLB5.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 |