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

Better name.

Change-Id: I96b2f1546de6ea3f3c3da72bb2428310750c3b82
Signed-off-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/454092
Reviewed-by: Paul Luse <paul.e.luse@intel.com>
Reviewed-by: Pawel Kaminski <pawelx.kaminski@intel.com>
Reviewed-by: Darek Stojaczyk <dariusz.stojaczyk@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
This commit is contained in:
Ben Walker 2019-05-10 11:07:48 -07:00 committed by Darek Stojaczyk
parent 0b2236c546
commit 4824bd78f1
3 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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