[ovs-dev] [PATCH] python: add IDL examples

Ben Pfaff blp at ovn.org
Tue Jun 19 03:53:10 UTC 2018


On Sun, Jun 17, 2018 at 04:24:34AM -0700, Toms Atteka wrote:
> created sample python scripts, which helps to learn how to use OVSDB library
> 
> Signed-off-by: Toms Atteka <cpp.code at gmail.com>

Thanks for working on making it easier to understand how to use Open
vSwitch.

This doesn't build, because:

    The following files are in git but not the distribution:
    python/howto/IDL/delete_bridges.py
    python/howto/IDL/insert_bridge.py
    python/howto/IDL/ovs_monitor.py
    Makefile:6214: recipe for target 'dist-hook-git' failed

I think it would be good to ensure that flake8 runs on the new files
too.

Do you have an idea how these new files can be discoverable to users?  I
guess you decided that they should not be in the Documentation
directory.  Maybe there should at least be a pointer to them from the
documentation.  Maybe there should be a pointer to them from the IDL
sources.

Thanks,

Ben.


More information about the dev mailing list