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:
parent
e6819a3c52
commit
d94846c7f0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user