X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fext%2Ffake.api.json;h=24c9f4dbfa1e5a7c98dbb67c35dfafea712833e9;hb=053204ab039d34a990ff0e14c32ce3b294fcce0e;hp=3e8d6a95a13cdcb26dbfdc5c04d8fdb670bb0bc8;hpb=dc15be2ca7c51772b00e4c5548934a35aa7e4add;p=vpp.git diff --git a/test/ext/fake.api.json b/test/ext/fake.api.json index 3e8d6a95a13..24c9f4dbfa1 100644 --- a/test/ext/fake.api.json +++ b/test/ext/fake.api.json @@ -1,6 +1,18 @@ { + "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", @@ -31,5 +43,7 @@ {"crc" : "0xcafebafe"} ] ], + "aliases" : { + }, "vl_api_version" :"0x224c7aad" }