This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
75250f4747
zephyr
/
tests
/
drivers
/
entropy
/
api
/
testcase.yaml
5 lines
88 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: entropy: Add Entropy driver test case This test runs with ztest suite. It will verify get_entropy operation of entropy driver. Signed-off-by: Vikram Singh Shekhawat <vikramx.shekhawat@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-08-28 22:00:38 +08:00
tests
:
-
test_get_entropy
:
drivers: Rename `random` to `entropy` This should clear up some of the confusion with random number generators and drivers that obtain entropy from the hardware. Also, many hardware number generators have limited bandwidth, so it's natural for their output to be only used for seeding a random number generator. Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2017-10-14 07:30:55 +08:00
filter
:
CONFIG_ENTROPY_HAS_DRIVER
tests: entropy: Add Entropy driver test case This test runs with ztest suite. It will verify get_entropy operation of entropy driver. Signed-off-by: Vikram Singh Shekhawat <vikramx.shekhawat@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-08-28 22:00:38 +08:00
tags
:
driver