]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_test_objectstore: fix keyvaluestore name
authorSage Weil <sage@redhat.com>
Mon, 19 Jan 2015 20:33:20 +0000 (12:33 -0800)
committerSage Weil <sage@redhat.com>
Mon, 19 Jan 2015 20:33:20 +0000 (12:33 -0800)
Signed-off-by: Sage Weil <sage@redhat.com>
src/test/objectstore/store_test.cc

index 30eab89b7f2dd86f022c362f7cd2ef4bb6b38eab..f9c8fc709ebe95b0bae0e855d23920c17bcbfbd8 100644 (file)
@@ -1739,7 +1739,7 @@ TEST_P(StoreTest, SetAllocHint) {
 INSTANTIATE_TEST_CASE_P(
   ObjectStore,
   StoreTest,
-  ::testing::Values("memstore", "filestore", "keyvaluestore-dev"));
+  ::testing::Values("memstore", "filestore", "keyvaluestore"));
 
 #else