Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tklengyel/xen-test-framework
Unofficial mirror of git://xenbits.xen.org/xtf.git
https://github.com/tklengyel/xen-test-framework
Last synced: 24 days ago
JSON representation
Unofficial mirror of git://xenbits.xen.org/xtf.git
- Host: GitHub
- URL: https://github.com/tklengyel/xen-test-framework
- Owner: tklengyel
- License: other
- Created: 2016-12-02T21:35:23.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-05-20T14:15:48.000Z (over 2 years ago)
- Last Synced: 2024-11-07T08:34:34.170Z (2 months ago)
- Language: C
- Homepage: https://xenbits.xen.org/gitweb/?p=xtf.git;a=summary
- Size: 751 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
% 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