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

agent: Add basic integration test #42

Merged
merged 2 commits into from
Nov 13, 2023
Merged

Commits on Nov 12, 2023

  1. agent: Add probe point for integration testing

    This adds a probe point ("event_group") where the log is written to
    the file.  The probe point can be used by the integration tests to
    wait for the log file is synchronized.
    
    Signed-off-by: Daiki Ueno <[email protected]>
    ueno committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    70150cf View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. agent: Add basic integration test

    This adds a test exercising the agent functionality.  This works by
    spawning the agent to monitor the test executable itself, where
    crypto-auditing probes are defined.
    
    Signed-off-by: Daiki Ueno <[email protected]>
    ueno committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    5c1f70e View commit details
    Browse the repository at this point in the history