Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: random: Move and rename rng test #72824

Merged
merged 1 commit into from
May 30, 2024

Conversation

ceolin
Copy link
Member

@ceolin ceolin commented May 15, 2024

Random number generator is a subsystem and although it is mostly used in crypto, this is not its only utility.

Move the current random number generator test to it is own space (tests/subsys/random) and rename it to rng.

We need more and better tests for rng, this is an initial commit to organize it and get ready for further tests.

Random number generator is a subsystem and although it is mostly used
in crypto, this is not its only utility.

Move the current random number generator test to it is own space
(tests/subsys/random) and rename it to rng.

We need more and better tests for rng, this is an initial commit
to organize it and get ready for further tests.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
@ceolin ceolin requested review from d3zd3z, nashif and dleach02 May 15, 2024 22:15
@dleach02 dleach02 merged commit 8c58064 into zephyrproject-rtos:main May 30, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants