diff options
author | wenjuan dong <dong.wenjuan@zte.com.cn> | 2018-11-22 05:52:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-22 05:52:53 +0000 |
commit | d673e9218a53e047edc5ff6cd047ac6db5112651 (patch) | |
tree | 6d3e06ccced0f7be5722bbf395a6a864d274ba1f /doctor_tests/installer/common | |
parent | 916e4931a56c1a5d41d46148609bf348d4326d37 (diff) | |
parent | f2d2dcc87e67ed1ebca13aa8ed4567b8713ce5b0 (diff) |
Merge "Support Fenix and sample implementation accordingly"
Diffstat (limited to 'doctor_tests/installer/common')
-rw-r--r-- | doctor_tests/installer/common/set_config.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doctor_tests/installer/common/set_config.py b/doctor_tests/installer/common/set_config.py index 3dc6cd9a..e66d4c2c 100644 --- a/doctor_tests/installer/common/set_config.py +++ b/doctor_tests/installer/common/set_config.py @@ -125,6 +125,7 @@ def set_event_definitions(): 'reply_url': {'fields': 'payload.reply_url'}, 'actions_at': {'fields': 'payload.actions_at', 'type': 'datetime'}, + 'reply_at': {'fields': 'payload.reply_at', 'type': 'datetime'}, 'state': {'fields': 'payload.state'}, 'session_id': {'fields': 'payload.session_id'}, 'project_id': {'fields': 'payload.project_id'}, |