X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Fidltest.ovsidl;h=75d50ef2b6c042d915c4bd566c5de1b25ab5b276;hb=686cc0c00bb4cdb3e9ee95d43917ec0cdecd4a01;hp=ec5cec3eb885ff2e8924f492523e6ba86ac8564b;hpb=c3bb4bd7f1d9c045a5e5d7062b09d4dac4e48195;p=openvswitch diff --git a/tests/idltest.ovsidl b/tests/idltest.ovsidl index ec5cec3e..75d50ef2 100644 --- a/tests/idltest.ovsidl +++ b/tests/idltest.ovsidl @@ -21,9 +21,16 @@ "ba": {"type": {"key": "boolean", "min": 0, "max": "unlimited"}}, "sa": {"type": {"key": "string", "min": 0, "max": "unlimited"}}, "ua": {"type": {"key": "uuid", "min": 0, "max": "unlimited"}}}}, - "selfLink": { + "link1": { "columns": { "i": {"type": "integer"}, - "k": {"type": {"key": "uuid", "keyRefTable": "selfLink"}}, - "ka": {"type": {"key": "uuid", "keyRefTable": "selfLink", - "min": 0, "max": "unlimited"}}}}}} + "k": {"type": {"key": "uuid", "keyRefTable": "link1"}}, + "ka": {"type": {"key": "uuid", "keyRefTable": "link1", + "min": 0, "max": "unlimited"}}, + "l2": {"type": {"key": "uuid", "keyRefTable": "link2", + "min": 0, "max": 1}}}}, + "link2": { + "columns": { + "i": {"type": "integer"}, + "l1": {"type": {"key": "uuid", "keyRefTable": "link1", + "min": 0, "max": 1}}}}}}