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

Commit debb421

Browse files
author
Prasanna Kulkarni
committed
CORTX-33718: Disable 37protocol till release time
Problem: 37protocol ST checks checksum of the BE structures during developmental phase they are bound to fail as structures may change so codechanges 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. Solution: Disable 37protocol till release time Signed-off-by: Prasanna Kulkarni <[email protected]>
1 parent aed5970 commit debb421

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.xperior/testds/motr-single_tests.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,13 @@ Tests:
490490
- id : 37protocol
491491
script : 'm0 run-st 37protocol'
492492
dir : src/scripts
493-
executor : Xperior::Executor::MotrTest
493+
# this ST checks checksum of the BE structures during
494+
# developmental phase they are bound to fail so code
495+
# changes are required but ST has to be in disabled
496+
# state for now when the release is in GA phase we will
497+
# enable the ST again to ensure there will be no changes
498+
# in BE structures.
499+
executor : Xperior::Executor::Skip
494500
sandbox : /var/motr/root/sandbox.st-37protocol
495501
groupname: 01motr-single-node
496502
polltime : 30

utils/functions

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,13 @@
3333
34sns-repair-1n-1f
3434
35m0singlenode
3535
36spare-reservation
36+
# 37protocol ST checks checksum of the BE structures during
37+
# developmental phase they are bound to fail so code
38+
# changes are required but ST has to be in disabled
39+
# state for now when the release is in GA phase we will
40+
# enable the ST again to ensure there will be no changes
41+
# in BE structures.
42+
37protocol
3643
51kem)
3744

3845
# libisal does not need kernel based ST

0 commit comments

Comments
 (0)