]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tasks/cephfs: disable setuid test in vstart environ
authorJohn Spray <john.spray@redhat.com>
Wed, 22 Jun 2016 11:58:52 +0000 (12:58 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 30 Jun 2016 22:44:19 +0000 (23:44 +0100)
``long_running`` needs a better name, it's really just a
marker that says a test is for use in teuthology but not vstart.

Signed-off-by: John Spray <john.spray@redhat.com>
tasks/cephfs/test_cap_flush.py

index f142b00d750e31f40a42d776a689eacf92350f80..1e5abb73212f0ec88e03cd9db4cfd3588cb3f9ce 100644 (file)
@@ -4,9 +4,10 @@ import time
 from textwrap import dedent
 from unittest import SkipTest
 from tasks.cephfs.fuse_mount import FuseMount
-from tasks.cephfs.cephfs_test_case import CephFSTestCase
+from tasks.cephfs.cephfs_test_case import CephFSTestCase, long_running
 
 class TestCapFlush(CephFSTestCase):
+    @long_running
     def test_replay_create(self):
         """
         MDS starts to handle client caps when it enters clientreplay stage.