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

Prepare python test helpers for receiving commands #774

Merged
merged 3 commits into from
Aug 31, 2023

Commits on Aug 29, 2023

  1. Prepare python test helpers for receiving commands

    Thus far, the python test code has only ever sent messages of type
    commands to the server and processed the corresponding replies. For the
    twin-socket feature, the tests will exercise flows where DMA access
    commands must be received, processed, and replied to by the client.
    
    This change refactors the message handling python test code to provide
    functions to handle server-to-client commands, reusing existing code as
    appropriate.
    
    Signed-off-by: Mattias Nissler <[email protected]>
    mnissler-rivos committed Aug 29, 2023
    Configuration menu
    Copy the full SHA
    5371843 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    44ed9fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7645ece View commit details
    Browse the repository at this point in the history