diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-11-01 00:31:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-11-01 00:31:16 +0000 |
commit | fe95d91d4f2e6f643bcf9c66c06398d174248f75 (patch) | |
tree | 4528e4e8deacce98183b8c30172afa2c6cfff6c2 /bootstrap/vagrant-onap/tests/test_multicloud | |
parent | 47b13c65573dd6d6598f56cb6f138f216d859633 (diff) | |
parent | f84c9a17b05cb9532875afd23275ab8c9e17a91e (diff) |
Merge "Add missing vnfsdk in the Vagrant file"
Diffstat (limited to 'bootstrap/vagrant-onap/tests/test_multicloud')
-rw-r--r-- | bootstrap/vagrant-onap/tests/test_multicloud | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/bootstrap/vagrant-onap/tests/test_multicloud b/bootstrap/vagrant-onap/tests/test_multicloud index 374272c1c..b0b674894 100644 --- a/bootstrap/vagrant-onap/tests/test_multicloud +++ b/bootstrap/vagrant-onap/tests/test_multicloud @@ -11,9 +11,12 @@ covered_functions=( function test_clone_multicloud_repos { clone_multicloud_repos - asserts_file_exist $multicloud_src_folder/framework/multivimbroker/pom.xml + #asserts_file_exist $multicloud_src_folder/ + asserts_file_exist $multicloud_src_folder/framework/pom.xml asserts_file_exist $multicloud_src_folder/openstack/pom.xml asserts_file_exist $multicloud_src_folder/openstack/vmware/pom.xml + asserts_file_exist $multicloud_src_folder/openstack/windriver/pom.xml + #asserts_file_exist $multicloud_src_folder/azure/ } # test_compile_multicloud_repos() - @@ -22,6 +25,8 @@ function test_compile_multicloud_repos { compile_multicloud_repos asserts_file_exist $multicloud_src_folder/openstack/newton/target/multicloud-openstack-newton-1.0.0-SNAPSHOT.zip + asserts_file_exist $multicloud_src_folder/openstack/ocata/target/multicloud-openstack-ocata-1.0.0-SNAPSHOT.zip + asserts_file_exist $multicloud_src_folder/openstack/windriver/target/multicloud-openstack-windriver-1.0.0-SNAPSHOT.zip } # test_get_multicloud_images() - |