From: Cédric Ollivier Date: Thu, 2 Apr 2020 08:34:19 +0000 (+0200) Subject: Fix Functest CNTT benchmarking test case names X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F70%2F69870%2F1;p=releng.git Fix Functest CNTT benchmarking test case names Change-Id: I4fd59cdff2cb0bcdbc73a1badba8d79ea7a6f765 Signed-off-by: Cédric Ollivier --- 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'