aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0
diff options
context:
space:
mode:
authorGokul Singaraju <goksing@gmail.com>2017-12-07 11:07:02 -0500
committerGokul Singaraju <goksing@gmail.com>2017-12-07 11:07:15 -0500
commit5681629f8f24008cdb5773c5c094f90002535774 (patch)
tree12fd58339998848339c27f7e982ca42191b8765c /vnfs/VES5.0
parentf2699c9fc5c9c8c790602e476b935e1a9b48d5dc (diff)
Fix bug in test collector and batch string
Issue-ID: CERT-8 Change-Id: If3030eedad31e32cdec55857b2039b34fd1d730e Signed-Off-by: Gokul Singaraju <goksing@gmail.com>
Diffstat (limited to 'vnfs/VES5.0')
-rw-r--r--vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c1
-rw-r--r--vnfs/VES5.0/evel/evel-test-collector/docs/att_interface_definition/event_format_updated.json2
2 files changed, 2 insertions, 1 deletions
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",