test/ftl: Enable extended ftl tests

Change-Id: I073ae6ac435fe7b63ff301a9d49e6b70ee9f148c
Signed-off-by: Wojciech Malikowski <wojciech.malikowski@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/448507
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Jim Harris <james.r.harris@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
This commit is contained in:
Wojciech Malikowski 2019-03-20 05:03:46 -04:00 committed by Jim Harris
parent b151999f06
commit 82645a63d3

View File

@ -42,6 +42,10 @@ run_test suite $testdir/restore.sh $device
timing_exit restore
if [ $SPDK_TEST_FTL_EXTENDED -eq 1 ]; then
timing_enter fio_basic
run_test suite $testdir/fio.sh $device basic
timing_exit fio_basic
$rootdir/test/app/bdev_svc/bdev_svc &
bdev_svc_pid=$!
@ -54,7 +58,7 @@ if [ $SPDK_TEST_FTL_EXTENDED -eq 1 ]; then
trap - SIGINT SIGTERM EXIT
timing_enter fio_extended
run_test suite $testdir/fio.sh extended $device $uuid
run_test suite $testdir/fio.sh $device extended $uuid
timing_exit fio_extended
fi