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

Improve E2E testing #253

Merged
merged 1 commit into from
Sep 21, 2020
Merged

Commits on Sep 18, 2020

  1. Improve E2E testing

    This commit improves integration testing by adding tests for:
    * cross-checking compatibility for handling key material and other
    buffer encodings
    * fault testing the handling of request header values
    * expand stress testing to cover asymmetric encryption and
    decryption, and ECC sign/verify
    * checking that operations that are not in the supported opcodes
    list are indeed not supported
    Some other improvements:
    * moving testing for ECC signatures from integration testing to E2E
    testing
    * change the `export` usage flags to `false` unless explicitly required
    by the test
    
    Signed-off-by: Ionut Mihalcea <[email protected]>
    ionut-arm committed Sep 18, 2020
    Configuration menu
    Copy the full SHA
    f248e97 View commit details
    Browse the repository at this point in the history