diff options
author | kjaniak <kornel.janiak@nokia.com> | 2019-07-12 14:29:25 +0200 |
---|---|---|
committer | kjaniak <kornel.janiak@nokia.com> | 2019-07-17 15:11:07 +0200 |
commit | e117efb15a1202e982c69a3686f049211f7889db (patch) | |
tree | 5a64d574ec414a5f75cb8e52a819dde2092589cd /tools/performance/local | |
parent | a313a7fb4ba81e960397ec432ce02c28804a44b4 (diff) |
Adding script for Performance tests of HV-VES on cloud
Change-Id: If71b0e8b04ce23a5daafef632788667ccd50c1a1
Issue-ID: DCAEGEN2-1664
Signed-off-by: kjaniak <kornel.janiak@nokia.com>
Diffstat (limited to 'tools/performance/local')
-rwxr-xr-x | tools/performance/local/local-performance-test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/performance/local/local-performance-test.sh b/tools/performance/local/local-performance-test.sh index 6d08b8e7..2fcd1305 100755 --- a/tools/performance/local/local-performance-test.sh +++ b/tools/performance/local/local-performance-test.sh @@ -5,7 +5,7 @@ CERT_FILE=${CERT_FILE:-/ssl/client.p12} CERT_PASS_FILE=${CERT_PASS_FILE:-/ssl/client.pass} HV_VES_NETWORK=${HV_VES_NETWORK:-local_default} VOLUME_MAPPING=${VOLUME_MAPPING:-$SCRIPT_DIRECTORY/../../ssl/:/ssl} -PRODUCER_IMAGE_NAME=${PRODUCER_IMAGE_NAME:-the-a-team-registry-local.esisoj70.emea.nsn-net.net/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-rust-client:latest} +PRODUCER_IMAGE_NAME=${PRODUCER_IMAGE_NAME:-the-a-team-registry-local.esisoj70.emea.nsn-net.net/onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-go-client:latest} PRODUCER_APP_NAME=hv-ves-producer HV_VES_ADDRESS=ves-hv-collector:6061 |