asterinas/test
Qingsong Chen 6e79dc14d2 Rename apps to regression 2026-02-11 07:43:58 +00:00
..
initramfs Rename apps to regression 2026-02-11 07:43:58 +00:00
nixos Add tests for podman -it 2026-01-13 11:53:34 -08:00
README.md Introduce a test framework for Asterinas NixOS 2026-01-13 11:53:34 -08: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:

  • System call validation
  • 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.