diff options
Diffstat (limited to 'functest/ci/testcases.yaml')
-rw-r--r-- | functest/ci/testcases.yaml | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 6e3c9717..aca4dbfd 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -188,25 +188,6 @@ tiers: - /src/odl_test/csit/suites/openstack/connectivity - - 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 - - - case_name: snaps_smoke project_name: functest criteria: 100 @@ -335,6 +316,25 @@ tiers: 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 + - name: components order: 3 |