Improve the selectability of Swift tests
Before this commit, Tempest tests of Swift were selectable only for WSGI
middleware on proxy servers. With this commit, other following Swift
functions are also selectable with Tempest's config file.
Following Swift functions are selectable now:
- Old-style Container Sync: mirroring objects in the container to another
container
- Object Versioning: versioning all objects in the container
- Discoverability: providing details about the Swift installation
Implements blueprint more-selectable-swift-tests
Change-Id: Idd4afb675c70eea6ba4f8ce59c635f32f040c61e
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index 247f6d1..4845752 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -843,6 +843,15 @@
# expected to be enabled (list value)
#discoverable_apis=all
+# Execute (old style) container-sync tests (boolean value)
+#container_sync=true
+
+# Execute object-versioning tests (boolean value)
+#object_versioning=true
+
+# Execute discoverability tests (boolean value)
+#discoverability=true
+
[orchestration]