diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-18 12:02:48 +0100 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2016-01-18 12:02:48 +0100 |
commit | 77718c073d682f4330b751c67f76b05e08c26b03 (patch) | |
tree | 07e4f9c72fc3c5d55063170d90db94e0428272b6 /testcases | |
parent | dc566ec04b7af4c35be6c8a41271367cb1dd621b (diff) |
Prepare integration of ovno
JIRA: FUNCTEST-125
Change-Id: I9d13509ea91f3a5359aa4c16f9eccb8719279346
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'testcases')
-rw-r--r-- | testcases/config_functest.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index 7c1e79d36..6a612067b 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -18,6 +18,7 @@ general: dir_repo_onos: /home/opnfv/repos/onos dir_repo_promise: /home/opnfv/repos/promise dir_repo_doctor: /home/opnfv/repos/doctor + dir_repo_ovno: /home/opnfv/repos/ovno dir_functest: /home/opnfv/functest dir_results: /home/opnfv/functest/results dir_functest_conf: /home/opnfv/functest/conf @@ -40,6 +41,8 @@ general: onos_commit: latest promise_branch: master promise_commit: latest + ovno_branch: master + ovno_commit: latest openstack: image_name: functest-img @@ -158,7 +161,7 @@ test_exec_priority: 2: tempest 3: odl 4: onos - #5: ovno + 5: ovno #6: doctor 7: promise #8: policy-test |