diff options
author | 2018-04-04 12:37:20 -0700 | |
---|---|---|
committer | 2018-04-04 12:37:34 -0700 | |
commit | 7965dea55caf3e46c4993e7d974e60bae62bc471 (patch) | |
tree | dec9e736f601c2e63dc5f56cb32420ab05b58ec0 /tests | |
parent | 5d9b7f5c4bff05cf6a035604796595cf9b39eac2 (diff) |
Rename robot docker from openecomp to onap
Change-Id: I0279eff6b0819f14156a8217716240c80aefe89e
Issue-ID: INT-459
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/test_robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_robot b/tests/test_robot index b96a088..165755c 100755 --- a/tests/test_robot +++ b/tests/test_robot @@ -29,7 +29,7 @@ function test_compile_robot_repos { function test_get_robot_images { get_robot_images - asserts_image $nexus_docker_repo/openecomp/testsuite + asserts_image $nexus_docker_repo/onap/testsuite } # test_install_robot() - Verify the built and start of Robot services @@ -38,7 +38,7 @@ function test_install_robot { get_robot_images install_robot - asserts_image_running $nexus_docker_repo/openecomp/testsuite + asserts_image_running $nexus_docker_repo/onap/testsuite } if [ "$1" != '*' ]; then |