]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_test_objectstore: enable newstore tests
authorSage Weil <sage@redhat.com>
Tue, 1 Sep 2015 17:22:02 +0000 (13:22 -0400)
committerSage Weil <sage@redhat.com>
Tue, 1 Sep 2015 17:39:44 +0000 (13:39 -0400)
Signed-off-by: Sage Weil <sage@redhat.com>
src/test/objectstore/store_test.cc

index 5f056dcfc2b2ef522b2e8b18d68419935994cebc..5055959f3917479e2f9f5c0474a0c73a68e908bf 100644 (file)
@@ -2516,7 +2516,11 @@ TEST_P(StoreTest, SetAllocHint) {
 INSTANTIATE_TEST_CASE_P(
   ObjectStore,
   StoreTest,
-  ::testing::Values("memstore", "filestore", "keyvaluestore"/*, "newstore" */));
+  ::testing::Values(
+    "memstore",
+    "filestore",
+    "keyvaluestore",
+    "newstore"));
 
 #else