From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cooper Subject: Xen Test Framework Date: Thu, 14 Jan 2016 17:20:36 +0000 Message-ID: <5697D8E4.4050805@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Xen-devel List List-Id: xen-devel@lists.xenproject.org Hello, I present the Xen Test Framework, a project for small, quick, component tests of VM functionality. Without repeating the history verbatim, this is the result of a project started out of necessary while investigating XSA-106, which I considered useful enough to pursue properly. Documentation is available from http://xenbits.xen.org/people/andrewcoop/xen-test-framework/index.html and source from http://xenbits.xen.org/gitweb/?p=people/andrewcoop/xen-test-framework.git XenServer is now using the tests as part of automatic testing, and I have a load more tests in various states of disrepair which I will be cleaning up and upstreaming in due course. Longterm, I wish to include micro performance tests as well as functional tests, and for the tests to be run by default in OSSTest. As the tests themselves run quickly (currently the longest tests is 0.1s on my test box), they should be convenient for developer use as well. Thoughts, comments? ~Andrew