From 8ad02133363dfb9ae2582bf73e1215322125d824 Mon Sep 17 00:00:00 2001 From: Pawel Kadlubanski Date: Thu, 24 May 2018 12:30:11 +0200 Subject: [PATCH] Add docker hub address. Issue-ID: INT-458 Change-Id: I850fff4b7c7caf25fcc315f2e7b7408d2bb13993 Signed-off-by: Pawel Kadlubanski --- test/mocks/pnfsimulator/simulator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(){ -- 2.16.6