Backport 25919 ([manuf] simplify testing of provisioning flows across all SKUs)#28779
Merged
pamaury merged 3 commits intolowRISC:masterfrom Dec 1, 2025
Merged
Backport 25919 ([manuf] simplify testing of provisioning flows across all SKUs)#28779pamaury merged 3 commits intolowRISC:masterfrom
pamaury merged 3 commits intolowRISC:masterfrom
Conversation
77fbb65 to
9ac1be4
Compare
jwnrt
approved these changes
Nov 20, 2025
This runs the E2E orchestrator provisioning test on all SKUs. Currently, E2E provisioning flows are also runnable via an `opentitan_test` rule. These will be removed in a future commit to simplify SKU management. Signed-off-by: Tim Trippel <[email protected]> (cherry picked from commit 5e0c795)
All provisioning flows are now tested E2E with the orchestrator script. This makes the `opentitan_test` targets that also ran said flows redundant and unneeded, thus we remove them. Additionally, we no longer need duplicate CA configuration files as these are generated on the fly by the orchestrator script from the same information that was duplicated in the orchestrator SKU configuration files. This simplifies our test infrastructure and provisioning flow configurations. Signed-off-by: Tim Trippel <[email protected]> (cherry picked from commit 6a5747a)
If CP flow is skipped because a device is already in TEST_LOCKED* state, then the device ID constructed during FT will be the final device ID. This is what should be used to update the database with. Signed-off-by: Tim Trippel <[email protected]> (cherry picked from commit 76d0596)
9ac1be4 to
4e89a66
Compare
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.
Backport #25919