aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test1.json
AgeCommit message (Collapse)AuthorFilesLines
2021-10-21Fix microsec timestamp not properly handledSatoshi Fujii1-1/+1
Current heartbeat service assumes lastEpochMicrosec timestamp in VES notification is represented as milli-seconds, but some devices sends micro-sec timestamp in the field. In that case, the heartbeat notification was not working due to timestamp comparison was not done properly. Signed-off-by: Satoshi Fujii <fujii-satoshi@jp.fujitsu.com> Issue-ID: DCAEGEN2-2940 Change-Id: Id7c9241de70cb3ff7ee59cf1e2c60089ff96a42b
2018-12-12Heartbeat Microservice SupportSrikanthNaidu1-0/+1
Heartbeat service monitors missing HB notification Issue-ID: DCAEGEN2-267 Change-Id: I21f36056e9509a167bff476231a6bbd661aca1b9 Signed-off-by: SrikanthNaidu <sn8492@att.com>