X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Ffeatures%2Ftestcases.yaml;h=a0cf3f90ba9fba8f86212c2bcdd483040e0b058c;hb=2f706a2fa14b9e0de5fede35e01dc10899512b48;hp=a418164b9fd7ebc4a9cb594455da3f4d93607aa0;hpb=f617cbf76e7fe53f8ee7841a3c75f2fa2e8aa5ce;p=functest.git diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index a418164b9..a0cf3f90b 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -1,25 +1,25 @@ +--- tiers: - name: features order: 2 ci_loop: '(daily)|(weekly)' - description : >- + description: >- Test suites from feature projects integrated in functest testcases: - case_name: doctor-notification project_name: doctor - enabled: 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' @@ -27,13 +27,12 @@ tiers: - case_name: bgpvpn project_name: sdnvpn - enabled: false criteria: 100 blocking: false description: >- Test suite from SDNVPN project. dependencies: - installer: '(fuel)|(apex)|(netvirt)' + installer: '(fuel)|(apex)' scenario: 'bgpvpn' run: module: 'sdnvpn.test.functest.run_sdnvpn_tests' @@ -42,24 +41,21 @@ tiers: - case_name: functest-odl-sfc project_name: sfc - enabled: false criteria: 100 blocking: false description: >- - Test suite for odl-sfc to test two chains with one SF and one chain with two SFs + Test suite for odl-sfc to test two chains with one SF and + one chain with two SFs dependencies: 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 project_name: barometer - enabled: false criteria: 100 blocking: false description: >- @@ -67,11 +63,11 @@ 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' - class: 'BarometerCollectd' + module: 'baro_tests.barometer' + class: 'BarometerCollectd' - case_name: fds @@ -79,9 +75,9 @@ tiers: criteria: 100 blocking: false description: >- - Test Suite for the OpenDaylight SDN Controller when GBP features are - installed. It integrates some test suites from upstream using - Robot as the test framework. + Test Suite for the OpenDaylight SDN Controller when GBP + features are installed. It integrates some test suites from + upstream using Robot as the test framework. dependencies: installer: 'apex' scenario: 'odl.*-fdio' @@ -90,4 +86,4 @@ tiers: class: 'ODLTests' args: suites: - - /src/fds/testing/robot + - /src/fds/testing/robot