diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-11-16 20:34:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-16 20:34:41 +0000 |
commit | eb3849ef8a5377e09aba704baee738222bb649bb (patch) | |
tree | 3770b1504f801254c033185ba3fcf66858230195 /bootstrap/vagrant-onap/tests/test_multicloud | |
parent | 218d6a41c1c3a2e24f6c3ae73ccc6497f35c1437 (diff) | |
parent | 88d193e157c75cc544b92401aaac5ce6caaa3d8a (diff) |
Merge "Implement steps for Multicloud Images"
Diffstat (limited to 'bootstrap/vagrant-onap/tests/test_multicloud')
-rw-r--r-- | bootstrap/vagrant-onap/tests/test_multicloud | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap/vagrant-onap/tests/test_multicloud b/bootstrap/vagrant-onap/tests/test_multicloud index b0b674894..62a010ad0 100644 --- a/bootstrap/vagrant-onap/tests/test_multicloud +++ b/bootstrap/vagrant-onap/tests/test_multicloud @@ -33,6 +33,8 @@ function test_compile_multicloud_repos { function test_get_multicloud_images { clone_multicloud_repos get_multicloud_images + + asserts_image onap/multicloud/openstack-$openstack_release } # test_install_multicloud() - Verify the built and start of Multi Cloud services @@ -40,6 +42,9 @@ function test_install_multicloud { clone_multicloud_repos get_multicloud_images install_multicloud + + # NOTE(electrocucaracha): Depends on https://gerrit.onap.org/r/#/c/23631/ + asserts_http_status_code http://127.0.0.1:9003/api/multicloud-$openstack_release/v0/swagger.json } if [ "$1" != '*' ]; then |