diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-03-08 22:09:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-08 22:09:06 +0000 |
commit | 320b3de582bfdde19ce9da087d26d3032e84a46b (patch) | |
tree | 0bf0230fc25a21ac18d86981d17c1a2728cee36d /test/csit | |
parent | fc106b7b9c34ef773c17fb446eef594bd21ecd53 (diff) | |
parent | 712a1bf9f0853d8d0f3c6c811a0e9e81f8a05bce (diff) |
Merge "Corrected docker tag to pull for CSIT"
Diffstat (limited to 'test/csit')
-rwxr-xr-x | test/csit/scripts/dmaap-buscontroller/dmaapbc-launch.sh | 2 |
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="" |