diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-28 10:48:30 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-28 10:51:37 +0200 |
commit | 1dd29294d7634cea6cd477d13b569f5a281e083a (patch) | |
tree | b5718f94ff0feb92c3660d9aca3f53a2b856f4bd /docker | |
parent | 263e6f2d8512b1152b017798fc1603163a0f1c15 (diff) |
Rename neutron_tempest_plugin_api to tempest_neutron
It conforms with the other test case names
Change-Id: Ia8836375c26ea4f1bff3637f7078e5f70f83c5fb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit f74088bb1ae93feaf56c7ec7d1f1e78c97d8de9a)
Diffstat (limited to 'docker')
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 2 | ||||
-rw-r--r-- | docker/smoke/testcases.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index f89f94dc5..2d827387c 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -7,7 +7,7 @@ tiers: Set of basic Functional tests to validate the OPNFV scenarios. testcases: - - case_name: neutron-tempest-plugin-api-cntt + case_name: tempest_neutron_cntt project_name: functest criteria: 100 blocking: false diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 963ed09d1..493ba44a1 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -7,7 +7,7 @@ tiers: Set of basic Functional tests to validate the OPNFV scenarios. testcases: - - case_name: neutron-tempest-plugin-api + case_name: tempest_neutron project_name: functest criteria: 100 blocking: false |