Describe dummy test model. Work on OpenFlow intro.
[openvswitch] / tests / ovsdb-query.at
index c39aa1210d61401275b9126d69049182274c4790..2c2b648d80da23de5592813df5d5ff283aeccaee 100644 (file)
@@ -533,3 +533,11 @@ query 25: a-a-a
 query 26: ababa
 query 27: a-a-a],
   [query])
+
+OVSDB_CHECK_NEGATIVE([parse colunn set containing bad name],
+  [[query-distinct \
+    '{"columns": {"i": {"type": "integer"}}}' \
+    '[{"i": 0}]' \
+    '[[]]' \
+    '["i", "bad"]']],
+  [bad is not a valid column name])