Add 'os_dependent' marker to tests
Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com>
This commit is contained in:
@@ -23,6 +23,7 @@ stop_size = int(Size(128, Unit.KibiByte))
|
||||
runtime = datetime.timedelta(hours=12) / (stop_size / 512)
|
||||
|
||||
|
||||
@pytest.mark.os_dependent
|
||||
@pytest.mark.parametrize("cache_mode", [CacheMode.WT, CacheMode.WB])
|
||||
@pytest.mark.require_disk("cache", DiskTypeSet([DiskType.optane, DiskType.nand]))
|
||||
@pytest.mark.require_disk("core", DiskTypeLowerThan("cache"))
|
||||
|
Reference in New Issue
Block a user