X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Ffeatures%2Ftestcases.yaml;h=a0cf3f90ba9fba8f86212c2bcdd483040e0b058c;hb=2f706a2fa14b9e0de5fede35e01dc10899512b48;hp=2ffc190594840d1a8425993435f789f7cac45c22;hpb=14b025cc9ca739957553d3fede7803be78a1a2cf;p=functest.git diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index 2ffc19059..a0cf3f90b 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -11,16 +11,15 @@ tiers: - case_name: doctor-notification project_name: doctor - enable: false criteria: 100 blocking: false description: >- Test suite from Doctor project. dependencies: installer: 'apex' - scenario: '^((?!fdio).)*$' + scenario: '^((?!fdio|nofeature).)*$' run: - module: 'functest.core.feature' + module: 'xtesting.core.feature' class: 'BashFeature' args: cmd: 'doctor-test' @@ -33,7 +32,7 @@ tiers: description: >- Test suite from SDNVPN project. dependencies: - installer: '(fuel)|(apex)|(netvirt)' + installer: '(fuel)|(apex)' scenario: 'bgpvpn' run: module: 'sdnvpn.test.functest.run_sdnvpn_tests' @@ -51,10 +50,8 @@ tiers: installer: '' scenario: 'odl.*sfc' run: - module: 'functest.core.feature' - class: 'BashFeature' - args: - cmd: 'run_sfc_tests.py' + module: 'sfc.tests.functest.run_sfc_tests' + class: 'SfcFunctest' - case_name: barometercollectd @@ -66,7 +63,7 @@ tiers: the proper configuration and basic functionality of all the collectd plugins as described in the Project Release Plan dependencies: - installer: 'apex' + installer: '(apex)|(compass)' scenario: 'bar' run: module: 'baro_tests.barometer'