diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-28 12:55:14 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-28 12:55:14 +0200 |
commit | fb5ae0302dbf0b11b6b1ba9e65ba9cdf2e14e9c6 (patch) | |
tree | 6f1e27b7fea924ef853acd63ba77b5a05f820235 /jjb/airship | |
parent | 083bd05148816432e7be5de6f2df768807e092a5 (diff) |
tempest_neutron-cntt -> tempest_neutron_cntt
Change-Id: I6247f4c43a0e152646a011b0dc7cbcfa219b7cf9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'jjb/airship')
-rw-r--r-- | jjb/airship/airship.yaml | 6 | ||||
-rw-r--r-- | jjb/airship/cntt.yaml | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/jjb/airship/airship.yaml b/jjb/airship/airship.yaml index 8d75e030a..aebafaf53 100644 --- a/jjb/airship/airship.yaml +++ b/jjb/airship/airship.yaml @@ -453,11 +453,11 @@ projects: - name: 'airship-opnfv-functest-smoke-{tag}-tempest_neutron-run' <<: *airship-jobs - - name: 'airship-opnfv-functest-smoke-{tag}-neutron-tempest_cinder-run' + - name: 'airship-opnfv-functest-smoke-{tag}-tempest_cinder-run' <<: *airship-jobs - - name: 'airship-opnfv-functest-smoke-{tag}-neutron-tempest_keystone-run' + - name: 'airship-opnfv-functest-smoke-{tag}-tempest_keystone-run' <<: *airship-jobs - - name: 'airship-opnfv-functest-smoke-{tag}-neutron-tempest_heat-run' + - name: 'airship-opnfv-functest-smoke-{tag}-tempest_heat-run' <<: *airship-jobs - name: 'airship-opnfv-functest-smoke-{tag}-rally_sanity-run' <<: *airship-jobs diff --git a/jjb/airship/cntt.yaml b/jjb/airship/cntt.yaml index c47f2a13c..1a65855cf 100644 --- a/jjb/airship/cntt.yaml +++ b/jjb/airship/cntt.yaml @@ -311,7 +311,7 @@ <<: *cntt-params container: 'functest-smoke' test: - - neutron-tempest-plugin-api + - tempest_neutron - tempest_cinder - tempest_keystone - tempest_heat @@ -333,7 +333,7 @@ <<: *cntt-params container: 'functest-smoke-cntt' test: - - neutron-tempest-plugin-api-cntt + - tempest_neutron_cntt - tempest_cinder_cntt - tempest_keystone_cntt - tempest_heat_cntt @@ -511,7 +511,7 @@ name: opnfv/functest-smoke:{functest_tag} condition: ALWAYS projects: - - name: 'cntt-opnfv-functest-smoke-{tag}-neutron-tempest-plugin-api-run' + - name: 'cntt-opnfv-functest-smoke-{tag}-tempest_neutron-run' <<: *cntt-jobs - name: 'cntt-opnfv-functest-smoke-{tag}-tempest_cinder-run' <<: *cntt-jobs @@ -543,7 +543,7 @@ name: opnfv/functest-smoke-cntt:{tag} condition: ALWAYS projects: - - name: 'cntt-opnfv-functest-smoke-cntt-{tag}-neutron-tempest-plugin-api-cntt-run' + - name: 'cntt-opnfv-functest-smoke-cntt-{tag}-tempest_neutron_cntt-run' <<: *cntt-jobs - name: 'cntt-opnfv-functest-smoke-cntt-{tag}-tempest_cinder_cntt-run' <<: *cntt-jobs |