diff options
author | Linda Wang <wangwulin@huawei.com> | 2017-10-26 01:37:37 +0000 |
---|---|---|
committer | Linda Wang <wangwulin@huawei.com> | 2017-11-06 14:12:45 +0000 |
commit | fb3ffed7e8128416094e80ecf126c9ca51933c69 (patch) | |
tree | 6191a84b1ba02ae106872fc98cff97ffc9f98e3e /functest/ci | |
parent | 5fe48568e50ad9a556cc4094ee05e76d9255a05d (diff) |
Move fds to features tier
Change-Id: I7aa9d73c7ffbfdad7d5a929968fb640d9a8de62e
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'functest/ci')
-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 |