From 712a1bf9f0853d8d0f3c6c811a0e9e81f8a05bce Mon Sep 17 00:00:00 2001 From: dglFromAtt Date: Sun, 4 Mar 2018 05:53:25 -0500 Subject: Corrected docker tag to pull for CSIT Change-Id: I9ad1621a4af09529f5e0cd84dd435211139b22d2 Signed-off-by: dglFromAtt Issue-ID: DMAAP-318 --- test/csit/scripts/dmaap-buscontroller/dmaapbc-launch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/csit/scripts/dmaap-buscontroller/dmaapbc-launch.sh b/test/csit/scripts/dmaap-buscontroller/dmaapbc-launch.sh index f8f8c24e0..72c443850 100755 --- a/test/csit/scripts/dmaap-buscontroller/dmaapbc-launch.sh +++ b/test/csit/scripts/dmaap-buscontroller/dmaapbc-launch.sh @@ -4,7 +4,7 @@ # sets global var IP with assigned IP address function dmaapbc_launch() { - TAG=dmaap/buscontroller + TAG=onap/dmaap/buscontroller CONTAINER_NAME=dmaapbc IP="" -- cgit 1.2.3-korg