Re: [ovs-dev] [PATCH] tests: Allow unit tests to run as root.

2011-11-17 Thread Ben Pfaff
On Thu, Nov 17, 2011 at 07:45:37PM -0800, Ethan Jackson wrote: > The unit tests did not allow users to run them as root because > ovs-vswitchd would destroy all of the existing 'system' datapaths. > This patch prevents ovs-vswitchd from registering 'system' > datapaths when running unit tests preve

Re: [ovs-dev] [PATCH] tests: Allow unit tests to run as root.

2011-11-17 Thread Ethan Jackson
Please review this version of the patch. On Thu, Nov 17, 2011 at 19:45, Ethan Jackson wrote: > The unit tests did not allow users to run them as root because > ovs-vswitchd would destroy all of the existing 'system' datapaths. > This patch prevents ovs-vswitchd from registering 'system' > datapat

[ovs-dev] [PATCH] tests: Allow unit tests to run as root.

2011-11-17 Thread Ethan Jackson
The unit tests did not allow users to run them as root because ovs-vswitchd would destroy all of the existing 'system' datapaths. This patch prevents ovs-vswitchd from registering 'system' datapaths when running unit tests preventing the issue. --- lib/dpif.c | 15 +++ l

Re: [ovs-dev] [PATCH] tests: Allow unit tests to run as root.

2011-11-17 Thread Ethan Jackson
Oops, this patch doesn't work properly. Please ignore it. Ethan On Thu, Nov 17, 2011 at 19:38, Ethan Jackson wrote: > The unit tests did not allow users to run them as root because > ovs-vswitchd would destroy all of the existing 'system' datapaths. > This patch prevents ovs-vswitchd from regis

[ovs-dev] [PATCH] tests: Allow unit tests to run as root.

2011-11-17 Thread Ethan Jackson
The unit tests did not allow users to run them as root because ovs-vswitchd would destroy all of the existing 'system' datapaths. This patch prevents ovs-vswitchd from registering 'system' datapaths when running unit tests preventing the issue. --- lib/dpif.c | 15 +++ l