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 21:30:32 +0000 (13:30 -0800)
commit0a68ffd2347e96447c5b4751c9e5ac65d5100a56
tree6fa7d0da1333660e990612fe740cfe128e6d66f3
parentffc86c0db7d5ad44cd0ec513d08f0160afa06a9c
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]