diff options
author | Pawel Kadlubanski <pawel.kadlubanski@nokia.com> | 2018-05-24 12:30:11 +0200 |
---|---|---|
committer | Pawel Kadlubanski <pawel.kadlubanski@nokia.com> | 2018-05-24 12:30:11 +0200 |
commit | 8ad02133363dfb9ae2582bf73e1215322125d824 (patch) | |
tree | 0dc7da19b8ae5a416b77f2f5525ae174ce61a206 /test/mocks | |
parent | bbae7a7e35c5ffa7a5a309ad62659663b9205974 (diff) |
Add docker hub address.
Issue-ID: INT-458
Change-Id: I850fff4b7c7caf25fcc315f2e7b7408d2bb13993
Signed-off-by: Pawel Kadlubanski <pawel.kadlubanski@nokia.com>
Diffstat (limited to 'test/mocks')
-rwxr-xr-x | test/mocks/pnfsimulator/simulator.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/pnfsimulator/simulator.sh b/test/mocks/pnfsimulator/simulator.sh index 27384dd04..5e8b2d5ac 100755 --- a/test/mocks/pnfsimulator/simulator.sh +++ b/test/mocks/pnfsimulator/simulator.sh @@ -4,7 +4,7 @@ set -euo pipefail CONTAINER_NAME=pnf-simulator CONFIG_FILE_PATH=/config/body.json -SIMULATOR_DOCKER_HUB=hub-name +SIMULATOR_DOCKER_HUB=nexus3.onap.org:10003/onap SIMULATOR_TAG=latest function main(){ |