diff options
author | Victor Morales <victor.morales@intel.com> | 2017-12-07 11:54:59 -0800 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-12-07 12:04:22 -0800 |
commit | 5d21f64981e69f6a266da1ec30754de5d8d71e26 (patch) | |
tree | 2ac623262e3aabd9238df22af63149405b1d9fa1 /bootstrap/vagrant-onap/tests/test_msb | |
parent | 303a016e7c35d988add1838faad37f4d0432bc00 (diff) |
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 <victor.morales@intel.com>
Issue-ID: INT-19
Diffstat (limited to 'bootstrap/vagrant-onap/tests/test_msb')
-rwxr-xr-x | bootstrap/vagrant-onap/tests/test_msb | 4 |
1 files changed, 2 insertions, 2 deletions
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" |