Re: [Xen-devel] [PATCH] tools/tests: add xenstore testing framework

2017-01-18 Thread Juergen Gross
On 18/01/17 18:59, David Scott wrote: > >> On 18 Jan 2017, at 15:23, Wei Liu wrote: >> >> On Wed, Jan 18, 2017 at 04:16:22PM +0100, Juergen Gross wrote: >>> On 18/01/17 13:33, Juergen Gross wrote: Add tools/tests/xenstore for a framework to do tests of xenstore. The aim is to test for c

Re: [Xen-devel] [PATCH] tools/tests: add xenstore testing framework

2017-01-18 Thread David Scott
> On 18 Jan 2017, at 15:23, Wei Liu wrote: > > On Wed, Jan 18, 2017 at 04:16:22PM +0100, Juergen Gross wrote: >> On 18/01/17 13:33, Juergen Gross wrote: >>> Add tools/tests/xenstore for a framework to do tests of xenstore. >>> The aim is to test for correctness and performance. This is a great

Re: [Xen-devel] [PATCH] tools/tests: add xenstore testing framework

2017-01-18 Thread Andrew Cooper
On 18/01/17 15:16, Juergen Gross wrote: > On 18/01/17 13:33, Juergen Gross wrote: >> Add tools/tests/xenstore for a framework to do tests of xenstore. >> The aim is to test for correctness and performance. >> >> Add a test program containing some tests meant to be run against any >> xenstore implem

Re: [Xen-devel] [PATCH] tools/tests: add xenstore testing framework

2017-01-18 Thread Wei Liu
On Wed, Jan 18, 2017 at 04:16:22PM +0100, Juergen Gross wrote: > On 18/01/17 13:33, Juergen Gross wrote: > > Add tools/tests/xenstore for a framework to do tests of xenstore. > > The aim is to test for correctness and performance. > > > > Add a test program containing some tests meant to be run ag

Re: [Xen-devel] [PATCH] tools/tests: add xenstore testing framework

2017-01-18 Thread Juergen Gross
On 18/01/17 13:33, Juergen Gross wrote: > Add tools/tests/xenstore for a framework to do tests of xenstore. > The aim is to test for correctness and performance. > > Add a test program containing some tests meant to be run against any > xenstore implementation (xenstored, oxenstored, xenstore-stub

Re: [Xen-devel] [PATCH] tools/tests: add xenstore testing framework

2017-01-18 Thread Juergen Gross
On 18/01/17 15:47, Wei Liu wrote: > On Wed, Jan 18, 2017 at 01:47:17PM +0100, Juergen Gross wrote: >> On 18/01/17 13:41, Wei Liu wrote: >>> On Wed, Jan 18, 2017 at 01:33:48PM +0100, Juergen Gross wrote: Add tools/tests/xenstore for a framework to do tests of xenstore. The aim is to test f

Re: [Xen-devel] [PATCH] tools/tests: add xenstore testing framework

2017-01-18 Thread Wei Liu
On Wed, Jan 18, 2017 at 01:47:17PM +0100, Juergen Gross wrote: > On 18/01/17 13:41, Wei Liu wrote: > > On Wed, Jan 18, 2017 at 01:33:48PM +0100, Juergen Gross wrote: > >> Add tools/tests/xenstore for a framework to do tests of xenstore. > >> The aim is to test for correctness and performance. > >>

Re: [Xen-devel] [PATCH] tools/tests: add xenstore testing framework

2017-01-18 Thread Juergen Gross
On 18/01/17 13:33, Juergen Gross wrote: > Add tools/tests/xenstore for a framework to do tests of xenstore. > The aim is to test for correctness and performance. > > Add a test program containing some tests meant to be run against any > xenstore implementation (xenstored, oxenstored, xenstore-stub

Re: [Xen-devel] [PATCH] tools/tests: add xenstore testing framework

2017-01-18 Thread Juergen Gross
On 18/01/17 13:41, Wei Liu wrote: > On Wed, Jan 18, 2017 at 01:33:48PM +0100, Juergen Gross wrote: >> Add tools/tests/xenstore for a framework to do tests of xenstore. >> The aim is to test for correctness and performance. >> >> Add a test program containing some tests meant to be run against any >

Re: [Xen-devel] [PATCH] tools/tests: add xenstore testing framework

2017-01-18 Thread Wei Liu
On Wed, Jan 18, 2017 at 01:33:48PM +0100, Juergen Gross wrote: > Add tools/tests/xenstore for a framework to do tests of xenstore. > The aim is to test for correctness and performance. > > Add a test program containing some tests meant to be run against any > xenstore implementation (xenstored, ox

[Xen-devel] [PATCH] tools/tests: add xenstore testing framework

2017-01-18 Thread Juergen Gross
Add tools/tests/xenstore for a framework to do tests of xenstore. The aim is to test for correctness and performance. Add a test program containing some tests meant to be run against any xenstore implementation (xenstored, oxenstored, xenstore-stubdom). It is using libxenstore for access to xenst