X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=docker%2Ffeatures%2Ftestcases.yaml;h=a418164b9fd7ebc4a9cb594455da3f4d93607aa0;hb=f617cbf76e7fe53f8ee7841a3c75f2fa2e8aa5ce;hp=69da9350e6d48cad4b9ad697a68ee0e5ab25cbc5;hpb=63cd8a0bdb80c5d2c885e5205612dcd4bb956981;p=functest.git diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index 69da9350e..a418164b9 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -8,24 +8,26 @@ tiers: integrated in functest testcases: - - case_name: promise - project_name: promise + case_name: doctor-notification + project_name: doctor + enabled: false criteria: 100 blocking: false description: >- - Test suite from Promise project. + Test suite from Doctor project. dependencies: - installer: '(fuel)|(joid)' - scenario: '' + installer: 'apex' + scenario: '^((?!fdio).)*$' run: module: 'functest.core.feature' class: 'BashFeature' args: - cmd: 'run_promise_tests.py' + cmd: 'doctor-test' - case_name: bgpvpn project_name: sdnvpn + enabled: false criteria: 100 blocking: false description: >- @@ -34,66 +36,30 @@ tiers: installer: '(fuel)|(apex)|(netvirt)' 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 - dependencies: - installer: '(apex)|(fuel)' - scenario: 'odl_l2-sfc' - run: - module: 'functest.core.feature' - class: 'BashFeature' - args: - cmd: 'run_sfc_tests.py' - - - - case_name: domino-multinode enabled: false - project_name: domino criteria: 100 blocking: false description: >- - Test suite from Domino project. + Test suite for odl-sfc to test two chains with one SF and one chain with two SFs dependencies: installer: '' - scenario: '' + scenario: 'odl.*sfc' run: module: 'functest.core.feature' class: 'BashFeature' args: - cmd: 'cd /src/domino && ./tests/run_multinode.sh' + cmd: 'run_sfc_tests.py' - case_name: barometercollectd - enabled: true project_name: barometer + enabled: false criteria: 100 blocking: false description: >- @@ -106,3 +72,22 @@ tiers: run: module: 'baro_tests.barometer' class: 'BarometerCollectd' + + - + case_name: fds + project_name: fastdatastacks + 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. + dependencies: + installer: 'apex' + scenario: 'odl.*-fdio' + run: + module: 'functest.opnfv_tests.sdn.odl.odl' + class: 'ODLTests' + args: + suites: + - /src/fds/testing/robot