summaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
authorPrashanth Pai <ppai@redhat.com>2016-05-10 11:39:46 +0530
committerThiago da Silva <thiago@redhat.com>2016-08-09 14:52:39 -0700
commit07b69f55d4b8212ee6184dc544c38e48f924282f (patch)
treec6dffd7b179123949ab2aa91d7820bff7596223f /test/functional
parent7f6aabcf4512c7443de8dae12873faf905bb5b72 (diff)
Add missing middlewares to functest pipeline
Change-Id: I75fe4a12cf3ef5948efd63d78b95bca2e2b1437d Signed-off-by: Prashanth Pai <ppai@redhat.com> Reviewed-on: http://review.gluster.org/14284 Reviewed-by: Thiago da Silva <thiago@redhat.com> Tested-by: Thiago da Silva <thiago@redhat.com>
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/functional/tests.py b/test/functional/tests.py
index daa8897..9cb328d 100644
--- a/test/functional/tests.py
+++ b/test/functional/tests.py
@@ -2200,7 +2200,6 @@ class TestSlo(Base):
set_up = False
def setUp(self):
- raise SkipTest("SLO not enabled yet in gluster-swift")
super(TestSlo, self).setUp()
if self.env.slo_enabled is False:
raise SkipTest("SLO not enabled")