commit | 912893d6bc2cc89fdea25648cbdd12e30fe41771 | [log] [tgz] |
---|---|---|
author | Sughosh Ganu <sughosh.ganu@linaro.org> | Sat Dec 28 23:58:33 2019 +0530 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue Jan 07 18:08:21 2020 +0100 |
tree | d8974ce2687f1e7c44a8e48839954e3653f10774 | |
parent | 6513577a1e23e57bf2d672464dd8e168c0c635b9 [diff] |
test: rng: Add basic test for random number generator(rng) uclass Add a unit test for testing the rng uclass functionality using the sandbox rng driver. Signed-off-by: Sughosh Ganu <sughosh.ganu@linaro.org> Reviewed-by: Patrice Chotard <patrice.chotard@st.com> Reviewed-by: Simon Glass <sjg@chromium.org>