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,pa,spm] add/fix configurations to enable running integration tests #26

Merged

Commits on Oct 1, 2024

  1. [config] add reference SKU auth config

    The infrastructure had been updated to parse a SKU config file that
    contains a hashed authentication secret (password), however a reference
    SKU auth file was missing. This adds one to running the integration
    load test.
    
    Signed-off-by: Tim Trippel <[email protected]>
    timothytrippel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    eae13a8 View commit details
    Browse the repository at this point in the history
  2. [pa] disable registry buffer by default

    The registry buffer service was removed, and will soon be replaced with
    the proxybuffer service. However, the enablement flag within the PA was
    still defaulting to true. This is updated to default to false until lowRISC#24
    can be fixed.
    
    Signed-off-by: Tim Trippel <[email protected]>
    timothytrippel committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a62c22f View commit details
    Browse the repository at this point in the history