From 1772d89547a39b17203e9a44f9dd99d7f844de8a Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Sun, 10 Nov 2019 16:12:29 +0100 Subject: [PATCH] Add features volume testing MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The next features are supported by Functest SUT: - backup - snapshot - clone - manage_snapshot - manage_volume - volume_revert Change-Id: I0e83bb616a56b9e8651115bebf2373f85c642260 Signed-off-by: Cédric Ollivier (cherry picked from commit 21dff047b6363c17a3fd56c4857df6b6e354eb67) --- .../opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml index 9fb1c2d00..2dad162fa 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -23,7 +23,15 @@ volume: max_microversion: 3.55 storage_protocol: iSCSI volume-feature-enabled: + multi_backend: false backup: true + snapshot: true + clone: true + manage_snapshot: true + manage_volume: true + extend_attached_volume: false + consistency_group: false + volume_revert: true neutron_plugin_options: agent_availability_zone: nova available_type_drivers: flat,geneve,vlan,gre,local,vxlan -- 2.16.6