diff options
author | boucherv <valentin.boucher@orange.com> | 2015-10-28 10:07:04 +0100 |
---|---|---|
committer | boucherv <valentin.boucher@orange.com> | 2015-10-28 12:03:54 +0100 |
commit | 11d8d4904b5346c8ca904e4a3723ddf5ba5bad8c (patch) | |
tree | 8665bf70446b5d94b3b8a8bf606beabb71e42570 /testcases/config_functest.yaml | |
parent | 6c22017400294fa017a28de00e6cc756db2d450f (diff) |
vIMS test integration and move "push_results_to_db" method
Move "push_results_to_db" method to functest_util
Updated some files for clearwater vIMS functional testing
Change-Id: I21628b063470963e4e4425a0f89fefa33494e40d
Signed-off-by: boucherv <valentin.boucher@orange.com>
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r-- | testcases/config_functest.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index 03835158d..460335777 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -13,6 +13,7 @@ general: dir_repo_functest: /home/opnfv/repos/functest dir_repo_rally: /home/opnfv/repos/rally dir_repo_releng: /home/opnfv/repos/releng + dir_repo_vims_test: /home/opnfv/repos/vims-test dir_functest: /home/opnfv/functest dir_results: /home/opnfv/functest/results dir_functest_conf: /home/opnfv/functest/conf @@ -29,6 +30,8 @@ general: releng_commit: latest rally_branch: master rally_commit: 9a17d8490e7fb4afee2f5629e6db41eabe4bc4d4 + vims_test_branch: stable + vims_test_commit: latest openstack: image_name: functest-img |