X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fext%2Ffake.api.json;fp=test%2Fext%2Ffake.api.json;h=0000000000000000000000000000000000000000;hb=a2d6d352c6926d2f8d4e50aeb1ec59802f32b37b;hp=24c9f4dbfa1e5a7c98dbb67c35dfafea712833e9;hpb=6621abf49aec6d764e654316ff75274c75d4c1a1;p=vpp.git diff --git a/test/ext/fake.api.json b/test/ext/fake.api.json deleted file mode 100644 index 24c9f4dbfa1..00000000000 --- a/test/ext/fake.api.json +++ /dev/null @@ -1,49 +0,0 @@ -{ - "services": { - "test_fake_msg": { - "reply":"test_fake_msg_reply" - }, - "test_fake_dump": { - "reply":"test_fake_details", - "stream":"true" - } - }, - "enums" : [ - ], - "unions" : [ - ], - "types" : [ - ], - "messages" : [ - ["test_fake_msg", - ["u16", "_vl_msg_id"], - ["u32", "client_index"], - ["u32", "context"], - ["u8", "dummy", 256], - {"crc" : "0xcafebafe"} - ], - ["test_fake_msg_reply", - ["u16", "_vl_msg_id"], - ["u32", "context"], - ["i32", "retval"], - {"crc" : "0xcafebafe"} - ], - ["test_fake_dump", - ["u16", "_vl_msg_id"], - ["u32", "client_index"], - ["u32", "context"], - ["u32", "dummy"], - {"crc" : "0xcafebafe"} - ], - ["test_fake_details", - ["u16", "_vl_msg_id"], - ["u32", "client_index"], - ["u32", "context"], - ["u32", "dummy"], - {"crc" : "0xcafebafe"} - ] - ], - "aliases" : { - }, -"vl_api_version" :"0x224c7aad" -}