Disable standby mode
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#
|
||||
# Copyright(c) 2019-2022 Intel Corporation
|
||||
# Copyright(c) 2024 Huawei Technologies
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#
|
||||
|
||||
@@ -28,6 +29,7 @@ offset = 1 # offset is expressed in the number of blocks
|
||||
|
||||
|
||||
@pytest.mark.CI
|
||||
@pytest.mark.skip(reason="Standby mode is not supported")
|
||||
@pytest.mark.require_disk("cache", DiskTypeSet([DiskType.nand, DiskType.optane]))
|
||||
@pytest.mark.require_disk("core", DiskTypeLowerThan("cache"))
|
||||
def test_activate_corrupted():
|
||||
@@ -85,6 +87,7 @@ def test_activate_corrupted():
|
||||
|
||||
|
||||
@pytest.mark.CI
|
||||
@pytest.mark.skip(reason="Standby mode is not supported")
|
||||
@pytest.mark.require_disk("cache", DiskTypeSet([DiskType.nand, DiskType.optane]))
|
||||
@pytest.mark.require_disk("core", DiskTypeLowerThan("cache"))
|
||||
def test_load_corrupted():
|
||||
|
Reference in New Issue
Block a user