From 6d2a01691e400f86f3bc55a279d93b8758195ed3 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 25 Jun 2018 07:17:17 +0200 Subject: Move odl into healthcheck MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It should be included in healthcheck as all basic tests. Change-Id: I48439fe6385a9056eed8b779290f20633d59b0fd Signed-off-by: Cédric Ollivier --- functest/ci/testcases.yaml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'functest/ci/testcases.yaml') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 68d1a369a..dbce55282 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -170,6 +170,26 @@ tiers: module: 'functest.opnfv_tests.openstack.cinder.cinder_test' class: 'CinderCheck' + - + case_name: odl + project_name: functest + criteria: 100 + blocking: true + 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: api_check project_name: functest @@ -300,26 +320,6 @@ tiers: 'functest.opnfv_tests.openstack.shaker.shaker' 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 -- cgit 1.2.3-korg