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

vhost: Rename fiotest/autotest.sh to fiotest/fio.sh

parent 0b2236c5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ WORKDIR=$(readlink -f $(dirname $0))
case $1 in
	-p|--performance)
		echo 'Running performance suite...'
		run_test case $WORKDIR/fiotest/autotest.sh --fio-bin=$FIO_BIN \
		run_test case $WORKDIR/fiotest/fio.sh --fio-bin=$FIO_BIN \
		--vm=0,$VM_IMAGE,Nvme0n1p0 \
		--test-type=spdk_vhost_scsi \
		--fio-job=$WORKDIR/common/fio_jobs/default_performance.job
@@ -62,7 +62,7 @@ case $1 in
		;;
	-pb|--performance-blk)
		echo 'Running blk performance suite...'
		run_test case $WORKDIR/fiotest/autotest.sh --fio-bin=$FIO_BIN \
		run_test case $WORKDIR/fiotest/fio.sh --fio-bin=$FIO_BIN \
		--vm=0,$VM_IMAGE,Nvme0n1p0 \
		--test-type=spdk_vhost_blk \
		--fio-job=$WORKDIR/common/fio_jobs/default_performance.job
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ timing_exit vhost_boot
if [ $RUN_NIGHTLY -eq 1 ]; then
	timing_enter integrity_blk
	echo 'Running blk integrity suite...'
	run_test case $WORKDIR/fiotest/autotest.sh -x --fio-bin=$FIO_BIN \
	run_test case $WORKDIR/fiotest/fio.sh -x --fio-bin=$FIO_BIN \
	--vm=0,$VM_IMAGE,Nvme0n1p0:RaidBdev0:RaidBdev1:RaidBdev2 \
	--test-type=spdk_vhost_blk \
	--fio-job=$WORKDIR/common/fio_jobs/default_integrity.job
@@ -53,7 +53,7 @@ if [ $RUN_NIGHTLY -eq 1 ]; then

	timing_enter integrity
	echo 'Running SCSI integrity suite...'
	run_test case $WORKDIR/fiotest/autotest.sh -x --fio-bin=$FIO_BIN \
	run_test case $WORKDIR/fiotest/fio.sh -x --fio-bin=$FIO_BIN \
	--vm=0,$VM_IMAGE,Nvme0n1p0:RaidBdev0:RaidBdev1:RaidBdev2 \
	--test-type=spdk_vhost_scsi \
	--fio-job=$WORKDIR/common/fio_jobs/default_integrity.job