Re: [PATCH v7 7/7] test: rng: Add a UT testcase for the rng command

2022-07-21 Thread Ilias Apalodimas
On Wed, 20 Jul 2022 at 15:30, Sughosh Ganu wrote: > > The 'rng' command dumps a number of random bytes on the console. Add a > set of tests for the 'rng' command. The test function performs basic > sanity testing of the command. > > Since a unit test is being added for the command, enable it by

[PATCH v7 7/7] test: rng: Add a UT testcase for the rng command

2022-07-20 Thread Sughosh Ganu
The 'rng' command dumps a number of random bytes on the console. Add a set of tests for the 'rng' command. The test function performs basic sanity testing of the command. Since a unit test is being added for the command, enable it by default in the sandbox platforms. Signed-off-by: Sughosh Ganu