diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-09-14 19:25:01 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-14 19:25:01 +0000 |
commit | a96b4bf5b917166b78e72ad504e718e905313d84 (patch) | |
tree | 6c8d047d64576fc5cca9a56cabcf6f41d2749fec /bootstrap/vagrant-onap/tests/test_sdnc | |
parent | 47956cd83f00ff0161fd16e3fb2bd42e223321c4 (diff) | |
parent | 664e6e99071673d38df0d5da95b518cd143cbd32 (diff) |
Merge "Rename SDNC Docker Images"
Diffstat (limited to 'bootstrap/vagrant-onap/tests/test_sdnc')
-rw-r--r-- | bootstrap/vagrant-onap/tests/test_sdnc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/bootstrap/vagrant-onap/tests/test_sdnc b/bootstrap/vagrant-onap/tests/test_sdnc index a60145fbf..bc742fad2 100644 --- a/bootstrap/vagrant-onap/tests/test_sdnc +++ b/bootstrap/vagrant-onap/tests/test_sdnc @@ -60,9 +60,9 @@ function test_get_sdnc_images { clone_all_sdnc_repos get_sdnc_images - asserts_image openecomp/sdnc-image - asserts_image openecomp/admportal-sdnc-image - asserts_image openecomp/dgbuilder-sdnc-image + asserts_image onap/sdnc-image + asserts_image onap/admportal-sdnc-image + asserts_image onap/dgbuilder-sdnc-image asserts_image mysql/mysql-server:5.6 } @@ -72,9 +72,9 @@ function test_install_sdnc { get_sdnc_images install_sdnc - asserts_image_running openecomp/dgbuilder-sdnc-image - asserts_image_running openecomp/admportal-sdnc-image - asserts_image_running openecomp/sdnc-image + asserts_image_running onap/ccsdk-dgbuilder-image + asserts_image_running onap/admportal-sdnc-image + asserts_image_running onap/sdnc-image asserts_image_running mysql/mysql-server:5.6 } |