The IM defines the alarm filter as either null or one of:
NEW, CHANGE, CLEAR, ACKNOWLEDGE. The test is attempting to
pass an empty string which should not be permitted.
Issue-ID: INT-166
Change-Id: Ieb29d7e442030cdc9f4c69874ff7c04b931bf824
Signed-off-by: Allain Legacy <alegacy@redhat.com>
Expect Response Body ${CURDIR}/schemas/alarm_subscription_properties.json
Set Headers {"Content-Type": "application/json"}
- ${subscription_data} input {"callback": "${SMO_ALARM_OBSERVER_URL}", "consumerSubscriptionId": "${consumerSubscriptionId}", "filter": "" }
+ ${subscription_data} input {"callback": "${SMO_ALARM_OBSERVER_URL}", "consumerSubscriptionId": "${consumerSubscriptionId}"}
# ${subscription_data} input {"callback": "${SMO_ALARM_OBSERVER_URL}", "consumerSubscriptionId": "${consumerSubscriptionId}", "filter": "(eq,resourceTypeID,typeid1234)" }