diff options
author | Victor Morales <victor.morales@intel.com> | 2017-08-22 14:39:00 -0500 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2017-08-22 14:39:00 -0500 |
commit | 7ae05a4cc53bf3298090ade8091485ce2388af1f (patch) | |
tree | 3f7b8e161765cf8d70ebccfc068ecf01f2033a2f /bootstrap/vagrant-onap/tests/test_aai | |
parent | 9fd0a310dc68031a2feeb397ee7a720a0381fece (diff) |
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 <victor.morales@intel.com>
Issue-Id: INT-18
Diffstat (limited to 'bootstrap/vagrant-onap/tests/test_aai')
-rw-r--r-- | bootstrap/vagrant-onap/tests/test_aai | 7 |
1 files changed, 6 insertions, 1 deletions
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 |