From 53c6cfb16b64298af498819ddbbe5d6a8bd7d3de Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Wed, 15 Jul 2020 18:47:34 +0200 Subject: Add tempest_cyborg based on cyborg tempest plugin MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I61e982011040ee8b0540910939983777280445ca Signed-off-by: Cédric Ollivier --- functest/ci/testcases.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'functest/ci/testcases.yaml') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 2120336f1..59c574bdd 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -477,6 +477,23 @@ tiers: option: - '--concurrency=2' + - + case_name: tempest_cyborg + project_name: functest + criteria: 100 + blocking: false + description: >- + It leverages on the tempest plugin containing tests used to + verify the functionality of a cyborg installation. + run: + name: tempest_common + args: + mode: '^cyborg_tempest_plugin' + services: + - cyborg + option: + - '--concurrency=4' + - name: smoke_cntt order: 2 -- cgit 1.2.3-korg