diff options
author | dglFromAtt <dgl@research.att.com> | 2018-03-04 05:53:25 -0500 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2018-03-04 05:53:34 -0500 |
commit | 712a1bf9f0853d8d0f3c6c811a0e9e81f8a05bce (patch) | |
tree | 3cc4bf19ed94d74f22528f95ec16e01fb951a182 /test/csit/scripts | |
parent | c95ccffef16116314e5fa724ff9c4bf316ed2eb3 (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/scripts')
-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="" |