You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a tests directory containing an E2E testing framework.
The tests are E2E in the sense that they use the public API of libkrun to
start a VM and run a test program in the guest.
Note that currently this is limited that there are no userspace program or
libraries (not even libc) in the guest apart from `guest-agent`, which is
part of the testing framework.
`guest-agent` is a statically linked Rust executable, that executes the guest
part of each test.
In the future this can be extended to run tests with specific images and allow
the use of system libraries by the test program.
Signed-off-by: Matej Hrica <[email protected]>
0 commit comments