-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathREADME
More file actions
23 lines (17 loc) · 716 Bytes
/
README
File metadata and controls
23 lines (17 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
% 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