Re: [ovs-dev] [PATCH 3/3] tests: Add userspace-testsuite.

2015-08-05 Thread Joe Stringer
On 5 August 2015 at 11:08, Daniele Di Proietto wrote: > > > On 05/08/2015 18:44, "Joe Stringer" wrote: > >>Thanks for this Daniele. >> >>A couple of general things: >>- "userspace testsuite" as a name, while accurate, is also perhaps >>misleading as the unit tests are also userspace tests (and do

Re: [ovs-dev] [PATCH 3/3] tests: Add userspace-testsuite.

2015-08-05 Thread Daniele Di Proietto
On 05/08/2015 18:44, "Joe Stringer" wrote: >Thanks for this Daniele. > >A couple of general things: >- "userspace testsuite" as a name, while accurate, is also perhaps >misleading as the unit tests are also userspace tests (and don't >require any special root privileges). I guess this class of

Re: [ovs-dev] [PATCH 3/3] tests: Add userspace-testsuite.

2015-08-05 Thread Joe Stringer
Thanks for this Daniele. A couple of general things: - "userspace testsuite" as a name, while accurate, is also perhaps misleading as the unit tests are also userspace tests (and don't require any special root privileges). I guess this class of tests should be "system", in which case it would make

[ovs-dev] [PATCH 3/3] tests: Add userspace-testsuite.

2015-08-04 Thread Daniele Di Proietto
The new userspace-testsuite, which can be launched via `make check-userspace`, reuses the kmod tests on the userspace datapath. The userspace datapath is already tested by the main testsuite (and that's not going to change), but having also the userspace-testsuite has the following advantages: *