[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] tools/tests: add xenstore testing framework
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-stubdom). > > It is using libxenstore for access to xenstore and supports multiple > tests to be either selected all or individually. All tests are using > /local/domain/<own-domid>/xenstore-test/<pid> as base for doing the > tests. This allows multiple instances of the program to run in > parallel. > > Signed-off-by: Juergen Gross <jgross@xxxxxxxx> > --- > +TEST("read 1", test_read, 1, "Read node with 1 byte data"), > +TEST("read 3000", test_write, 3000, "Write node with 3000 bytes data"), > +TEST("write 1", test_write, 1, "Write node with 1 byte data"), > +TEST("write 3000", test_read, 3000, "Read node with 3000 bytes data"), No idea how it happened, but there is some confusion with read/write 3000 tests. I will send V2 after waiting for comments a little bit longer... Juergen _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |