diff options
author | Damjan Marion <damarion@cisco.com> | 2021-05-25 18:29:24 +0200 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2021-05-26 06:32:43 +0000 |
commit | a2d6d352c6926d2f8d4e50aeb1ec59802f32b37b (patch) | |
tree | 9ad70d1cd520fd11e18928793f8ed14f24c50985 /src/vpp-api/vapi/fake.api.json | |
parent | 6621abf49aec6d764e654316ff75274c75d4c1a1 (diff) |
tests: move vapi C/C++ test files into src/
Type: improvement
Change-Id: Iaad004661db1e9076e6c27227878f1612fa7289f
Signed-off-by: Damjan Marion <damarion@cisco.com>
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'src/vpp-api/vapi/fake.api.json')
-rw-r--r-- | src/vpp-api/vapi/fake.api.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/src/vpp-api/vapi/fake.api.json b/src/vpp-api/vapi/fake.api.json new file mode 100644 index 00000000000..24c9f4dbfa1 --- /dev/null +++ b/src/vpp-api/vapi/fake.api.json @@ -0,0 +1,49 @@ +{ + "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" +} |