X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=docker%2Ffeatures%2Ftestcases.yaml;h=a0cf3f90ba9fba8f86212c2bcdd483040e0b058c;hb=2f706a2fa14b9e0de5fede35e01dc10899512b48;hp=052bd47f345cb246287b7e2a2bee04d379d616a2;hpb=c582427bd2586347fd21bcee3b28a2f7e75faf3d;p=functest.git diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index 052bd47f3..a0cf3f90b 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -1,27 +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 + case_name: doctor-notification + project_name: doctor criteria: 100 blocking: false description: >- - Test suite from Promise project. + Test suite from Doctor project. dependencies: - installer: '(fuel)|(joid)' - scenario: '' + installer: 'apex' + scenario: '^((?!fdio|nofeature).)*$' run: - module: 'functest.core.feature' + module: 'xtesting.core.feature' class: 'BashFeature' args: - cmd: 'run_promise_tests.py' + cmd: 'doctor-test' - case_name: bgpvpn @@ -31,79 +32,58 @@ 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' - - - - case_name: security_scan - enabled: false - project_name: securityscanning - criteria: 100 - blocking: false - description: >- - Simple Security Scan - dependencies: - installer: 'apex' - scenario: '^((?!fdio).)*$' - run: - module: 'functest.core.feature' - class: 'BashFeature' - args: - cmd: '. /home/opnfv/functest/conf/stackrc && security_scan --config /usr/local/etc/securityscanning/config.ini' + module: 'sdnvpn.test.functest.run_sdnvpn_tests' + class: 'SdnvpnFunctest' - case_name: functest-odl-sfc - enabled: false project_name: sfc criteria: 100 blocking: false description: >- - Test suite for odl-sfc to test two chains and two SFs + Test suite for odl-sfc to test two chains with one SF and + one chain with two SFs dependencies: - installer: '(apex)|(fuel)' - scenario: 'odl_l2-sfc' + 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 - enabled: false - 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: 'cd /src/domino && ./tests/run_multinode.sh' + module: 'baro_tests.barometer' + class: 'BarometerCollectd' - - case_name: barometercollectd - enabled: false - 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 functionality of the following - collectd plugins Ceilometer, Hugepages, Memory RAS (mcelog), - and OVS Events + 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: 'fuel' - scenario: 'kvm_ovs_dpdk_bar' + installer: 'apex' + 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