From 21dff047b6363c17a3fd56c4857df6b6e354eb67 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sun, 10 Nov 2019 16:12:29 +0100 Subject: Add features volume testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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 --- .../opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'functest') 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 5d2439a47..dcc717e4a 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: latest 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 load_balancer: test_with_noop: true neutron_plugin_options: -- cgit 1.2.3-korg