marking tests that are os-dependent
Signed-off-by: Karolina Rogowska <karolina.rogowska@intel.com>
This commit is contained in:
@@ -15,6 +15,7 @@ from test_utils.size import Size, Unit
|
||||
|
||||
|
||||
@pytest.mark.CI
|
||||
@pytest.mark.os_dependent
|
||||
@pytest.mark.require_disk("cache", DiskTypeSet([DiskType.optane, DiskType.nand]))
|
||||
@pytest.mark.require_disk("core", DiskTypeLowerThan("cache"))
|
||||
def test_incremental_load_basic():
|
||||
@@ -68,6 +69,7 @@ def test_incremental_load_basic():
|
||||
|
||||
|
||||
@pytest.mark.CI
|
||||
@pytest.mark.os_dependent
|
||||
@pytest.mark.require_disk("cache", DiskTypeSet([DiskType.optane, DiskType.nand]))
|
||||
@pytest.mark.require_disk("core", DiskTypeLowerThan("cache"))
|
||||
def test_incremental_load_hidden_core():
|
||||
|
@@ -16,6 +16,7 @@ from test_utils.size import Size, Unit
|
||||
|
||||
|
||||
@pytest.mark.CI
|
||||
@pytest.mark.os_dependent
|
||||
@pytest.mark.require_disk("cache", DiskTypeSet([DiskType.optane, DiskType.nand]))
|
||||
@pytest.mark.require_disk("core", DiskTypeLowerThan("cache"))
|
||||
def test_simulation_startup_from_config():
|
||||
|
Reference in New Issue
Block a user