Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/tests/ftest/recovery/check_policy.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
(C) Copyright 2025 Hewlett Packard Enterprise Development LP
(C) Copyright 2025-2026 Hewlett Packard Enterprise Development LP

SPDX-License-Identifier: BSD-2-Clause-Patent
"""
Expand Down Expand Up @@ -35,7 +35,7 @@ def test_check_policies(self):

:avocado: tags=all,full_regression
:avocado: tags=hw,medium
:avocado: tags=recovery,cat_recov
:avocado: tags=recovery,cat_recov,faults
:avocado: tags=DMGCheckPolicyTest,test_check_policies
"""
# 1. Create a pool.
Expand Down
4 changes: 2 additions & 2 deletions src/tests/ftest/recovery/check_repair.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
(C) Copyright 2025 Hewlett Packard Enterprise Development LP
(C) Copyright 2025-2026 Hewlett Packard Enterprise Development LP

SPDX-License-Identifier: BSD-2-Clause-Patent
"""
Expand Down Expand Up @@ -31,7 +31,7 @@ def test_check_repair_corner_case(self):

:avocado: tags=all,full_regression
:avocado: tags=hw,medium
:avocado: tags=recovery,cat_recov
:avocado: tags=recovery,cat_recov,faults
:avocado: tags=DMGCheckRepairTest,test_check_repair_corner_case
"""
# 1. Create a pool.
Expand Down
8 changes: 4 additions & 4 deletions src/tests/ftest/recovery/check_start_corner_case.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def test_start_back_to_back(self):

:avocado: tags=all,full_regression
:avocado: tags=hw,medium
:avocado: tags=recovery,cat_recov
:avocado: tags=recovery,cat_recov,faults
:avocado: tags=DMGCheckStartCornerCaseTest,test_start_back_to_back
"""
self.log_step("Create two pools and a container.")
Expand Down Expand Up @@ -189,7 +189,7 @@ def test_two_pools_healthy(self):

:avocado: tags=all,full_regression
:avocado: tags=hw,medium
:avocado: tags=recovery,cat_recov
:avocado: tags=recovery,cat_recov,faults
:avocado: tags=DMGCheckStartCornerCaseTest,test_two_pools_healthy
"""
# 1. Create three pools and one container.
Expand Down Expand Up @@ -305,7 +305,7 @@ def test_two_pools_corrupted(self):

:avocado: tags=all,full_regression
:avocado: tags=hw,medium
:avocado: tags=recovery,cat_recov
:avocado: tags=recovery,cat_recov,faults
:avocado: tags=DMGCheckStartCornerCaseTest,test_two_pools_corrupted
"""
# 1. Create three pools and containers.
Expand Down Expand Up @@ -443,7 +443,7 @@ def test_stale_entry(self):

:avocado: tags=all,full_regression
:avocado: tags=hw,medium
:avocado: tags=recovery,cat_recov
:avocado: tags=recovery,cat_recov,faults
:avocado: tags=DMGCheckStartCornerCaseTest,test_stale_entry
"""
self.log_step("Enable checker while system is Joined and verify the error message.")
Expand Down
8 changes: 4 additions & 4 deletions src/tests/ftest/recovery/check_start_options.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def test_check_start_reset(self):

:avocado: tags=all,full_regression
:avocado: tags=hw,medium
:avocado: tags=recovery,cat_recov
:avocado: tags=recovery,cat_recov,faults
:avocado: tags=DMGCheckStartOptionsTest,test_check_start_reset
"""
# 1. Create a pool.
Expand Down Expand Up @@ -168,7 +168,7 @@ def test_check_start_interactive(self):

:avocado: tags=all,full_regression
:avocado: tags=hw,medium
:avocado: tags=recovery,cat_recov
:avocado: tags=recovery,cat_recov,faults
:avocado: tags=DMGCheckStartOptionsTest,test_check_start_interactive
"""
# 1. Create a pool.
Expand Down Expand Up @@ -288,7 +288,7 @@ def test_check_start_failout(self):

:avocado: tags=all,full_regression
:avocado: tags=hw,medium
:avocado: tags=recovery,cat_recov
:avocado: tags=recovery,cat_recov,faults
:avocado: tags=DMGCheckStartOptionsTest,test_check_start_failout
"""
self.log_step("Create a pool.")
Expand Down Expand Up @@ -372,7 +372,7 @@ def test_check_start_find_orphans(self):

:avocado: tags=all,full_regression
:avocado: tags=hw,medium
:avocado: tags=recovery,cat_recov
:avocado: tags=recovery,cat_recov,faults
:avocado: tags=DMGCheckStartOptionsTest,test_check_start_find_orphans
"""
# 1. Create a pool and a container.
Expand Down
6 changes: 3 additions & 3 deletions src/tests/ftest/recovery/check_stop.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
(C) Copyright 2025 Hewlett Packard Enterprise Development LP
(C) Copyright 2025-2026 Hewlett Packard Enterprise Development LP

SPDX-License-Identifier: BSD-2-Clause-Patent
"""
Expand Down Expand Up @@ -52,7 +52,7 @@ def test_stop_during_repair(self):

:avocado: tags=all,full_regression
:avocado: tags=hw,medium
:avocado: tags=recovery,cat_recov
:avocado: tags=recovery,cat_recov,faults
:avocado: tags=DMGCheckStopTest,test_stop_during_repair
"""
# 1. Create two pools 1 and 2. Create a container in 2.
Expand Down Expand Up @@ -144,7 +144,7 @@ def test_disable_during_repair(self):

:avocado: tags=all,full_regression
:avocado: tags=hw,medium
:avocado: tags=recovery,cat_recov
:avocado: tags=recovery,cat_recov,faults
:avocado: tags=DMGCheckStopTest,test_disable_during_repair
"""
# 1. Create a pool and inject fault.
Expand Down
Loading