From d94846c7f08d21b42fa30b38a0aaaced6e345657 Mon Sep 17 00:00:00 2001 From: Darek Stojaczyk Date: Fri, 12 Oct 2018 08:56:24 +0200 Subject: [PATCH] autotest: remove usages of deprecated --with-raid The RAID module is no longer marked experimental and is now built by default. Using '--with-raid' was giving us an additional deprecation message: > --with-raid option ignored and is now deprecated. > RAID module is always enabled. Change-Id: If9cc65a4900fc93d07fa88a3ebe3498001916285 Signed-off-by: Darek Stojaczyk Reviewed-on: https://review.gerrithub.io/429179 Chandler-Test-Pool: SPDK Automated Test System Tested-by: SPDK CI Jenkins Reviewed-by: Jim Harris Reviewed-by: Ben Walker --- test/common/autotest_common.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/test/common/autotest_common.sh b/test/common/autotest_common.sh index 754abf8e7..bc7364d27 100644 --- a/test/common/autotest_common.sh +++ b/test/common/autotest_common.sh @@ -83,11 +83,6 @@ if echo -e "#include \nint main(int argc, char *argv[]) {return 0;} config_params+=' --enable-log-bt' fi -# RAID is marked experimental and not built by default currently, since it does not -# support iov (meaning vhost will not work). But enable it in the build here, to make -# sure it gets built and run against a limited set of use cases for now. -config_params+=' --with-raid' - if [ $SPDK_TEST_CRYPTO -eq 1 ]; then config_params+=' --with-crypto' fi