Skip to content
This repository has been archived by the owner on May 3, 2024. It is now read-only.

CORTX-33718: Disable 37protocol till release time #2030

Merged
merged 8 commits into from
Aug 4, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 7 additions & 1 deletion .xperior/testds/motr-single_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,13 @@ Tests:
- id : 37protocol
script : 'm0 run-st 37protocol'
dir : src/scripts
executor : Xperior::Executor::MotrTest
# this ST checks checksum of the BE structures during
# developmental phase they are bound to fail so code
# changes are required but ST has to be in disabled
# state for now when the release is in GA phase we will
# enable the ST again to ensure there will be no changes
# in BE structures.
shashank-parulekar marked this conversation as resolved.
Show resolved Hide resolved
executor : Xperior::Executor::Skip
sandbox : /var/motr/root/sandbox.st-37protocol
groupname: 01motr-single-node
polltime : 30
Expand Down
7 changes: 7 additions & 0 deletions utils/functions
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,13 @@
34sns-repair-1n-1f
35m0singlenode
36spare-reservation
# 37protocol ST checks checksum of the BE structures during
# developmental phase they are bound to fail so code
# changes are required but ST has to be in disabled
# state for now when the release is in GA phase we will
# enable the ST again to ensure there will be no changes
# in BE structures.
kanchan-chaudhari marked this conversation as resolved.
Show resolved Hide resolved
shashank-parulekar marked this conversation as resolved.
Show resolved Hide resolved
37protocol
upendrapatwardhan marked this conversation as resolved.
Show resolved Hide resolved
51kem)

# libisal does not need kernel based ST
Expand Down