X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Ffeatures%2Ftestcases.yaml;h=6cccf02f65766918b0063c42ce69a694d6b6a5b7;hb=920e8d3cd4386e4d9085b5557b0c381d5f043830;hp=ee8e7c7c8187d2db726536646a7a8e31f6f33bbe;hpb=185dbcfb6ed774cc2f0478b05041d9e3a4e2f303;p=functest.git diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index ee8e7c7c8..6cccf02f6 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).)*$' + installer: '(apex)|(fuel)|(daisy)' + scenario: '^((?!fdio|nofeature).)*$' run: - module: 'functest.core.feature' + module: 'xtesting.core.feature' class: 'BashFeature' args: cmd: 'doctor-test' @@ -27,12 +27,13 @@ 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: '' scenario: 'bgpvpn' run: module: 'sdnvpn.test.functest.run_sdnvpn_tests' @@ -44,20 +45,18 @@ tiers: 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: >- @@ -65,11 +64,11 @@ tiers: the proper configuration and basic functionality of all the collectd plugins as described in the Project Release Plan dependencies: - installer: 'apex' + installer: '' scenario: 'bar' run: - module: 'baro_tests.barometer' - class: 'BarometerCollectd' + module: 'baro_tests.barometer' + class: 'BarometerCollectd' - case_name: fds @@ -77,15 +76,15 @@ 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' + installer: '' scenario: 'odl.*-fdio' run: module: 'functest.opnfv_tests.sdn.odl.odl' class: 'ODLTests' args: suites: - - /src/fds/testing/robot + - /src/fds/testing/robot