Remove Swift container-sync test skipping
The skipping reason was bug #1093743 that
is currently marked as invalid in Swift bugtracker.
This patch remove the skip and propose some
refactoring to the test code.
The test is marked as slow as it can take long
to run as it depends on container-sync process run
internal which is 300 seconds by default.
Change-Id: I939a014646b42cb2a461f874a5ad0edfc79c5561
diff --git a/tempest/config.py b/tempest/config.py
index d42edc9..3bec70f 100644
--- a/tempest/config.py
+++ b/tempest/config.py
@@ -398,11 +398,11 @@
"one is used."),
cfg.IntOpt('container_sync_timeout',
default=120,
- help="Number of seconds to time on waiting for a container"
+ help="Number of seconds to time on waiting for a container "
"to container synchronization complete."),
cfg.IntOpt('container_sync_interval',
default=5,
- help="Number of seconds to wait while looping to check the"
+ help="Number of seconds to wait while looping to check the "
"status of a container to container synchronization"),
cfg.StrOpt('operator_role',
default='Member',