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
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
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.