test/ftl: Temporarily disable FTL functional tests
Next patch in this chain will break FTL functional test so disable it temporary until FTL refactor will be finished. Change-Id: I69168209163784e13fd5f56db9daa80b6709344f Signed-off-by: Wojciech Malikowski <wojciech.malikowski@intel.com> Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/479701 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Konrad Sztyber <konrad.sztyber@intel.com>
This commit is contained in:
parent
1437b25472
commit
0178395e2c
@ -263,9 +263,9 @@ if [ $SPDK_RUN_FUNCTIONAL_TEST -eq 1 ]; then
|
|||||||
run_test "ocf" ./test/ocf/ocf.sh
|
run_test "ocf" ./test/ocf/ocf.sh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $SPDK_TEST_FTL -eq 1 ]; then
|
# if [ $SPDK_TEST_FTL -eq 1 ]; then
|
||||||
run_test "ftl" ./test/ftl/ftl.sh
|
# run_test "ftl" ./test/ftl/ftl.sh
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
if [ $SPDK_TEST_VMD -eq 1 ]; then
|
if [ $SPDK_TEST_VMD -eq 1 ]; then
|
||||||
run_test "vmd" ./test/vmd/vmd.sh
|
run_test "vmd" ./test/vmd/vmd.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user