Removing RaisActivationfaliureAlarm test because of VOL-3444, mooved such notification in the indication
Change-Id: Iad39752ccb28584e8193fa9bd38617f3bc38e4e4
diff --git a/tests/functional/Voltha_AlarmTests.robot b/tests/functional/Voltha_AlarmTests.robot
index 9805a9a..291b214 100755
--- a/tests/functional/Voltha_AlarmTests.robot
+++ b/tests/functional/Voltha_AlarmTests.robot
@@ -67,17 +67,6 @@
${parent_id} Get Parent ID From Device ID ${onu_id}
Set Suite Variable ${parent_id}
-Test RaiseActivationFailureAlarm
- # Note: Can only be raised, not cleared
- [Documentation] Raise Activation Fail Alarm and verify event received
- [Tags] active
- ${header} ${deviceEvent} Raise Onu Alarm And Get Event ONU_ACTIVATION_FAILURE
- ... ${onu_sn} ONU_ACTIVATION_FAIL_RAISE_EVENT
- # Note: PON is the zero value of the subCategory field, and causes it to be not present
- Verify Header ${header} Voltha.openolt.ONU_ACTIVATION_FAIL\.(\\d+) ${EMPTY}
- Should Be Equal ${deviceEvent}[deviceEventName] ONU_ACTIVATION_FAIL_RAISE_EVENT
- Should Be Equal ${deviceEvent}[resourceId] ${parent_id}
-
Test RaiseDriftOfWindowAlarm
[Documentation] Raise Drift Of Window Alarm and verify event received
[Tags] active