asterinas/test
Endlia 245d0fbbbf Synchronize network regression test 2026-07-29 17:50:37 +08:00
..
initramfs Synchronize network regression test 2026-07-29 17:50:37 +08:00
nixos Remove trailing whitespace 2026-07-20 22:18:33 -07:00
README.md Remove trailing whitespace 2026-07-20 22:18:33 -07:00

README.md

Test Suites

This directory contains the testing infrastructure for Asterinas, organized into two complementary testing approaches.

Test Types

Initramfs-Based Tests (initramfs/)

Tests running in a minimal initramfs environment. Best for:

  • Linux compatibility testing
  • Core functionality testing
  • Performance benchmarks

See initramfs/README.md for details.

NixOS-Based Tests (nixos/)

Tests running in NixOS environments.

See nixos/README.md for details.