Add features volume testing 71/68871/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sun, 10 Nov 2019 15:12:29 +0000 (16:12 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 13 Nov 2019 23:00:29 +0000 (00:00 +0100)
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)

functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml

index 9fb1c2d..2dad162 100644 (file)
@@ -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