hs-test: fixed timed out tests passing in the CI
[vpp.git] / src / vpp-api / vapi / fake.api.json
1 {
2     "services": {
3             "test_fake_msg": {
4                     "reply":"test_fake_msg_reply"
5             },
6             "test_fake_dump": {
7                     "reply":"test_fake_details",
8                     "stream":"true"
9             }
10     },
11     "enums" : [
12     ],
13     "enumflags" : [
14     ],
15     "unions" : [
16     ],
17     "types" : [
18     ],
19     "messages" : [
20         ["test_fake_msg",
21             ["u16", "_vl_msg_id"],
22             ["u32", "client_index"],
23             ["u32", "context"],
24             ["u8", "dummy", 256],
25             {"crc" : "0xcafebafe"}
26         ],
27         ["test_fake_msg_reply",
28             ["u16", "_vl_msg_id"],
29             ["u32", "context"],
30             ["i32", "retval"],
31             {"crc" : "0xcafebafe"}
32         ],
33         ["test_fake_dump",
34             ["u16", "_vl_msg_id"],
35             ["u32", "client_index"],
36             ["u32", "context"],
37             ["u32", "dummy"],
38             {"crc" : "0xcafebafe"}
39         ],
40         ["test_fake_details",
41             ["u16", "_vl_msg_id"],
42             ["u32", "client_index"],
43             ["u32", "context"],
44             ["u32", "dummy"],
45             {"crc" : "0xcafebafe"}
46         ]
47     ],
48     "aliases" : {
49     },
50 "vl_api_version" :"0x224c7aad"
51 }