From 7965dea55caf3e46c4993e7d974e60bae62bc471 Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Wed, 4 Apr 2018 12:37:20 -0700 Subject: Rename robot docker from openecomp to onap Change-Id: I0279eff6b0819f14156a8217716240c80aefe89e Issue-ID: INT-459 Signed-off-by: Gary Wu --- tests/test_robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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 -- cgit