blob: b28772fc9bf484b2f1ff3d4936ed75fc212d7750 [file] [log] [blame]
Andrew Geisslere8596302016-11-21 16:06:53 -06001- name: TestErrorOne
2 level: INFO
3 meta:
Patrick Williams26919f02022-12-08 06:12:43 -06004 - str: "ERRNUM=0x%.4X"
5 type: uint16
6 - str: FILE_PATH=%s
7 type: string
8 - str: FILE_NAME=%s
9 type: string
Adriana Kobylak17944e12017-02-13 22:29:21 -060010 inherits:
Patrick Williams26919f02022-12-08 06:12:43 -060011 - example.xyz.openbmc_project.Example.Elog.TestErrorTwo
Andrew Geisslere8596302016-11-21 16:06:53 -060012
13- name: TestErrorTwo
14 level: ERR
15 meta:
Patrick Williams26919f02022-12-08 06:12:43 -060016 - str: DEV_ADDR=0x%.8X
17 type: uint32
18 - str: DEV_ID=%u
19 type: uint32
20 process: true
21 - str: DEV_NAME=%s
22 type: string
Michael Tritze0eb1dd2017-02-19 20:57:46 -060023
24- name: AutoTestSimple
25 level: ERR
26 meta:
Patrick Williams26919f02022-12-08 06:12:43 -060027 - str: STRING=%s
28 type: string
Deepak Kodihalli739e9252017-03-05 23:23:50 -060029
30- name: TestCallout
31 level: ERR
32 meta:
Patrick Williams26919f02022-12-08 06:12:43 -060033 - str: DEV_ADDR=0x%.8X
34 type: uint32
Deepak Kodihalli739e9252017-03-05 23:23:50 -060035 inherits:
Patrick Williams26919f02022-12-08 06:12:43 -060036 - example.xyz.openbmc_project.Example.Device.Callout