From 1dd29294d7634cea6cd477d13b569f5a281e083a Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 28 Apr 2020 10:48:30 +0200 Subject: Rename neutron_tempest_plugin_api to tempest_neutron MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It conforms with the other test case names Change-Id: Ia8836375c26ea4f1bff3637f7078e5f70f83c5fb Signed-off-by: Cédric Ollivier (cherry picked from commit f74088bb1ae93feaf56c7ec7d1f1e78c97d8de9a) --- functest/ci/config_aarch64_patch.yaml | 2 +- functest/ci/config_patch.yaml | 6 +++--- functest/ci/testcases.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'functest/ci') diff --git a/functest/ci/config_aarch64_patch.yaml b/functest/ci/config_aarch64_patch.yaml index 9eea4ed53..15cbf3281 100644 --- a/functest/ci/config_aarch64_patch.yaml +++ b/functest/ci/config_aarch64_patch.yaml @@ -25,7 +25,7 @@ os: image: /home/opnfv/functest/images/cirros-0.4.0-aarch64-disk.img image_alt: /home/opnfv/functest/images/cirros-0.4.0-aarch64-disk.img - neutron-tempest-plugin-api: + tempest_neutron: image: /home/opnfv/functest/images/cirros-0.4.0-aarch64-disk.img image_alt: /home/opnfv/functest/images/cirros-0.4.0-aarch64-disk.img diff --git a/functest/ci/config_patch.yaml b/functest/ci/config_patch.yaml index 1287d92a5..d60ce8b6c 100644 --- a/functest/ci/config_patch.yaml +++ b/functest/ci/config_patch.yaml @@ -16,7 +16,7 @@ fdio: flavor_ram: 1024 tempest_smoke: flavor_ram: 1024 - neutron-tempest-plugin-api: + tempest_neutron: flavor_ram: 1024 refstack_defcore: flavor_ram: 1024 @@ -62,7 +62,7 @@ ovs: flavor_ram: 1024 tempest_smoke: flavor_ram: 1024 - neutron-tempest-plugin-api: + tempest_neutron: flavor_ram: 1024 refstack_defcore: flavor_ram: 1024 @@ -118,7 +118,7 @@ vio: image_format: vmdk image_alt: /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.vmdk image_alt_format: vmdk - neutron-tempest-plugin-api: + tempest_neutron: image: /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.vmdk image_format: vmdk image_alt: /home/opnfv/functest/images/cirros-0.4.0-x86_64-disk.vmdk diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index a42665eff..0f706ed25 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -185,7 +185,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 -- cgit 1.2.3-korg