blob: 9ae202884944eb268ea114c769583636247e08d0 [file] [log] [blame]
Andrew Geisslerf1f2cfa2016-11-21 15:16:45 -06001- name: TestErrorOne
2 description: this is test error one
Andrew Geissler5e81bfb2016-11-21 12:49:01 -06003 level: INFO
4 meta:
5 - str: "ERRNUM=0x%.4X"
6 type: int
7 - str: FILE_PATH=%s
8 type: const char *
9 - str: FILE_NAME=%s
10 type: const char *
Andrew Geisslerdf048c12016-11-10 16:50:35 -060011
Andrew Geisslerf1f2cfa2016-11-21 15:16:45 -060012- name: TestErrorTwo
13 description: This is test error two
Andrew Geissler5e81bfb2016-11-21 12:49:01 -060014 level: ERR
15 meta:
16 - str: DEV_ADDR=0x%.8X
17 type: int
18 - str: DEV_ID=%u
19 type: int
20 - str: DEV_NAME=%s
21 type: const char*