From 7ae05a4cc53bf3298090ade8091485ce2388af1f Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 22 Aug 2017 14:39:00 -0500 Subject: Fixed Setup Titan AAI process The way to configure properties files was wrong causing problems during the DB creation. This change files that function as well as others related with that function. Change-Id: I5cc637e170b64e15fff5de4cb04bdcbd2506ea87 Signed-off-by: Victor Morales Issue-Id: INT-18 --- bootstrap/vagrant-onap/tests/test_aai | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'bootstrap/vagrant-onap/tests') diff --git a/bootstrap/vagrant-onap/tests/test_aai b/bootstrap/vagrant-onap/tests/test_aai index 713238d1a..0fa82d531 100644 --- a/bootstrap/vagrant-onap/tests/test_aai +++ b/bootstrap/vagrant-onap/tests/test_aai @@ -54,7 +54,6 @@ function test_clone_all_aai_repos { # test_compile_aai_repos() - Verify that all the AAI Repositories complile properly function test_compile_aai_repos { clone_all_aai_repos - export compile_repo="True" compile_aai_repos asserts_file_exist $aai_src_folder/aai-common/aai-annotations/target/aai-annotations-1.1.0-SNAPSHOT.jar @@ -84,13 +83,19 @@ function test_compile_aai_repos { # test_setup_titan() - Verify that Titan Cassandra DB is up and running function test_setup_titan { + clone_all_aai_repos + install_hadoop setup_titan + + # TODO(electrocucaracha): Validate the DB creation } # test_start_aai_microservices() - Verify that AAI Resources and Traversal images works function test_start_aai_microservices { clone_all_aai_repos start_aai_microservices + + # TODO(electrocucaracha): Investigate how to run AAI microservices in background } # test_install_hbase() - Verify that AAI HBase service is up and running properly -- cgit 1.2.3-korg