mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2025-06-27 03:27:35 +03:00

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
21 lines
420 B
Makefile
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
|