]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: reduce duplicate librbd unit test case coverage 5049/head
authorJason Dillaman <dillaman@redhat.com>
Mon, 22 Jun 2015 19:39:12 +0000 (15:39 -0400)
committerJason Dillaman <dillaman@redhat.com>
Mon, 22 Jun 2015 21:26:15 +0000 (17:26 -0400)
The test run for RBD_FEATURES=13 is fully covered by
RBD_FEATURES=45 and the pre deep-flatten cases are covered
by RBD_FEATURES=0 and 1.

Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/run-rbd-unit-tests.sh

index 87775ac239052710f53d5e5378af9f94a2bcf4c0..09edb415270c0ad95d708368356e93fb43bb36d7 100755 (executable)
@@ -7,7 +7,7 @@ export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:$CEPH_SRC/.libs"
 PATH="$CEPH_SRC:$PATH"
 
 unittest_librbd
-for i in 0 1 5 13 29 45
+for i in 0 1 5 29 45
 do
     RBD_FEATURES=$i unittest_librbd
 done