From 5d21f64981e69f6a266da1ec30754de5d8d71e26 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Thu, 7 Dec 2017 11:54:59 -0800 Subject: Fix Robot UTs The way to clone robot source code repos was depending on the name of the project, but given that robot repos name has different name it was required to handle this exception. This change include Change-Id: If0f4b1cd7866944166b1e81ed417176049251370 Signed-off-by: Victor Morales Issue-ID: INT-19 --- bootstrap/vagrant-onap/tests/test_msb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bootstrap/vagrant-onap/tests/test_msb') diff --git a/bootstrap/vagrant-onap/tests/test_msb b/bootstrap/vagrant-onap/tests/test_msb index d8784ce7b..e8bb24606 100755 --- a/bootstrap/vagrant-onap/tests/test_msb +++ b/bootstrap/vagrant-onap/tests/test_msb @@ -36,7 +36,7 @@ function test_get_msb_images { get_msb_images for image in base apigateway discovery; do - asserts_image nexus3.onap.org:10001/onap/msb/msb_$image + asserts_image $nexus_docker_repo/onap/msb/msb_$image done } @@ -47,7 +47,7 @@ function test_install_msb { install_msb for image in apigateway discovery; do - asserts_image_running nexus3.onap.org:10001/onap/msb/msb_$image + asserts_image_running $nexus_docker_repo/onap/msb/msb_$image done asserts_http_status_code "http://127.0.0.1:10081/api/microservices/v1/services" -- cgit 1.2.3-korg