aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-03-04 05:53:25 -0500
committerdglFromAtt <dgl@research.att.com>2018-03-04 05:53:34 -0500
commit712a1bf9f0853d8d0f3c6c811a0e9e81f8a05bce (patch)
tree3cc4bf19ed94d74f22528f95ec16e01fb951a182 /test/csit
parentc95ccffef16116314e5fa724ff9c4bf316ed2eb3 (diff)
Corrected docker tag to pull for CSIT
Change-Id: I9ad1621a4af09529f5e0cd84dd435211139b22d2 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-318
Diffstat (limited to 'test/csit')
-rwxr-xr-xtest/csit/scripts/dmaap-buscontroller/dmaapbc-launch.sh2
1 files changed, 1 insertions, 1 deletions
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=""