diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-08 15:27:00 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-11 13:36:31 +0000 |
commit | 970ee3eb202a5986b2da918ef034d1a1aba4520a (patch) | |
tree | 44dab142fb9cb3860f3e5b8c6ccae7f3be4faebd /testcases/config_functest.yaml | |
parent | 55048bcbd8db2c8975faa233a260fbc3222e9dcd (diff) |
Prepare onos integration in Functest
JIRA: FUNCTEST-50
Change-Id: I50c7db5a05dd5aa78321ba77fab3902232ea4f36
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
(cherry picked from commit 2140461198cdb8dea2f60a66a0ddf90bb1ef54da)
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 1cc16e17b..7521da500 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -15,6 +15,7 @@ general: dir_repo_releng: /home/opnfv/repos/releng dir_repo_vims_test: /home/opnfv/repos/vims-test dir_repo_bgpvpn: /home/opnfv/repos/bgpvpn + dir_repo_onos: /home/opnfv/repos/onos dir_functest: /home/opnfv/functest dir_results: /home/opnfv/functest/results dir_functest_conf: /home/opnfv/functest/conf @@ -35,6 +36,8 @@ general: vims_test_commit: latest bgpvpn_branch: master bgpvpn_commit: latest + onos_branch: master + onos_commit: latest openstack: image_name: functest-img |