summaryrefslogtreecommitdiff
path: root/tests/unixctl-py.at
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-05-01 14:13:00 -0700
committerBen Pfaff <blp@nicira.com>2012-05-22 10:17:05 -0700
commit8ba37945d690d0b7179b4aaf21a54fb300f574b0 (patch)
tree82d2e538c9f11f17b35964e870a38c646e980265 /tests/unixctl-py.at
parent53cf9963ccc60b443d738b31fbb446bc79170693 (diff)
downloadopenvswitch-8ba37945d690d0b7179b4aaf21a54fb300f574b0.tar.gz
python: Implement "vlog/reopen" unixctl command in Python vlog.
Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'tests/unixctl-py.at')
-rw-r--r--tests/unixctl-py.at2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unixctl-py.at b/tests/unixctl-py.at
index f9caa60f7..37070c918 100644
--- a/tests/unixctl-py.at
+++ b/tests/unixctl-py.at
@@ -104,7 +104,9 @@ The available commands are:
echo_error [[arg ...]]
exit
help
+ log [[arg ...]]
version
+ vlog/reopen
])
mv stdout expout
AT_CHECK([PYAPPCTL -t test-unixctl.py help], [0], [expout])