Skip to content

Commit

Permalink
test: use default RBD features in test cases
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dillaman <[email protected]>
  • Loading branch information
Jason Dillaman committed Mar 1, 2016
1 parent ed83975 commit 0b2847e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/test/run-rbd-tests
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ run_cli_tests
export RBD_CREATE_ARGS="--image-format 2"
run_cli_tests

for i in 0 1 5 13 29 109
for i in 0 1 61 109
do
export RBD_FEATURES=$i
run_api_tests
Expand Down
2 changes: 1 addition & 1 deletion src/test/run-rbd-unit-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 29 109
for i in 0 1 61 109
do
RBD_FEATURES=$i unittest_librbd
done
Expand Down

0 comments on commit 0b2847e

Please sign in to comment.