]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
unittest_crush: rename straw tests
authorSage Weil <sage@redhat.com>
Fri, 16 Jan 2015 17:04:21 +0000 (09:04 -0800)
committerSage Weil <sage@redhat.com>
Thu, 22 Jan 2015 18:16:41 +0000 (10:16 -0800)
Signed-off-by: Sage Weil <sage@redhat.com>
src/test/crush/crush.cc

index 924647f51e977410bdfe6f333af0f911dbd7494a..cb0226d164be764cb12b8d7f85071ac90a724d4b 100644 (file)
@@ -251,7 +251,7 @@ TEST(CRUSH, indep_out_progressive) {
   delete c;
 }
 
-TEST(CrushWrapper, straw_zero) {
+TEST(CRUSH, straw_zero) {
   // zero weight items should have no effect on placement.
 
   CrushWrapper *c = new CrushWrapper;
@@ -303,7 +303,7 @@ TEST(CrushWrapper, straw_zero) {
   }
 }
 
-TEST(CrushWrapper, straw_same) {
+TEST(CRUSH, straw_same) {
   // items with the same weight should map about the same as items
   // with very similar weights.
   //