mirror_zfs/tests/zfs-tests/tests/functional/cache/Makefile.am
alex c602b35cf7
ZTS: Fix and change testcase cache_010_neg
Commit 379ca9c removed the requirement on aux devices to be block
devices only but the test case cache_010_neg was not updated, making it
fail consistently.

This change changes the test to check that cache devices _can_ be
anything that presents a block interface. The testcase is renamed to
cache_010_pos and the exceptions for known failure removed from the test
runner.

Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reported-by: Richard Elling <Richard.Elling@RichardElling.com>
Signed-off-by: Alex John <alex@stty.io>
Closes #10172
2020-04-13 10:50:41 -07:00

21 lines
420 B
Makefile

pkgdatadir = $(datadir)/@PACKAGE@/zfs-tests/tests/functional/cache
dist_pkgdata_SCRIPTS = \
cleanup.ksh \
setup.ksh \
cache_001_pos.ksh \
cache_002_pos.ksh \
cache_003_pos.ksh \
cache_004_neg.ksh \
cache_005_neg.ksh \
cache_006_pos.ksh \
cache_007_neg.ksh \
cache_008_neg.ksh \
cache_009_pos.ksh \
cache_010_pos.ksh \
cache_011_pos.ksh \
cache_012_pos.ksh
dist_pkgdata_DATA = \
cache.cfg \
cache.kshlib