diff --git a/test/vhost/fiotest/autotest.sh b/test/vhost/fiotest/fio.sh similarity index 100% rename from test/vhost/fiotest/autotest.sh rename to test/vhost/fiotest/fio.sh diff --git a/test/vhost/manual.sh b/test/vhost/manual.sh index 55e487e842..fd08edefd7 100755 --- a/test/vhost/manual.sh +++ b/test/vhost/manual.sh @@ -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 diff --git a/test/vhost/vhost.sh b/test/vhost/vhost.sh index e0eab9a148..abfec1b9c2 100755 --- a/test/vhost/vhost.sh +++ b/test/vhost/vhost.sh @@ -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