]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
tests: add new feature code to rbd test list
authorJason Dillaman <dillaman@redhat.com>
Mon, 20 Apr 2015 18:39:57 +0000 (14:39 -0400)
committerJason Dillaman <dillaman@redhat.com>
Thu, 7 May 2015 02:07:46 +0000 (22:07 -0400)
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
src/test/run-rbd-tests
src/test/run-rbd-unit-tests.sh

index 2c36663aae802015faae90bb525b1aee388521dd..3840e769b9ee9c2aa982a74454872b326aa75a0b 100755 (executable)
@@ -35,7 +35,7 @@ run_cli_tests
 export RBD_CREATE_ARGS="--format 2"
 run_cli_tests
 
-for i in 0 1 5 13 29
+for i in 0 1 5 13 29 45
 do
     export RBD_FEATURES=$i
     run_api_tests
index c61d8ef698548310aae14e4bc965ff56574f835d..87775ac239052710f53d5e5378af9f94a2bcf4c0 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
+for i in 0 1 5 13 29 45
 do
     RBD_FEATURES=$i unittest_librbd
 done