X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Ffeatures%2Ftestcases.yaml;h=a0cf3f90ba9fba8f86212c2bcdd483040e0b058c;hb=2f706a2fa14b9e0de5fede35e01dc10899512b48;hp=7a30c6d9ab71755912563e4a5f3e6434c71d8cd1;hpb=0273da05f68727835b5fc778f54eb70ccae209d8;p=functest.git diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index 7a30c6d9a..a0cf3f90b 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -17,9 +17,9 @@ tiers: 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' @@ -32,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' @@ -50,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 @@ -65,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'