% Xen Test Framework This is a framework for creating microkernel-based tests of Xen, and a suite of tests. Tests are performed by the microkernel, with a single test (or related set) per domain, with common setup, logging and reporting, designed with "ease of automation" in mind for the entire suite of tests. Tests for more generic areas are build multiple times into different microkernels, to test the same functionality from different types of virtual machine. ## The framework consists of: * PV and HVM, 32 and 64 bit entry points * Hypercall interface * PV console driver (output) * Common reporting framework ## TODO List: * More introductory text * Tests * Be able to specify per-test configuration