diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-05-24 14:16:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-05-24 14:16:37 +0000 |
commit | cdb14b501affca5a430b598a43f34d04c4e909c2 (patch) | |
tree | a83c799055d0311c17c59ffae172ecd5a800aa09 /test | |
parent | a50b911ad18155bc6d77d7260e83d5178b456957 (diff) | |
parent | 8ad02133363dfb9ae2582bf73e1215322125d824 (diff) |
Merge "Add docker hub address."
Diffstat (limited to 'test')
-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(){ |