Commit 40e4e420 authored by Maciej Wawryk's avatar Maciej Wawryk Committed by Tomasz Zawadzki
Browse files

Fixed nightly error in bdev_raid.sh



In nightly tests there was error:
    rpc.py: error: unrecognized arguments: Base_2"
caused by patch: 02925187
The problem was caused by chars escapes.

Signed-off-by: default avatarMaciej Wawryk <maciejx.wawryk@intel.com>
Change-Id: If6ebce1de5845bc14a957f4b68250da163309a05
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/475676


Reviewed-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
parent b0472ac8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -65,7 +65,7 @@ function configure_raid_bdev() {
	cat <<- EOL >> $testdir/rpcs.txt
	bdev_malloc_create 32 512 -b Base_1
	bdev_malloc_create 32 512 -b Base_2
	bdev_raid_create -z 64 -r 0 -b \"Base_1 Base_2\" -n raid0
	bdev_raid_create -z 64 -r 0 -b "Base_1 Base_2" -n raid0
	EOL
	$rpc_py < $testdir/rpcs.txt