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 /docker/features/testcases.yaml | |
parent | 5fe48568e50ad9a556cc4094ee05e76d9255a05d (diff) |
Move fds to features tier
Change-Id: I7aa9d73c7ffbfdad7d5a929968fb640d9a8de62e
Signed-off-by: Linda Wang <wangwulin@huawei.com>
Diffstat (limited to 'docker/features/testcases.yaml')
-rw-r--r-- | docker/features/testcases.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docker/features/testcases.yaml b/docker/features/testcases.yaml index 5c72a296..2c40a290 100644 --- a/docker/features/testcases.yaml +++ b/docker/features/testcases.yaml @@ -106,3 +106,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 |