Test to check container synchronization
Adds a new test script test_container_sync.py to
./tests/object_storage so as to verfify the container to
container synchronization support.
Change-Id: If880ab0e62465c32113cfde2b864841fa363ad19
Implements: blueprint add-swift-container-sync-test
diff --git a/etc/tempest.conf.sample b/etc/tempest.conf.sample
index f837e69..fc20d0b 100644
--- a/etc/tempest.conf.sample
+++ b/etc/tempest.conf.sample
@@ -232,6 +232,12 @@
# The object-store region
region = RegionOne
+# Number of seconds to time on waiting for a container to container
+# synchronization complete
+container_sync_timeout = 120
+# Number of seconds to wait while looping to check the status of a
+# container to container synchronization
+container_sync_interval = 5
[boto]
# This section contains configuration options used when executing tests