tests/config/fail/config: add config options tests
[deliverable/barectf.git] / tests / config / fail / config / options-invalid-type.yaml
1 version: '2.2'
2 options: false
3 metadata:
4 type-aliases:
5 uint16:
6 class: int
7 size: 16
8 trace:
9 byte-order: le
10 streams:
11 my_stream:
12 packet-context-type:
13 class: struct
14 fields:
15 packet_size: uint16
16 content_size: uint16
17 events:
18 my_event:
19 payload-type:
20 class: struct
21 fields:
22 my_field:
23 class: int
24 size: 8
This page took 0.030915 seconds and 4 git commands to generate.