Re: [Xen-devel] [PATCH v2 0/4] raisin: introduce tests

2015-05-06 Thread Ian Campbell
On Wed, 2015-05-06 at 16:11 +0100, George Dunlap wrote: > On 05/06/2015 03:46 PM, Ian Campbell wrote: > > On Wed, 2015-05-06 at 15:39 +0100, Stefano Stabellini wrote: > >> On Wed, 6 May 2015, George Dunlap wrote: > >>> On Tue, May 5, 2015 at 2:55 PM, Stefano Stabellini > >>> wrote: > On Tue,

Re: [Xen-devel] [PATCH v2 0/4] raisin: introduce tests

2015-05-06 Thread George Dunlap
On 05/06/2015 03:46 PM, Ian Campbell wrote: > On Wed, 2015-05-06 at 15:39 +0100, Stefano Stabellini wrote: >> On Wed, 6 May 2015, George Dunlap wrote: >>> On Tue, May 5, 2015 at 2:55 PM, Stefano Stabellini >>> wrote: On Tue, 5 May 2015, Ian Campbell wrote: > On Fri, 2015-05-01 at 16:48 +0

Re: [Xen-devel] [PATCH v2 0/4] raisin: introduce tests

2015-05-06 Thread Ian Campbell
On Wed, 2015-05-06 at 15:39 +0100, Stefano Stabellini wrote: > On Wed, 6 May 2015, George Dunlap wrote: > > On Tue, May 5, 2015 at 2:55 PM, Stefano Stabellini > > wrote: > > > On Tue, 5 May 2015, Ian Campbell wrote: > > >> On Fri, 2015-05-01 at 16:48 +0100, Stefano Stabellini wrote: > > >> > Hi al

Re: [Xen-devel] [PATCH v2 0/4] raisin: introduce tests

2015-05-06 Thread Stefano Stabellini
On Wed, 6 May 2015, George Dunlap wrote: > On Tue, May 5, 2015 at 2:55 PM, Stefano Stabellini > wrote: > > On Tue, 5 May 2015, Ian Campbell wrote: > >> On Fri, 2015-05-01 at 16:48 +0100, Stefano Stabellini wrote: > >> > Hi all, > >> > > >> > this patch series introduces a framework to execute simp

Re: [Xen-devel] [PATCH v2 0/4] raisin: introduce tests

2015-05-06 Thread George Dunlap
On Tue, May 5, 2015 at 2:55 PM, Stefano Stabellini wrote: > On Tue, 5 May 2015, Ian Campbell wrote: >> On Fri, 2015-05-01 at 16:48 +0100, Stefano Stabellini wrote: >> > Hi all, >> > >> > this patch series introduces a framework to execute simple unit and >> > functional tests in raisin. It can be

Re: [Xen-devel] [PATCH v2 0/4] raisin: introduce tests

2015-05-05 Thread Stefano Stabellini
On Tue, 5 May 2015, Ian Campbell wrote: > On Fri, 2015-05-01 at 16:48 +0100, Stefano Stabellini wrote: > > Hi all, > > > > this patch series introduces a framework to execute simple unit and > > functional tests in raisin. It can be used by developers to validate > > their changes before submittin

Re: [Xen-devel] [PATCH v2 0/4] raisin: introduce tests

2015-05-05 Thread Ian Campbell
On Fri, 2015-05-01 at 16:48 +0100, Stefano Stabellini wrote: > Hi all, > > this patch series introduces a framework to execute simple unit and > functional tests in raisin. It can be used by developers to validate > their changes before submitting a patch series to xen-devel. It can also > be used

[Xen-devel] [PATCH v2 0/4] raisin: introduce tests

2015-05-01 Thread Stefano Stabellini
Hi all, this patch series introduces a framework to execute simple unit and functional tests in raisin. It can be used by developers to validate their changes before submitting a patch series to xen-devel. It can also be used by OSSTest to test for regressions on one particular functionality. This