summaryrefslogtreecommitdiffstats
path: root/testcases/config_functest.yaml
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-01-09 09:17:45 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2016-01-11 13:45:53 +0000
commit9fb043eafa37257bf0ee8acd32b169cb7f18e0ca (patch)
treeda77104d194757973d3dc10b445e6399037d2b25 /testcases/config_functest.yaml
parent69a7887f4eb8c931628442ab0a4d3fb298667f8e (diff)
Add mechanism to check whether the test can be run or not according to the scenario/controller
JIRA: FUNCTEST-119 Change-Id: Ida658760484140ff59f7198dbbf4d5620450ff27 Signed-off-by: Morgan Richomme <morgan.richomme@orange.com> (cherry picked from commit 9de9e1226184ede9c5b8aadde9287dec29b422ee)
Diffstat (limited to 'testcases/config_functest.yaml')
-rw-r--r--testcases/config_functest.yaml37
1 files changed, 24 insertions, 13 deletions
diff --git a/testcases/config_functest.yaml b/testcases/config_functest.yaml
index 7521da500..bc41350e1 100644
--- a/testcases/config_functest.yaml
+++ b/testcases/config_functest.yaml
@@ -169,36 +169,47 @@ results:
# - installer (e.g. my test can be run only with installer Compass)
# possible values: apex, compass, fuel, joid
#
-# - controller (e.g. my test can be done only with controller OpenContrail)
-# possible values: none, odl, onos, opencontrail
+# - the controller (odl, onos, opencontrail)
#
-# - options (ovs, kvm, QEMU, proc) (my test is only possible with OVS 2.3.2)
-# possible values:
-# ovs: ovs2.4, ovsX
-# kvm:
-# qemu:
+# - the scenario (ovs, kvm, QEMU, proc) based on Fuel proposal
+# see https://git.opnfv.org/cgit/fuel/tree/deploy/scenario/scenario.yaml
+# e.g my test is only possible with OVS 2.3.2 on odl
+# not fully clear as the controller may be included with the scenario
+#
+# In a first step, our main need is to trigger ad hox controller suite
+# In second step we may focus with scenario parameter
+# but no so far
+# - either controller suite
+# or
+# - suites that should be runnable on any conf, any scenario
#
#######################################################################
test-dependencies:
- #congress:
- #doctor:
+ doctor:
functest:
+ vping:
+ vims:
+ tempest:
+ rally:
odl:
controller: 'odl'
onos:
controller: 'onos'
onos-ovsdb:
controller: 'onos'
- #promise:
+ promise:
ovno:
controller: 'opencontrail'
policy-test:
controller: 'odl'
sdnvpn:
- options: 'ovs2.4'
opnfv-yardstick-tc026-sdnvpn:
- controller: 'none'
+ controller: 'nosdn'
+ scenario: 'os_ovh_ha'
odl-vpn_service-tests:
controller: 'odl'
+ scenario: 'os_ovh_ha'
openstack-neutron-bgpvpn-api-extension-tests:
- controller: 'none'
+ controller: 'nosdn'
+ scenario: 'os_ovh_ha'
+