> -----Original Message----- > From: Laatz, Kevin > Sent: Thursday, October 11, 2018 9:59 AM > To: [email protected] > Cc: Van Haaren, Harry <[email protected]>; > [email protected]; [email protected]; [email protected]; > [email protected]; [email protected]; Richardson, Bruce > <[email protected]>; Ciara Power <[email protected]>; Brian > Archbold <[email protected]>; Laatz, Kevin <[email protected]> > Subject: [PATCH v4 09/13] telemetry: add tests for telemetry api > > From: Ciara Power <[email protected]> > > This patch adds all tests for the Telemetry API. > The tests added include a parser test, selftest, and socket > messaging tests. > > The parser tests pass valid and invalid messages to the parser > to ensure the correct return values are received. > The selftest tests basic functions in the Telemetry API such as > registering, unregistering, and initialisation. > The socket messaging tests pass messages through the socket and > validates the return message, to ensure the Telemetry API is > responding correctly. > > Signed-off-by: Ciara Power <[email protected]> > Signed-off-by: Brian Archbold <[email protected]> > Signed-off-by: Kevin Laatz <[email protected]> > ---
Acked-by: Harry van Haaren <[email protected]>

