From: John Spray Date: Wed, 22 Jun 2016 11:58:52 +0000 (+0100) Subject: tasks/cephfs: disable setuid test in vstart environ X-Git-Tag: v11.1.1~58^2^2~152^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9d3eee346194e32029d42d13b02d171ead9efc83;p=ceph.git tasks/cephfs: disable setuid test in vstart environ ``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 --- diff --git a/tasks/cephfs/test_cap_flush.py b/tasks/cephfs/test_cap_flush.py index f142b00d750e..1e5abb73212f 100644 --- a/tasks/cephfs/test_cap_flush.py +++ b/tasks/cephfs/test_cap_flush.py @@ -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.