aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/scripts
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-03-08 22:09:06 +0000
committerGerrit Code Review <gerrit@onap.org>2018-03-08 22:09:06 +0000
commit320b3de582bfdde19ce9da087d26d3032e84a46b (patch)
tree0bf0230fc25a21ac18d86981d17c1a2728cee36d /test/csit/scripts
parentfc106b7b9c34ef773c17fb446eef594bd21ecd53 (diff)
parent712a1bf9f0853d8d0f3c6c811a0e9e81f8a05bce (diff)
Merge "Corrected docker tag to pull for CSIT"
Diffstat (limited to 'test/csit/scripts')
-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=""