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 <dariusz.stojaczyk@intel.com>
Reviewed-on: https://review.gerrithub.io/429179
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
This commit is contained in:
Darek Stojaczyk 2018-10-12 08:56:24 +02:00 committed by Ben Walker
parent e6819a3c52
commit d94846c7f0

View File

@ -83,11 +83,6 @@ if echo -e "#include <libunwind.h>\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