python: Port unixctl to Python.
authorEthan Jackson <ethan@nicira.com>
Fri, 17 Feb 2012 03:15:01 +0000 (19:15 -0800)
committerEthan Jackson <ethan@nicira.com>
Fri, 2 Mar 2012 22:30:02 +0000 (14:30 -0800)
commit5ded9be91a9957fa366904d0b0e31fd916efa8f0
tree56e63e5bea4da98aee095abb2e3278060b0ae84c
parent1f2ae35719303c8c83a59180e11cdec034034c9b
python: Port unixctl to Python.

Many of the currently implemented Python daemons, and likely many
daemons to be implemented in the future, could benefit from unixctl
support even if only to implement "exit" and "version" commands.
This patch implements unixctl in Python.

Signed-off-by: Ethan Jackson <ethan@nicira.com>
python/automake.mk
python/ovs/unixctl.py [new file with mode: 0644]
tests/appctl.py [new file with mode: 0644]
tests/atlocal.in
tests/automake.mk
tests/test-unixctl.py [new file with mode: 0644]
tests/testsuite.at
tests/unixctl-py.at [new file with mode: 0644]