From: Victor Denisov Date: Sat, 30 Dec 2017 15:54:36 +0000 (-0800) Subject: test/pybind: drop consistency from test name X-Git-Tag: v13.0.2~545^2~24 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=06d496e2c8e28a23711f066cb01141489b249f4d;p=ceph.git test/pybind: drop consistency from test name Signed-off-by: Victor Denisov --- diff --git a/src/test/pybind/test_rbd.py b/src/test/pybind/test_rbd.py index af4e73158558e..3e1580db3aae4 100644 --- a/src/test/pybind/test_rbd.py +++ b/src/test/pybind/test_rbd.py @@ -1698,7 +1698,7 @@ def test_list_groups_after_removed(): remove_group() eq([], RBD().group_list(ioctx)) -class TestConsistencyGroups(object): +class TestGroups(object): def setUp(self): global snap_name