summaryrefslogtreecommitdiff
path: root/tests/ovsdb.at
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2011-09-21 10:43:03 -0700
committerBen Pfaff <blp@nicira.com>2011-09-23 14:23:16 -0700
commit8cdf0349740c3e1a73af9aa6209bb22be952cd37 (patch)
tree866331f253cf075ff4c5b5b83d510897a27dbb17 /tests/ovsdb.at
parent7cba02e442012a7ae6cfdfe67f858a18057e5470 (diff)
downloadopenvswitch-8cdf0349740c3e1a73af9aa6209bb22be952cd37.tar.gz
python: Implement write support in Python IDL for OVSDB.
Until now, the Python bindings for OVSDB have not supported writing to the database. Instead, writes had to be done with "ovs-vsctl" subprocesses. This commit adds write support and brings the Python bindings in line with the C bindings. This commit deletes the Python-specific IDL tests in favor of using the same tests as the C version of the IDL, which now pass with both implementations. This commit updates the two users of the Python IDL to use the new write support. I tested this updates only by writing unit tests for them, which appear in upcoming commits.
Diffstat (limited to 'tests/ovsdb.at')
-rw-r--r--tests/ovsdb.at1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ovsdb.at b/tests/ovsdb.at
index d64d75e54..1620f695a 100644
--- a/tests/ovsdb.at
+++ b/tests/ovsdb.at
@@ -104,4 +104,3 @@ m4_include([tests/ovsdb-tool.at])
m4_include([tests/ovsdb-server.at])
m4_include([tests/ovsdb-monitor.at])
m4_include([tests/ovsdb-idl.at])
-m4_include([tests/ovsdb-idl-py.at])