Add 'os_dependent' marker to tests

Signed-off-by: Slawomir Jankowski <slawomir.jankowski@intel.com>
This commit is contained in:
Slawomir Jankowski
2020-08-12 15:39:03 +02:00
parent abf98d798e
commit 4b39811c43
14 changed files with 30 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ from test_utils.output import CmdException
from test_utils.size import Size, Unit
@pytest.mark.os_dependent
@pytest.mark.require_disk("cache", DiskTypeSet([DiskType.optane, DiskType.nand]))
@pytest.mark.require_disk("core", DiskTypeLowerThan("cache"))
@pytest.mark.require_plugin("scsi_debug")