Fix bug in test collector and batch string 85/25785/1
authorGokul Singaraju <goksing@gmail.com>
Thu, 7 Dec 2017 16:07:02 +0000 (11:07 -0500)
committerGokul Singaraju <goksing@gmail.com>
Thu, 7 Dec 2017 16:07:15 +0000 (11:07 -0500)
Issue-ID: CERT-8
Change-Id: If3030eedad31e32cdec55857b2039b34fd1d730e
Signed-Off-by: Gokul Singaraju <goksing@gmail.com>
vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c
vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/event_format_updated.json

index 667799a..2f469a7 100644 (file)
@@ -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",
index 7dfef26..ccfcd25 100644 (file)
                                        }\r
                                }\r
                        },\r
-                       "required": [ "name", "measurements" ]\r
+                       "required": [ "name", "arrayOfFields" ]\r
                },\r
                "otherFields": {\r
                        "description": "fields for events belonging to the 'other' domain of the commonEventHeader domain enumeration",\r