Re: [ovs-dev] [v3 00/10] Add --user options to OVS daemons

2015-09-17 Thread Andy Zhou
On Thu, Sep 17, 2015 at 11:34 AM, Ansis Atteka wrote: > Hi Andy, I still don't see code changes to init.d script or packaging > postinst scripts. > > If you are curious how to test it. Invoke "fakeroot debian/rules > binary" command in a clean OVS git repository. This command will > create Debian

Re: [ovs-dev] [v3 00/10] Add --user options to OVS daemons

2015-09-17 Thread Ansis Atteka
Hi Andy, I still don't see code changes to init.d script or packaging postinst scripts. If you are curious how to test it. Invoke "fakeroot debian/rules binary" command in a clean OVS git repository. This command will create Debian packages. And then install these debian packages with "dpkg -i *.d

[ovs-dev] [v3 00/10] Add --user options to OVS daemons

2015-09-14 Thread Andy Zhou
There are mainly two parts in the change set. Patches 1-5: Implements the --user option. They are improvements over V2. Patches 6-10: Extensions to ovs-dev.py for testing --user option. Since it is not possible to write unit tests for those changes.