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-10 17:11:29 +0100 |
commit | 21dff047b6363c17a3fd56c4857df6b6e354eb67 (patch) | |
tree | 50c5ecf9405238a49478edfff43f26abc67eb638 | |
parent | 0c07bc255968d21558d3aec8ac7e4dc7659a69a2 (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>
-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 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: |