Commit d94846c7 authored by Darek Stojaczyk's avatar Darek Stojaczyk Committed by Ben Walker
Browse files

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: default avatarDarek 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: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
parent e6819a3c
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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