tests: add missing "config/fail/event/pt-empty.yaml"
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 18 Mar 2016 23:42:51 +0000 (19:42 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Fri, 18 Mar 2016 23:45:41 +0000 (19:45 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
tests/config/fail/event/pt-empty.yaml [new file with mode: 0644]

diff --git a/tests/config/fail/event/pt-empty.yaml b/tests/config/fail/event/pt-empty.yaml
new file mode 100644 (file)
index 0000000..84f1113
--- /dev/null
@@ -0,0 +1,19 @@
+version: '2.1'
+metadata:
+  type-aliases:
+    uint16:
+      class: int
+      size: 16
+  trace:
+    byte-order: le
+  streams:
+    my_stream:
+      packet-context-type:
+        class: struct
+        fields:
+          packet_size: uint16
+          content_size: uint16
+      events:
+        my_event:
+          payload-type:
+            class: struct
This page took 0.02384 seconds and 4 git commands to generate.