From: Gokul Singaraju Date: Thu, 7 Dec 2017 16:07:02 +0000 (-0500) Subject: Fix bug in test collector and batch string X-Git-Tag: v1.2.0~156 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=5681629f8f24008cdb5773c5c094f90002535774;hp=f2699c9fc5c9c8c790602e476b935e1a9b48d5dc;p=demo.git Fix bug in test collector and batch string Issue-ID: CERT-8 Change-Id: If3030eedad31e32cdec55857b2039b34fd1d730e Signed-Off-by: Gokul Singaraju --- diff --git a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c index 667799a9..2f469a78 100644 --- a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c +++ b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c @@ -125,6 +125,7 @@ static const char * const evel_json_token_strings[JSON_TOKEN_TYPES] = { /*****************************************************************************/ static const char * evel_domain_strings[EVEL_MAX_DOMAINS] = { "internal", + "batch", "heartbeat", "fault", "measurementsForVfScaling", diff --git a/vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/event_format_updated.json b/vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/event_format_updated.json index 7dfef260..ccfcd252 100644 --- a/vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/event_format_updated.json +++ b/vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/event_format_updated.json @@ -1340,7 +1340,7 @@ } } }, - "required": [ "name", "measurements" ] + "required": [ "name", "arrayOfFields" ] }, "otherFields": { "description": "fields for events belonging to the 'other' domain of the commonEventHeader domain enumeration",