diff options
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r-- | testcases/config_functest.yaml | 46 |
1 files changed, 15 insertions, 31 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml index b09050871..d9432316c 100644 --- a/testcases/config_functest.yaml +++ b/testcases/config_functest.yaml @@ -29,25 +29,6 @@ general: dir_vIMS_data: /home/opnfv/functest/data/vIMS dir_rally_inst: /home/opnfv/.rally - repositories: - # branch and commit ID to which the repos will be reset (HEAD) - releng_branch: master - releng_commit: latest - rally_branch: master - rally_commit: 1b6e9e9219b143c685a2af134ab025dddd72ed27 - 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 - ovno_branch: master - ovno_commit: latest - doctor_branch: stable/brahmaputra - doctor_commit: latest - openstack: image_name: functest-img image_file_name: cirros-0.3.4-x86_64-disk.img @@ -171,16 +152,17 @@ results: # the execution order is important as some tests may be more destructive than others # and if vPing is failing is usually not needed to continue... test_exec_priority: - 1: vping_ssh - 2: vping_userdata - 3: tempest - 4: odl - 5: onos - 6: ovno - 7: doctor - 8: promise - 9: odl-vpnservice - 10: bgpvpn + 1: healthcheck + 2: vping_ssh + 3: vping_userdata + 4: tempest + 5: odl + 6: onos + 7: ovno + 8: doctor + 9: promise + 10: odl-vpnservice + 11: bgpvpn #11: openstack-neutron-bgpvpn-api-extension-tests 12: vims 13: rally @@ -235,8 +217,10 @@ test-dependencies: installer: 'apex' functest: vims: - scenario: '(ocl)|(odl)|(nosdn)' + scenario: '(ocl)|(nosdn)|(?!.*bgpvpn)odl' + healthcheck: vping_ssh: + scenario: '(?!.*bgpvpn)odl' vping_userdata: tempest: rally: @@ -252,6 +236,6 @@ test-dependencies: scenario: 'odl' sdnvpn: bgpvpn: - installer: 'fuel' + installer: '(fuel)|(apex)' scenario: 'bgpvpn' # this execute the tempest tests of networking-bgpvpn |