diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-06-25 07:17:17 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-06-25 07:46:34 +0200 |
commit | 6d2a01691e400f86f3bc55a279d93b8758195ed3 (patch) | |
tree | 2841be797dc8720df23c4ba493539f7e24854f9d /docker/smoke/testcases.yaml | |
parent | 0503756fa4584e82081fb44b9133d2564d77105b (diff) |
Move odl into healthcheck
It should be included in healthcheck as all basic tests.
Change-Id: I48439fe6385a9056eed8b779290f20633d59b0fd
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/smoke/testcases.yaml')
-rw-r--r-- | docker/smoke/testcases.yaml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index be26ab039..23bab4368 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -96,26 +96,6 @@ tiers: class: 'Shaker' - - case_name: odl - project_name: functest - criteria: 100 - blocking: false - description: >- - Test Suite for the OpenDaylight SDN Controller. It - integrates some test suites from upstream using - Robot as the test framework. - dependencies: - installer: '' - scenario: 'odl' - run: - module: 'functest.opnfv_tests.sdn.odl.odl' - class: 'ODLTests' - args: - suites: - - /src/odl_test/csit/suites/integration/basic - - /src/odl_test/csit/suites/openstack/neutron - - - case_name: snaps_smoke project_name: functest criteria: 100 |