Merge pull request #594 from katlapinka/trim-nand
Change required cache device type for test checking discards at cache start
This commit is contained in:
commit
1ba4583cb8
@ -19,7 +19,7 @@ from test_tools.fio.fio_param import ReadWrite, IoEngine
|
|||||||
from storage_devices.disk import DiskType, DiskTypeSet
|
from storage_devices.disk import DiskType, DiskTypeSet
|
||||||
|
|
||||||
|
|
||||||
@pytest.mark.require_disk("cache", DiskTypeSet([DiskType.optane, DiskType.nand]))
|
@pytest.mark.require_disk("cache", DiskTypeSet([DiskType.nand]))
|
||||||
def test_trim_start_discard():
|
def test_trim_start_discard():
|
||||||
"""
|
"""
|
||||||
title: Check discarding cache device at cache start
|
title: Check discarding cache device at cache start
|
||||||
|
Loading…
Reference in New Issue
Block a user