Disable standby mode
Signed-off-by: Michal Mielewczyk <michal.mielewczyk@huawei.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#
|
||||
# Copyright(c) 2022 Intel Corporation
|
||||
# Copyright(c) 2024 Huawei Technologies
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
#
|
||||
|
||||
@@ -42,6 +43,7 @@ mountpoint = "/tmp/drbd_functional_test"
|
||||
test_file_path = f"{mountpoint}/test_file"
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Standby mode is not supported")
|
||||
@pytest.mark.require_disk("metadata_dev", DiskTypeSet([DiskType.nand]))
|
||||
@pytest.mark.require_disk("core_dev", DiskTypeSet([DiskType.hdd]))
|
||||
@pytest.mark.require_disk("raid_dev1", DiskTypeSet([DiskType.optane]))
|
||||
@@ -226,6 +228,7 @@ def test_functional_activate_twice_round_trip(filesystem):
|
||||
TestRun.LOGGER.end_group()
|
||||
|
||||
|
||||
@pytest.mark.skip(reason="Standby mode is not supported")
|
||||
@pytest.mark.require_disk("metadata_dev", DiskTypeSet([DiskType.nand]))
|
||||
@pytest.mark.require_disk("core_dev", DiskTypeSet([DiskType.hdd]))
|
||||
@pytest.mark.require_disk("raid_dev1", DiskTypeSet([DiskType.optane]))
|
||||
|
Reference in New Issue
Block a user