Re: [Xen-devel] [PATCH v3 1/5] raisin: introduce tests

2015-05-13 Thread Stefano Stabellini
On Wed, 13 May 2015, George Dunlap wrote: > On 05/06/2015 05:00 PM, Stefano Stabellini wrote: > > Introduce a new command to run functional tests and unit tests. > > Introduce a generic infrastrucutre to run tests on the local machine. > > Add a library of common functions that can be used by the t

Re: [Xen-devel] [PATCH v3 1/5] raisin: introduce tests

2015-05-13 Thread George Dunlap
On 05/06/2015 05:00 PM, Stefano Stabellini wrote: > Introduce a new command to run functional tests and unit tests. > Introduce a generic infrastrucutre to run tests on the local machine. > Add a library of common functions that can be used by the test scripts > to setup guest VMs. > > Add a simpl

[Xen-devel] [PATCH v3 1/5] raisin: introduce tests

2015-05-06 Thread Stefano Stabellini
Introduce a new command to run functional tests and unit tests. Introduce a generic infrastrucutre to run tests on the local machine. Add a library of common functions that can be used by the test scripts to setup guest VMs. Add a simple test script that boots a single busybox based PV guest. Sig