diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-10 16:12:29 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-11-14 00:00:29 +0100 |
commit | 1772d89547a39b17203e9a44f9dd99d7f844de8a (patch) | |
tree | 4954da804106a8ea1ed296570d047fc8196ddb71 | |
parent | 98d32188800447a36c9f08ee447a46f4aecf464e (diff) |
Add features volume testing
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 <cedric.ollivier@orange.com>
(cherry picked from commit 21dff047b6363c17a3fd56c4857df6b6e354eb67)
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
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 |