From 06d496e2c8e28a23711f066cb01141489b249f4d Mon Sep 17 00:00:00 2001 From: Victor Denisov Date: Sat, 30 Dec 2017 07:54:36 -0800 Subject: [PATCH] test/pybind: drop consistency from test name Signed-off-by: Victor Denisov --- src/test/pybind/test_rbd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/pybind/test_rbd.py b/src/test/pybind/test_rbd.py index af4e7315855..3e1580db3aa 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 -- 2.39.5