summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-04-02 10:34:19 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-04-02 10:34:48 +0200
commit253c41ebee08fe26dc19ff1adc1cf1f5e3db916a (patch)
tree669b85256f6dc1ed1b8feee6f0c5dd358a262087
parentd57a33ff94d8092438b39bc1a7b60c55424cade9 (diff)
Fix Functest CNTT benchmarking test case names
Change-Id: I4fd59cdff2cb0bcdbc73a1badba8d79ea7a6f765 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--jjb/airship/cntt.yaml4
-rw-r--r--jjb/functest/functest.yaml4
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'