diff options
Diffstat (limited to 'testcases/config_functest.yaml')
-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 bc41350e1..bca4f9dcd 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -16,6 +16,7 @@ general: dir_repo_vims_test: /home/opnfv/repos/vims-test dir_repo_bgpvpn: /home/opnfv/repos/bgpvpn dir_repo_onos: /home/opnfv/repos/onos + dir_repo_promise: /home/opnfv/repos/promise dir_functest: /home/opnfv/functest dir_results: /home/opnfv/functest/results dir_functest_conf: /home/opnfv/functest/conf @@ -31,13 +32,15 @@ general: releng_branch: master releng_commit: latest rally_branch: master - rally_commit: 2c34d1896a7a9f2955a2a09531a9c3eb3f88517b + rally_commit: 57efc5327530a34d139b5a1fd1f480195de0aadb vims_test_branch: stable vims_test_commit: latest bgpvpn_branch: master bgpvpn_commit: latest onos_branch: master onos_commit: latest + promise_branch: master + promise_commit: latest openstack: image_name: functest-img |