ovsdb: Add support for multiple databases to the protocol.
[sliver-openvswitch.git] / tests / ovsdb-file.at
index d08b6de..4f8f7ee 100644 (file)
@@ -36,7 +36,8 @@ AT_DATA([schema], [ORDINAL_SCHEMA
 touch .db.~lock~
 AT_CHECK([ovsdb-tool create db schema], [0], [], [ignore])
 AT_CHECK([[ovsdb-tool transact db '
-    [{"op": "insert",
+    ["ordinals",
+     {"op": "insert",
       "table": "ordinals",
       "row": {"name": "five", "number": 5}},
      {"op": "comment",