Skip to content

andyhhp/xtf

Folders and files

NameName
Last commit message
Last commit date
Aug 30, 2024
Nov 1, 2024
Sep 13, 2024
Mar 3, 2024
Oct 10, 2020
Jul 25, 2024
Nov 1, 2024
Jul 20, 2016
Nov 1, 2024
Aug 30, 2024
Aug 1, 2016
Sep 6, 2021
Jan 8, 2024
Aug 1, 2016
Apr 16, 2021
Mar 3, 2024
Jan 3, 2024
Sep 24, 2015
Aug 30, 2024
Oct 22, 2015
Nov 28, 2019
Aug 30, 2024

Repository files navigation

% 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