Change required cache device type for test checking discards at cache start
Signed-off-by: Katarzyna Lapinska <katarzyna.lapinska@intel.com>
This commit is contained in:
parent
fb86060592
commit
6f326fe2e6
@ -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