From 253c41ebee08fe26dc19ff1adc1cf1f5e3db916a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 2 Apr 2020 10:34:19 +0200 Subject: Fix Functest CNTT benchmarking test case names MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I4fd59cdff2cb0bcdbc73a1badba8d79ea7a6f765 Signed-off-by: Cédric Ollivier --- jjb/airship/cntt.yaml | 4 ++-- jjb/functest/functest.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index 5198abad1..1fdf112ee 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -358,8 +358,8 @@ <<: *cntt-params container: 'functest-benchmarking-cntt' test: - - rally_full - - rally_jobs + - rally_full_cntt + - rally_jobs_cntt jobs: - 'cntt-{repo}-{container}-{tag}-{test}-run' diff --git a/jjb/functest/functest.yaml b/jjb/functest/functest.yaml index aad50c808..1ed78e32b 100644 --- a/jjb/functest/functest.yaml +++ b/jjb/functest/functest.yaml @@ -395,8 +395,8 @@ <<: *functest-params container: 'functest-benchmarking-cntt' test: - - rally_full - - rally_jobs + - rally_full_cntt + - rally_jobs_cntt jobs: - 'functest-{repo}-{container}-{tag}-{test}-run' -- cgit 1.2.3-korg