Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DAOS-16577 test: remove hw tag from deployment/disk_failure.py (#15138) #15247

Merged
merged 1 commit into from
Oct 4, 2024
Merged
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
2 changes: 0 additions & 2 deletions src/tests/ftest/deployment/disk_failure.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def test_disk_failure_w_rf(self):
Test disk failures during the IO operation.

:avocado: tags=all,manual
:avocado: tags=hw,medium
:avocado: tags=deployment,disk_failure
:avocado: tags=DiskFailureTest,test_disk_failure_w_rf
"""
Expand All @@ -131,7 +130,6 @@ def test_disk_fault_to_normal(self):
Test a disk inducing faults and resetting is back to normal state.

:avocado: tags=all,manual
:avocado: tags=hw,medium
:avocado: tags=deployment,disk_failure
:avocado: tags=DiskFailureTest,test_disk_fault_to_normal
"""
Expand Down
Loading