Default alarm ID

Description:
- Alarm 100.106 occurs very rarely. Using this ID for test alarm creation avoids conflicts with other alarms and ensures safe validation.

Change-Id: I5d3d218ca2afb16b9a45e23c9035fed5de03af32
Signed-off-by: aabhinav <ayyapasetti.abhinav@windriver.com>
This commit is contained in:
aabhinav
2025-09-02 06:36:03 -04:00
parent 2e0a0f53c4
commit 78347455d7

View File

@@ -8,7 +8,7 @@ class FaultManagementClientCLIObject:
Class to assist in constructing the parameters for the fmClientCli command.
"""
DEFAULT_ALARM_ID = "260.001"
DEFAULT_ALARM_ID = "100.106"
def __init__(self):
"""
@@ -53,6 +53,7 @@ class FaultManagementClientCLIObject:
def set_alarm_state(self, alarm_state: str):
"""
Setter for the alarm_state.
Args: alarm_state (str): "set" or "clear"
"""
self.alarm_state = alarm_state