Closed
Conversation
Adds a readme file which describes the Ocre testing framework, how to add new tests, and gives an example of valid config.json. Signed-off-by: Patrick Robb <probb@iol.unh.edu>
Add flash validation test cases, and remove placeholder testcases. Signed-off-by: Patrick Robb <probb@iol.unh.edu>
Signed-off-by: Evan Parker <eparker@iol.unh.edu> Signed-off-by: Patrick Robb <probb@iol.unh.edu>
8 tasks
kr-t
added a commit
that referenced
this pull request
Aug 28, 2025
Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR adds the Ocre testing framework, along with the first test group (flash validation). The more detailed description of what is being added can be seen in /tests/README.md which is added on one of the commits on this PR.
Type of change
How Has This Been Tested?
I have run this testing framework and the intial test group (the flash validation test group) directly on the Ocre-Runtime GHA agent by SCP'ing my branch over to the host, and running 'bash beginTests.sh flashValidation' which is currently "working," in that the tests are reporting fails since the ocre-runtime currently on the DUT board is reporting errors. I will provide a section from the flash validation test log here for context.
Checklist: