Fix end-to-end flows and add them to CI - #444
Merged
Merged
Conversation
Update end-to-end scripts to use the updated profiles in request media types and the updated CoRIM formats. Update evcli in the docker deployment (used by the end-to-end flow) with the version that supports the base64urlnopad nonce encoding now returned when stablishing verification session. Signed-off-by: Sergei Trofimov <sergei.trofimov@arm.com>
Run the docker end-to-end scripts as part of the CI to ensure they stay up-to-date and to verify the apiclient side of the docker deployment (i.e. cocli and evcli in the deployment). The scripts are run after the integration tests as part of the integration-tests CI workflow in order to re-use the already running docker deployment and minimize the impact on overall CI execution time. Signed-off-by: Sergei Trofimov <sergei.trofimov@arm.com>
Collaborator
|
Thank you @setrofim for these changes! |
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.
Update end-to-end flow to work with the recent changes to services (PSA/CCA profile updates, CoRIM format update, updated nonce encoding), and add them to the integration tests CI flow to detect future regressions.