ovsdb: Add simple constraints.
[sliver-openvswitch.git] / tests / ovsdb-data.at
1 AT_BANNER([OVSDB -- atoms without constraints])
2
3 OVSDB_CHECK_POSITIVE([integer atom from JSON], 
4   [[parse-atoms '["integer"]' \
5     '[0]' \
6     '[-1]' \
7     '[1e3]' \
8     '[9223372036854775807]' \
9     '[-9223372036854775808]' ]], 
10   [0
11 -1
12 1000
13 9223372036854775807
14 -9223372036854775808])
15
16 OVSDB_CHECK_POSITIVE([integer atom from string], 
17   [[parse-atom-strings -- '["integer"]' \
18     '0' \
19     '-1' \
20     '+1000' \
21     '9223372036854775807' \
22     '-9223372036854775808' ]], 
23   [0
24 -1
25 1000
26 9223372036854775807
27 -9223372036854775808])
28
29 OVSDB_CHECK_POSITIVE([real atom from JSON], 
30   [[parse-atoms '["real"]' \
31     '[0]' \
32     '[0.0]' \
33     '[-0.0]' \
34     '[-1.25]' \
35     '[1e3]' \
36     '[1e37]' \
37     '[0.00390625]' ]], 
38   [0
39 0
40 0
41 -1.25
42 1000
43 1e+37
44 0.00390625])
45
46 OVSDB_CHECK_POSITIVE([real atom from string], 
47   [[parse-atom-strings -- '["real"]' \
48     '0' \
49     '0.0' \
50     '-0.0' \
51     '-1.25' \
52     '1e3' \
53     '1e37' \
54     '0.00390625' ]], 
55   [0
56 0
57 0
58 -1.25
59 1000
60 1e+37
61 0.00390625])
62
63 OVSDB_CHECK_POSITIVE([boolean atom from JSON],
64   [[parse-atoms '["boolean"]' '[true]' '[false]' ]],
65   [true
66 false])
67
68 OVSDB_CHECK_POSITIVE([boolean atom from string],
69   [[parse-atom-strings '["boolean"]' 'true' 'false' ]],
70   [true
71 false])
72
73 OVSDB_CHECK_POSITIVE([string atom from JSON],
74   [[parse-atoms '["string"]' '[""]' '["true"]' '["\"\\\/\b\f\n\r\t"]']],
75   [""
76 "true"
77 "\"\\/\b\f\n\r\t"])
78
79 OVSDB_CHECK_POSITIVE([string atom from string],
80   [[parse-atom-strings '["string"]' \
81     'unquoted' \
82     '"quoted-string"' \
83     '"needs quotes"' \
84     '""' \
85     '"true"' \
86     '"\"\\\/\b\f\n\r\t"']],
87   [unquoted
88 quoted-string
89 "needs quotes"
90 ""
91 "true"
92 "\"\\/\b\f\n\r\t"])
93
94 OVSDB_CHECK_POSITIVE([uuid atom from JSON],
95   [[parse-atoms '["uuid"]' '["uuid", "550e8400-e29b-41d4-a716-446655440000"]']],
96   [[["uuid","550e8400-e29b-41d4-a716-446655440000"]]])
97
98 OVSDB_CHECK_POSITIVE([uuid atom from string],
99   [[parse-atom-strings '["uuid"]' '550e8400-e29b-41d4-a716-446655440000']],
100   [550e8400-e29b-41d4-a716-446655440000])
101
102 OVSDB_CHECK_POSITIVE([integer atom sorting],
103   [[sort-atoms '["integer"]' '[55,0,-1,2,1]']],
104   [[[-1,0,1,2,55]]])
105
106 OVSDB_CHECK_POSITIVE([real atom sorting],
107   [[sort-atoms '["real"]' '[1.25,1.23,0.0,-0.0,-1e99]']],
108   [[[-1e+99,0,0,1.23,1.25]]])
109
110 OVSDB_CHECK_POSITIVE([boolean atom sorting],
111   [[sort-atoms '["boolean"]' '[true,false,true,false,false]']],
112   [[[false,false,false,true,true]]])
113
114 OVSDB_CHECK_POSITIVE([string atom sorting],
115   [[sort-atoms '["string"]' '["abd","abc","\b","xxx"]']],
116   [[["\b","abc","abd","xxx"]]])
117
118 OVSDB_CHECK_POSITIVE([uuid atom sorting],
119   [[sort-atoms '["uuid"]' '[
120     ["uuid", "00000000-0000-0000-0000-000000000001"],
121     ["uuid", "00000000-1000-0000-0000-000000000000"],
122     ["uuid", "00000000-0000-1000-0000-000000000000"],
123     ["uuid", "00010000-0000-0000-0000-000000000000"],
124     ["uuid", "00000000-0000-0000-0000-000000000100"],
125     ["uuid", "00000000-0000-0000-0000-000100000000"],
126     ["uuid", "00000000-0000-0010-0000-000000000000"],
127     ["uuid", "00000100-0000-0000-0000-000000000000"],
128     ["uuid", "00000000-0000-0001-0000-000000000000"],
129     ["uuid", "00000000-0000-0000-0000-000001000000"],
130     ["uuid", "01000000-0000-0000-0000-000000000000"],
131     ["uuid", "00000000-0000-0000-0000-000000001000"],
132     ["uuid", "00000000-0000-0000-0000-000010000000"],
133     ["uuid", "00000000-0000-0000-0000-010000000000"],
134     ["uuid", "00000000-0000-0100-0000-000000000000"],
135     ["uuid", "10000000-0000-0000-0000-000000000000"],
136     ["uuid", "00000000-0000-0000-0000-000000000010"],
137     ["uuid", "00000000-0100-0000-0000-000000000000"],
138     ["uuid", "00000000-0000-0000-0100-000000000000"],
139     ["uuid", "00000000-0000-0000-0001-000000000000"],
140     ["uuid", "00000010-0000-0000-0000-000000000000"],
141     ["uuid", "00000000-0000-0000-0010-000000000000"],
142     ["uuid", "00000000-0000-0000-0000-000000010000"],
143     ["uuid", "00000000-0000-0000-1000-000000000000"],
144     ["uuid", "00000000-0000-0000-0000-100000000000"],
145     ["uuid", "00000000-0000-0000-0000-001000000000"],
146     ["uuid", "00000000-0000-0000-0000-000000100000"],
147     ["uuid", "00000000-0000-0000-0000-000000000000"],
148     ["uuid", "00000000-0010-0000-0000-000000000000"],
149     ["uuid", "00100000-0000-0000-0000-000000000000"],
150     ["uuid", "00000000-0001-0000-0000-000000000000"],
151     ["uuid", "00000001-0000-0000-0000-000000000000"],
152     ["uuid", "00001000-0000-0000-0000-000000000000"]]']],
153   [[[["uuid","00000000-0000-0000-0000-000000000000"],["uuid","00000000-0000-0000-0000-000000000001"],["uuid","00000000-0000-0000-0000-000000000010"],["uuid","00000000-0000-0000-0000-000000000100"],["uuid","00000000-0000-0000-0000-000000001000"],["uuid","00000000-0000-0000-0000-000000010000"],["uuid","00000000-0000-0000-0000-000000100000"],["uuid","00000000-0000-0000-0000-000001000000"],["uuid","00000000-0000-0000-0000-000010000000"],["uuid","00000000-0000-0000-0000-000100000000"],["uuid","00000000-0000-0000-0000-001000000000"],["uuid","00000000-0000-0000-0000-010000000000"],["uuid","00000000-0000-0000-0000-100000000000"],["uuid","00000000-0000-0000-0001-000000000000"],["uuid","00000000-0000-0000-0010-000000000000"],["uuid","00000000-0000-0000-0100-000000000000"],["uuid","00000000-0000-0000-1000-000000000000"],["uuid","00000000-0000-0001-0000-000000000000"],["uuid","00000000-0000-0010-0000-000000000000"],["uuid","00000000-0000-0100-0000-000000000000"],["uuid","00000000-0000-1000-0000-000000000000"],["uuid","00000000-0001-0000-0000-000000000000"],["uuid","00000000-0010-0000-0000-000000000000"],["uuid","00000000-0100-0000-0000-000000000000"],["uuid","00000000-1000-0000-0000-000000000000"],["uuid","00000001-0000-0000-0000-000000000000"],["uuid","00000010-0000-0000-0000-000000000000"],["uuid","00000100-0000-0000-0000-000000000000"],["uuid","00001000-0000-0000-0000-000000000000"],["uuid","00010000-0000-0000-0000-000000000000"],["uuid","00100000-0000-0000-0000-000000000000"],["uuid","01000000-0000-0000-0000-000000000000"],["uuid","10000000-0000-0000-0000-000000000000"]]]])
154
155 OVSDB_CHECK_POSITIVE([real not acceptable integer JSON atom],
156   [[parse-atoms '["integer"]' '[0.5]' ]],
157   [syntax "0.5": syntax error: expected integer])
158
159 dnl <C0> is not allowed anywhere in a UTF-8 string.
160 dnl <ED A0 80> is a surrogate and not allowed in UTF-8.
161 OVSDB_CHECK_POSITIVE([no invalid UTF-8 sequences in strings],
162   [parse-atoms '[["string"]]' \
163      '@<:@"m4_esyscmd([printf "\xc0"])"@:>@' \
164      '@<:@"m4_esyscmd([printf "\xed\xa0\x80"])"@:>@' \
165 ],
166   [constraint violation: "m4_esyscmd([printf "\xc0"])" is not a valid UTF-8 string: invalid UTF-8 sequence 0xc0
167 constraint violation: "m4_esyscmd([printf "\xed\xa0\x80"])" is not a valid UTF-8 string: invalid UTF-8 sequence 0xed 0xa0])
168
169 OVSDB_CHECK_NEGATIVE([real not acceptable integer string atom],
170   [[parse-atom-strings '["integer"]' '0.5' ]],
171   ["0.5" is not a valid integer])
172
173 OVSDB_CHECK_POSITIVE([string "true" not acceptable boolean JSON atom],
174   [[parse-atoms '["boolean"]' '["true"]' ]],
175   [syntax ""true"": syntax error: expected boolean])
176
177 OVSDB_CHECK_NEGATIVE([string "true" not acceptable boolean string atom],
178   [[parse-atom-strings '["boolean"]' '"true"' ]],
179   [""true"" is not a valid boolean (use "true" or "false")])
180
181 OVSDB_CHECK_POSITIVE([integer not acceptable string JSON atom],
182   [[parse-atoms '["string"]' '[1]']],
183   [syntax "1": syntax error: expected string])
184
185 OVSDB_CHECK_POSITIVE([uuid atom must be expressed as JSON array],
186   [[parse-atoms '["uuid"]' '["550e8400-e29b-41d4-a716-446655440000"]']],
187   [[syntax ""550e8400-e29b-41d4-a716-446655440000"": syntax error: expected ["uuid", <string>]]])
188
189 OVSDB_CHECK_NEGATIVE([empty string atom must be quoted],
190   [[parse-atom-strings '["string"]' '']],
191   [An empty string is not valid as input; use "" to represent the empty string])
192
193 OVSDB_CHECK_NEGATIVE([quotes must be balanced],
194   [parse-atom-strings '[["string"]]' '"asdf'],
195   ["asdf: missing quote at end of quoted string])
196
197 OVSDB_CHECK_NEGATIVE([uuids must be valid],
198   [parse-atom-strings '[["uuid"]]' '1234-5678'],
199   ["1234-5678" is not a valid UUID])
200 \f
201 AT_BANNER([OVSDB -- atoms with constraints])
202
203 OVSDB_CHECK_POSITIVE([integers >= 5], 
204   [[parse-atoms '[{"type": "integer", "minInteger": 5}]' \
205     '[0]' \
206     '[4]' \
207     '[5]' \
208     '[6]' \
209     '[12345]']], 
210   [constraint violation: 0 is less than minimum allowed value 5
211 constraint violation: 4 is less than minimum allowed value 5
212 5
213 6
214 12345])
215
216 OVSDB_CHECK_POSITIVE([integers <= -1], 
217   [[parse-atoms '[{"type": "integer", "maxInteger": -1}]' \
218     '[0]' \
219     '[-1]' \
220     '[-2]' \
221     '[-123]']], 
222   [constraint violation: 0 is greater than maximum allowed value -1
223 -1
224 -2
225 -123])
226
227 OVSDB_CHECK_POSITIVE([integers in range -10 to 10], 
228   [[parse-atoms '[{"type": "integer", "minInteger": -10, "maxInteger": 10}]' \
229     '[-20]' \
230     '[-11]' \
231     '[-10]' \
232     '[-9]' \
233     '[1]' \
234     '[9]' \
235     '[10]' \
236     '[11]' \
237     '[123576]']], 
238   [constraint violation: -20 is not in the valid range -10 to 10 (inclusive)
239 constraint violation: -11 is not in the valid range -10 to 10 (inclusive)
240 -10
241 -9
242 1
243 9
244 10
245 constraint violation: 11 is not in the valid range -10 to 10 (inclusive)
246 constraint violation: 123576 is not in the valid range -10 to 10 (inclusive)])
247
248 OVSDB_CHECK_POSITIVE([reals >= 5], 
249   [[parse-atoms '[{"type": "real", "minReal": 5}]' \
250     '[0]' \
251     '[4]' \
252     '[5]' \
253     '[6]' \
254     '[12345]']], 
255   [constraint violation: 0 is less than minimum allowed value 5
256 constraint violation: 4 is less than minimum allowed value 5
257 5
258 6
259 12345])
260
261 OVSDB_CHECK_POSITIVE([reals <= -1], 
262   [[parse-atoms '[{"type": "real", "maxReal": -1}]' \
263     '[0]' \
264     '[-1]' \
265     '[-2]' \
266     '[-123]']], 
267   [constraint violation: 0 is greater than maximum allowed value -1
268 -1
269 -2
270 -123])
271
272 OVSDB_CHECK_POSITIVE([reals in range -10 to 10], 
273   [[parse-atoms '[{"type": "real", "minReal": -10, "maxReal": 10}]' \
274     '[-20]' \
275     '[-11]' \
276     '[-10]' \
277     '[-9]' \
278     '[1]' \
279     '[9]' \
280     '[10]' \
281     '[11]' \
282     '[123576]']], 
283   [constraint violation: -20 is not in the valid range -10 to 10 (inclusive)
284 constraint violation: -11 is not in the valid range -10 to 10 (inclusive)
285 -10
286 -9
287 1
288 9
289 10
290 constraint violation: 11 is not in the valid range -10 to 10 (inclusive)
291 constraint violation: 123576 is not in the valid range -10 to 10 (inclusive)])
292
293 OVSDB_CHECK_POSITIVE([strings matching /(a(b)?)c?/],
294   [[parse-atoms '{"type": "string", "reMatch": "(a(b)?)?c?"}' \
295     '[""]' \
296     '["a"]' \
297     '["ab"]' \
298     '["abc"]' \
299     '["ac"]' \
300     '["b"]' \
301     '["bc"]' \
302     '["c"]']],
303   [[""
304 "a"
305 "ab"
306 "abc"
307 "ac"
308 constraint violation: "b" does not match regular expression /(a(b)?)?c?/
309 constraint violation: "bc" does not match regular expression /(a(b)?)?c?/
310 "c"]])
311
312 OVSDB_CHECK_POSITIVE([strings at least 2 characters long],
313   [[parse-atoms '{"type": "string", "minLength": 2}' \
314     '[""]' \
315     '["a"]' \
316     '["ab"]' \
317     '["abc"]' \
318     '["\ud834\udd1e"]']],
319   [[constraint violation: "" length 0 is less than minimum allowed length 2
320 constraint violation: "a" length 1 is less than minimum allowed length 2
321 "ab"
322 "abc"
323 constraint violation: "𝄞" length 1 is less than minimum allowed length 2]])
324
325 OVSDB_CHECK_POSITIVE([strings no more than 2 characters long],
326   [[parse-atoms '{"type": "string", "maxLength": 2}' \
327     '[""]' \
328     '["a"]' \
329     '["ab"]' \
330     '["abc"]' \
331     '["\ud834\udd1e"]']],
332   [[""
333 "a"
334 "ab"
335 constraint violation: "abc" length 3 is greater than maximum allowed length 2
336 "𝄞"]])
337
338 AT_BANNER([OSVDB -- simple data])
339
340 OVSDB_CHECK_POSITIVE([integer JSON datum],
341   [[parse-data '["integer"]' '[0]' '[1]' '[-1]']],
342   [0
343 1
344 -1])
345
346 OVSDB_CHECK_POSITIVE([integer string datum],
347   [[parse-data-strings -- '["integer"]' '0' '1' '-1' '+1']],
348   [0
349 1
350 -1
351 1])
352
353 OVSDB_CHECK_POSITIVE([real JSON datum], 
354   [[parse-data '["real"]' '[0]' '[1.0]' '[-1.25]']],
355   [0
356 1
357 -1.25])
358
359 OVSDB_CHECK_POSITIVE([real string datum], 
360   [[parse-data-strings -- '["real"]' '0' '1.0' '-1.25']],
361   [0
362 1
363 -1.25])
364
365 OVSDB_CHECK_POSITIVE([boolean JSON datum],
366   [[parse-data '["boolean"]' '[true]' '[false]' ]],
367   [true
368 false])
369
370 OVSDB_CHECK_POSITIVE([boolean string datum],
371   [[parse-data-strings '["boolean"]' 'true' 'false' ]],
372   [true
373 false])
374
375 OVSDB_CHECK_POSITIVE([string JSON datum],
376   [[parse-data '["string"]' '[""]' '["true"]' '["\"\\\/\b\f\n\r\t"]']],
377   [""
378 "true"
379 "\"\\/\b\f\n\r\t"])
380
381 OVSDB_CHECK_POSITIVE([string string datum],
382   [[parse-data-strings '["string"]' '"x"' '""' '"true"' '"\"\\\/\b\f\n\r\t"']],
383   [x
384 ""
385 "true"
386 "\"\\/\b\f\n\r\t"])
387 \f
388 AT_BANNER([OVSDB -- set data])
389
390 OVSDB_CHECK_POSITIVE([JSON optional boolean],
391   [[parse-data '{"key": "boolean", "min": 0}' \
392     '["set", [true]]' \
393     '["set", [false]]' \
394     '["set", []]']], 
395   [[["set",[true]]
396 ["set",[false]]
397 ["set",[]]]],
398   [set])
399
400 OVSDB_CHECK_POSITIVE([string optional boolean],
401   [[parse-data-strings '{"key": "boolean", "min": 0}' \
402     'true' \
403     'false' \
404     '[]']], 
405   [[true
406 false
407 []]],
408   [set])
409
410 OVSDB_CHECK_POSITIVE([JSON set of 0 or more integers],
411   [[parse-data '{"key": "integer", "min": 0, "max": "unlimited"}' \
412     '["set", [0]]' \
413     '["set", [0, 1]]' \
414     '["set", [0, 1, 2]]' \
415     '["set", [0, 1, 2, 3, 4, 5]]' \
416     '["set", [0, 1, 2, 3, 4, 5, 6, 7, 8]]' \
417     '["set", [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]]']],
418   [[["set",[0]]
419 ["set",[0,1]]
420 ["set",[0,1,2]]
421 ["set",[0,1,2,3,4,5]]
422 ["set",[0,1,2,3,4,5,6,7,8]]
423 ["set",[0,1,2,3,4,5,6,7,8,9,10]]]])
424
425 OVSDB_CHECK_POSITIVE([string set of 0 or more integers],
426   [[parse-data-strings '{"key": "integer", "min": 0, "max": "unlimited"}' \
427     '0' \
428     '0,1' \
429     '0, 1, 2' \
430     '[0, 1,2, 3, 4, 5]' \
431     '0, 1,2, 3,4, 5, 6, 7, 8' \
432     '[0, 1, 2, 3, 4,5, 6,7, 8, 9, 10]']],
433   [[[0]
434 [0, 1]
435 [0, 1, 2]
436 [0, 1, 2, 3, 4, 5]
437 [0, 1, 2, 3, 4, 5, 6, 7, 8]
438 [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]]])
439
440 OVSDB_CHECK_POSITIVE([JSON set of 1 to 3 uuids],
441   [[parse-data '{"key": "uuid", "min": 1, "max": 3}' \
442     '["set", [["uuid", "550e8400-e29b-41d4-a716-446655440000"]]]' \
443     '["set", [["uuid", "c5051240-30ff-43ed-b4b9-93cf3f050813"],
444               ["uuid", "90558331-09af-4d2f-a572-509cad2e9088"],
445               ["uuid", "550e8400-e29b-41d4-a716-446655440000"]]]']],
446   [[["set",[["uuid","550e8400-e29b-41d4-a716-446655440000"]]]
447 ["set",[["uuid","550e8400-e29b-41d4-a716-446655440000"],["uuid","90558331-09af-4d2f-a572-509cad2e9088"],["uuid","c5051240-30ff-43ed-b4b9-93cf3f050813"]]]]])
448
449 OVSDB_CHECK_POSITIVE([string set of 1 to 3 uuids],
450   [[parse-data-strings '{"key": "uuid", "min": 1, "max": 3}' \
451     '[550e8400-e29b-41d4-a716-446655440000]' \
452     '[c5051240-30ff-43ed-b4b9-93cf3f050813,
453       90558331-09af-4d2f-a572-509cad2e9088,
454       550e8400-e29b-41d4-a716-446655440000]']],
455   [[[550e8400-e29b-41d4-a716-446655440000]
456 [550e8400-e29b-41d4-a716-446655440000, 90558331-09af-4d2f-a572-509cad2e9088, c5051240-30ff-43ed-b4b9-93cf3f050813]]])
457
458 OVSDB_CHECK_POSITIVE([JSON set of 0 to 3 strings],
459   [[parse-data '{"key": "string", "min": 0, "max": 3}' \
460     '["set", []]' \
461     '["set", ["a relatively long string"]]' \
462     '["set", ["short string", "a relatively long string"]]' \
463     '["set", ["zzz", "short string", "a relatively long string"]]']],
464   [[["set",[]]
465 ["set",["a relatively long string"]]
466 ["set",["a relatively long string","short string"]]
467 ["set",["a relatively long string","short string","zzz"]]]])
468
469 OVSDB_CHECK_POSITIVE([string set of 0 to 3 strings],
470   [[parse-data-strings '{"key": "string", "min": 0, "max": 3}' \
471     '[]' \
472     '"a relatively long string"' \
473     '["short string", "a relatively long string"]' \
474     '"zzz","short string","a relatively long string"']],
475   [[[]
476 ["a relatively long string"]
477 ["a relatively long string", "short string"]
478 ["a relatively long string", "short string", zzz]]])
479
480 OVSDB_CHECK_NEGATIVE([duplicate boolean not allowed in JSON set],
481   [[parse-data '{"key": "boolean", "max": 5}' '["set", [true, true]]']],
482   [ovsdb error: set contains duplicate])
483
484 OVSDB_CHECK_NEGATIVE([duplicate boolean not allowed in string set],
485   [[parse-data-strings '{"key": "boolean", "max": 5}' 'true, true']],
486   [set contains duplicate value])
487
488 OVSDB_CHECK_NEGATIVE([duplicate integer not allowed in JSON set],
489   [[parse-data '{"key": "integer", "max": 5}' '["set", [1, 2, 3, 1]]']],
490   [ovsdb error: set contains duplicate])
491
492 OVSDB_CHECK_NEGATIVE([duplicate integer not allowed in string set],
493   [[parse-data-strings '{"key": "integer", "max": 5}' '[1, 2, 3, 1]']],
494   [set contains duplicate value])
495
496 OVSDB_CHECK_NEGATIVE([duplicate real not allowed in JSON set],
497   [[parse-data '{"key": "real", "max": 5}' '["set", [0.0, -0.0]]']],
498   [ovsdb error: set contains duplicate])
499
500 OVSDB_CHECK_NEGATIVE([duplicate real not allowed in string set],
501   [[parse-data-strings '{"key": "real", "max": 5}' '0.0, -0.0']],
502   [set contains duplicate value])
503
504 OVSDB_CHECK_NEGATIVE([duplicate string not allowed in JSON set],
505   [[parse-data '{"key": "string", "max": 5}' '["set", ["asdf", "ASDF", "asdf"]]']],
506   [ovsdb error: set contains duplicate])
507
508 OVSDB_CHECK_NEGATIVE([duplicate string not allowed in string set],
509   [[parse-data-strings '{"key": "string", "max": 5}' 'asdf, ASDF, "asdf"']],
510   [set contains duplicate value])
511
512 OVSDB_CHECK_NEGATIVE([duplicate uuid not allowed in JSON set],
513   [[parse-data '{"key": "uuid", "max": 5}' \
514     '["set", [["uuid", "7ef21525-0088-4a28-a418-5518413e43ea"],
515               ["uuid", "355ad037-f1da-40aa-b47c-ff9c7e8c6a38"],
516               ["uuid", "7ef21525-0088-4a28-a418-5518413e43ea"]]]']],
517   [ovsdb error: set contains duplicate])
518
519 OVSDB_CHECK_NEGATIVE([duplicate uuid not allowed in string set],
520   [[parse-data-strings '{"key": "uuid", "max": 5}' \
521     '7ef21525-0088-4a28-a418-5518413e43ea,
522      355ad037-f1da-40aa-b47c-ff9c7e8c6a38,
523      7ef21525-0088-4a28-a418-5518413e43ea']],
524   [set contains duplicate value])
525 \f
526 AT_BANNER([OVSDB -- map data])
527
528 OVSDB_CHECK_POSITIVE([JSON map of 1 integer to boolean],
529   [[parse-data '{"key": "integer", "value": "boolean"}' \
530     '["map", [[1, true]]]']],
531   [[["map",[[1,true]]]]])
532
533 OVSDB_CHECK_POSITIVE([string map of 1 integer to boolean],
534   [[parse-data-strings '{"key": "integer", "value": "boolean"}' \
535     '1=true']],
536   [[1=true]])
537
538 OVSDB_CHECK_POSITIVE([JSON map of at least 1 integer to boolean],
539   [[parse-data '{"key": "integer", "value": "boolean", "max": "unlimited"}' \
540     '["map", [[1, true]]]' \
541     '["map", [[0, true], [1, false], [2, true], [3, true], [4, true]]]' \
542     '["map", [[3, false], [0, true], [4, false]]]']],
543   [[["map",[[1,true]]]
544 ["map",[[0,true],[1,false],[2,true],[3,true],[4,true]]]
545 ["map",[[0,true],[3,false],[4,false]]]]])
546
547 OVSDB_CHECK_POSITIVE([string map of at least 1 integer to boolean],
548   [[parse-data-strings '{"key": "integer", "value": "boolean", "max": "unlimited"}' \
549     '1=true' \
550     '0=true 1=false 2=true, 3=true 4=true,' \
551     '3=false,0=true ,4=false']],
552   [[{1=true}
553 {0=true, 1=false, 2=true, 3=true, 4=true}
554 {0=true, 3=false, 4=false}]])
555
556 OVSDB_CHECK_POSITIVE([JSON map of 1 boolean to integer],
557  [[parse-data '{"key": "boolean", "value": "integer"}' \
558    '["map", [[true, 1]]]']],
559  [[["map",[[true,1]]]]])
560
561 OVSDB_CHECK_POSITIVE([string map of 1 boolean to integer],
562  [[parse-data-strings '{"key": "boolean", "value": "integer"}' \
563    'true=1']],
564  [[true=1]])
565
566 OVSDB_CHECK_POSITIVE([JSON map of 1 uuid to real],
567   [[parse-data '{"key": "uuid", "value": "real", "min": 1, "max": 5}' \
568     '["map", [[["uuid", "cad8542b-6ee1-486b-971b-7dcbf6e14979"], 1.0],
569               [["uuid", "6b94b968-2702-4f64-9457-314a34d69b8c"], 2.0],
570               [["uuid", "d2c4a168-24de-47eb-a8a3-c1abfc814979"], 3.0],
571               [["uuid", "25bfa475-d072-4f60-8be1-00f48643e9cb"], 4.0],
572               [["uuid", "1c92b8ca-d5e4-4628-a85d-1dc2d099a99a"], 5.0]]]']],
573   [[["map",[[["uuid","1c92b8ca-d5e4-4628-a85d-1dc2d099a99a"],5],[["uuid","25bfa475-d072-4f60-8be1-00f48643e9cb"],4],[["uuid","6b94b968-2702-4f64-9457-314a34d69b8c"],2],[["uuid","cad8542b-6ee1-486b-971b-7dcbf6e14979"],1],[["uuid","d2c4a168-24de-47eb-a8a3-c1abfc814979"],3]]]]])
574
575 OVSDB_CHECK_POSITIVE([string map of 1 uuid to real],
576   [[parse-data-strings '{"key": "uuid", "value": "real", "min": 1, "max": 5}' \
577     'cad8542b-6ee1-486b-971b-7dcbf6e14979=1.0,
578      6b94b968-2702-4f64-9457-314a34d69b8c=2.0,
579      d2c4a168-24de-47eb-a8a3-c1abfc814979=3.0,
580      25bfa475-d072-4f60-8be1-00f48643e9cb=4.0,
581      1c92b8ca-d5e4-4628-a85d-1dc2d099a99a=5.0']],
582   [[{1c92b8ca-d5e4-4628-a85d-1dc2d099a99a=5, 25bfa475-d072-4f60-8be1-00f48643e9cb=4, 6b94b968-2702-4f64-9457-314a34d69b8c=2, cad8542b-6ee1-486b-971b-7dcbf6e14979=1, d2c4a168-24de-47eb-a8a3-c1abfc814979=3}]])
583
584 OVSDB_CHECK_POSITIVE([JSON map of 10 string to string],
585   [[parse-data '{"key": "string", "value": "string", "min": 1, "max": 10}' \
586     '["map", [["2 gills", "1 chopin"],
587               ["2 chopins", "1 pint"],
588               ["2 pints", "1 quart"],
589               ["2 quarts", "1 pottle"],
590               ["2 pottles", "1 gallon"],
591               ["2 gallons", "1 peck"],
592               ["2 pecks", "1 demibushel"],
593               ["2 demibushel", "1 firkin"],
594               ["2 firkins", "1 kilderkin"],
595               ["2 kilderkins", "1 barrel"]]]']],
596    [[["map",[["2 chopins","1 pint"],["2 demibushel","1 firkin"],["2 firkins","1 kilderkin"],["2 gallons","1 peck"],["2 gills","1 chopin"],["2 kilderkins","1 barrel"],["2 pecks","1 demibushel"],["2 pints","1 quart"],["2 pottles","1 gallon"],["2 quarts","1 pottle"]]]]])
597
598 OVSDB_CHECK_POSITIVE([string map of 10 string to string],
599   [[parse-data-strings '{"key": "string", "value": "string", "min": 1, "max": 10}' \
600     '{"2 gills"="1 chopin",
601       "2 chopins"= "1 pint",
602       "2 pints"= "1 quart",
603       "2 quarts"= "1 pottle",
604       "2 pottles"= "1 gallon",
605       "2 gallons"= "1 peck",
606       "2 pecks"= "1 demibushel",
607       "2 demibushel"= "1 firkin",
608       "2 firkins"= "1 kilderkin",
609       "2 kilderkins"= "1 barrel"}']],
610    [[{"2 chopins"="1 pint", "2 demibushel"="1 firkin", "2 firkins"="1 kilderkin", "2 gallons"="1 peck", "2 gills"="1 chopin", "2 kilderkins"="1 barrel", "2 pecks"="1 demibushel", "2 pints"="1 quart", "2 pottles"="1 gallon", "2 quarts"="1 pottle"}]])
611
612 OVSDB_CHECK_NEGATIVE([duplicate integer key not allowed in JSON map],
613   [[parse-data '{"key": "integer", "value": "boolean", "max": 5}' \
614     '["map", [[1, true], [2, false], [1, false]]]']],
615   [ovsdb error: map contains duplicate key])
616
617 OVSDB_CHECK_NEGATIVE([duplicate integer key not allowed in string map],
618   [[parse-data-strings '{"key": "integer", "value": "boolean", "max": 5}' \
619     '1=true 2=false 1=false']],
620   [map contains duplicate key])