1 AT_BANNER([OVSDB -- schemas])
3 OVSDB_CHECK_POSITIVE([schema with valid refTables],
23 "refTable": "a"}}}}}}}']],
24 [[{"name":"mydb","tables":{"a":{"columns":{"map":{"type":{"key":{"refTable":"b","type":"uuid"},"value":{"refTable":"a","type":"uuid"}}}}},"b":{"columns":{"aRef":{"type":{"key":{"refTable":"a","type":"uuid"}}}}}}}]])
26 OVSDB_CHECK_NEGATIVE([schema with invalid refTables],
46 "refTable": "a"}}}}}}}']],
47 [[test-ovsdb: syntax error: column map key refers to undefined table c]])