Add tests
[deliverable/barectf.git] / tests / config / fail / stream / eht-id-too-small.yaml
1 version: '2.1'
2 metadata:
3 clocks:
4 my_clock: {}
5 type-aliases:
6 uint16:
7 class: int
8 size: 16
9 trace:
10 byte-order: le
11 streams:
12 my_stream:
13 packet-context-type:
14 class: struct
15 fields:
16 content_size: uint16
17 packet_size: uint16
18 event-header-type:
19 class: struct
20 min-align: 8
21 fields:
22 id:
23 class: int
24 size: 2
25 events:
26 my_event:
27 payload-type:
28 class: struct
29 fields:
30 my_field: uint16
31 my_event2:
32 payload-type:
33 class: struct
34 fields:
35 my_field: uint16
36 my_event3:
37 payload-type:
38 class: struct
39 fields:
40 my_field: uint16
41 my_event4:
42 payload-type:
43 class: struct
44 fields:
45 my_field: uint16
46 my_event5:
47 payload-type:
48 class: struct
49 fields:
50 my_field: uint16
This page took 0.033381 seconds and 5 git commands to generate.