aboutsummaryrefslogtreecommitdiffstats
path: root/bootstrap/vagrant-onap/tests/test_vid
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/vagrant-onap/tests/test_vid')
-rwxr-xr-x[-rw-r--r--]bootstrap/vagrant-onap/tests/test_vid20
1 files changed, 10 insertions, 10 deletions
diff --git a/bootstrap/vagrant-onap/tests/test_vid b/bootstrap/vagrant-onap/tests/test_vid
index 731d005a3..79a415242 100644..100755
--- a/bootstrap/vagrant-onap/tests/test_vid
+++ b/bootstrap/vagrant-onap/tests/test_vid
@@ -9,25 +9,25 @@ covered_functions=(
# test_clone_all_vid_repos() - Verifies that VID repositories are retrieved properly
function test_clone_all_vid_repos {
- clone_all_vid_repos
+ clone_repos "vid"
- asserts_file_exist $vid_src_folder/pom.xml
- asserts_file_exist $vid_src_folder/asdcclient/pom.xml
+ asserts_file_exist ${src_folders[vid]}/pom.xml
+ asserts_file_exist ${src_folders[vid]}/asdcclient/pom.xml
}
# test_compile_all_vid_repos() - Verifies that VID source code is compiled properly
function test_compile_all_vid_repos {
- clone_all_vid_repos
- compile_all_vid_repos
+ clone_repos "vid"
+ compile_repos "vid"
- asserts_file_exist $vid_src_folder/asdcclient/target/asdcclient-1.0.2-SNAPSHOT.jar
- asserts_file_exist $vid_src_folder/epsdk-app-onap/target/vid.war
- asserts_file_exist $vid_src_folder/vid-app-common/target/vid-common.war
+ asserts_file_exist ${src_folders[vid]}/asdcclient/target/asdcclient-1.0.2-SNAPSHOT.jar
+ asserts_file_exist ${src_folders[vid]}/epsdk-app-onap/target/vid.war
+ asserts_file_exist ${src_folders[vid]}/vid-app-common/target/vid-common.war
}
# test_get_vid_images() - Verifies that VID Docker images are built properly
function test_get_vid_images {
- clone_all_vid_repos
+ clone_repos "vid"
get_vid_images
asserts_image openecomp/vid
@@ -36,7 +36,7 @@ function test_get_vid_images {
# test_install_vid() - Verifies taht VID services are up and running
function test_install_vid {
- clone_all_vid_repos
+ clone_repos "vid"
get_vid_images
install_vid