X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Ffeatures%2Ftestcases.yaml;h=a0cf3f90ba9fba8f86212c2bcdd483040e0b058c;hb=2f706a2fa14b9e0de5fede35e01dc10899512b48;hp=e8a2095c5f98d514fb29afc6eb52757337f027fb;hpb=3e22a3e6d5b4df227f2ca96d214a7c78edd56163;p=functest.git diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index e8a2095c5..a0cf3f90b 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -1,44 +1,28 @@ +--- tiers: - name: features order: 2 ci_loop: '(daily)|(weekly)' - description : >- + description: >- Test suites from feature projects integrated in functest testcases: - - - case_name: promise - project_name: promise - criteria: 100 - blocking: false - description: >- - Test suite from Promise project. - dependencies: - installer: '(fuel)|(joid)' - scenario: '' - run: - module: 'functest.core.feature' - class: 'BashFeature' - args: - cmd: 'run_promise_tests.py' - - case_name: doctor-notification - enabled: false project_name: doctor criteria: 100 blocking: false description: >- Test suite from Doctor project. dependencies: - installer: '(apex)|(fuel)' - scenario: '^((?!fdio).)*$' + installer: 'apex' + scenario: '^((?!fdio|nofeature).)*$' run: - module: 'functest.core.feature' + module: 'xtesting.core.feature' class: 'BashFeature' args: - cmd: '(cd /src/doctor-test/tests && run.sh)' + cmd: 'doctor-test' - case_name: bgpvpn @@ -48,13 +32,11 @@ tiers: description: >- Test suite from SDNVPN project. dependencies: - installer: '(fuel)|(apex)|(netvirt)' + installer: '(fuel)|(apex)' scenario: 'bgpvpn' run: - module: 'functest.core.feature' - class: 'BashFeature' - args: - cmd: 'run_sdnvpn_tests.py' + module: 'sdnvpn.test.functest.run_sdnvpn_tests' + class: 'SdnvpnFunctest' - case_name: functest-odl-sfc @@ -62,44 +44,46 @@ 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: domino-multinode - project_name: domino + case_name: barometercollectd + project_name: barometer criteria: 100 blocking: false description: >- - Test suite from Domino project. + Test suite for the Barometer project. Separate tests verify + the proper configuration and basic functionality of all the + collectd plugins as described in the Project Release Plan dependencies: - installer: '' - scenario: '' + installer: '(apex)|(compass)' + scenario: 'bar' run: - module: 'functest.core.feature' - class: 'BashFeature' - args: - cmd: 'run_multinode.sh' + module: 'baro_tests.barometer' + class: 'BarometerCollectd' - - case_name: barometercollectd - project_name: barometer + case_name: fds + project_name: fastdatastacks criteria: 100 blocking: false description: >- - Test suite for the Barometer project. Separate tests verify - the proper configuration and basic functionality of all the - collectd plugins as described in the Project Release Plan + 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: 'bar' + scenario: 'odl.*-fdio' run: - module: 'baro_tests.barometer' - class: 'BarometerCollectd' + module: 'functest.opnfv_tests.sdn.odl.odl' + class: 'ODLTests' + args: + suites: + - /src/fds/testing/robot