diff options
author | Jason Dillaman <dillaman@redhat.com> | 2016-02-29 19:17:02 +0100 |
---|---|---|
committer | Jason Dillaman <dillaman@redhat.com> | 2016-03-01 13:55:06 +0100 |
commit | 0b2847e63a68a07843be595d96cb7ae4e5379bc6 (patch) | |
tree | 03efc6d8616f79d03d583098087909ec1bb7f790 /src/test/run-rbd-tests | |
parent | librbd: permit deep-flatten to be dynamically disabled (diff) | |
download | ceph-0b2847e63a68a07843be595d96cb7ae4e5379bc6.tar.xz ceph-0b2847e63a68a07843be595d96cb7ae4e5379bc6.zip |
test: use default RBD features in test cases
Signed-off-by: Jason Dillaman <dillaman@redhat.com>
Diffstat (limited to 'src/test/run-rbd-tests')
-rwxr-xr-x | src/test/run-rbd-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-rbd-tests b/src/test/run-rbd-tests index 67a366ad19f..187c6edf4cb 100755 --- a/src/test/run-rbd-tests +++ b/src/test/run-rbd-tests @@ -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 |