test/sma: enable vfio_user when running SMA tests
- The test "sma_vfiouser_qemu" by SMA requires "--with-vfio-user" to be enabled Signed-off-by: Xin Yang <xin.yang@arm.com> Change-Id: I866cb99ae5519c12a4be44c5fcfee8fd8b4442a7 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/15979 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Yibo Cai <yibo.cai@arm.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
This commit is contained in:
parent
48fb1771ef
commit
4978c4fe32
@ -481,7 +481,7 @@ function get_config_params() {
|
||||
config_params+=' --with-raid5f'
|
||||
fi
|
||||
|
||||
if [ $SPDK_TEST_VFIOUSER -eq 1 ] || [ $SPDK_TEST_VFIOUSER_QEMU -eq 1 ]; then
|
||||
if [ $SPDK_TEST_VFIOUSER -eq 1 ] || [ $SPDK_TEST_VFIOUSER_QEMU -eq 1 ] || [ $SPDK_TEST_SMA -eq 1 ]; then
|
||||
config_params+=' --with-vfio-user'
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user