blob: 1f61e3b7dcdaf96beee42ca98944d40f46d69772 [file] [log] [blame]
Brad Bishop3ce5c482017-05-25 21:31:58 -04001# Validate the same callback name works in differnt config files.
2
3- name: test path group 1
4 class: group
5 group: path
6 members:
Brad Bishopbabf3b72017-05-31 19:44:53 -04007 - meta: PATH
Brad Bishop3ce5c482017-05-25 21:31:58 -04008 path: /xyz/openbmc_project/testing/inst4
Brad Bishopbabf3b72017-05-31 19:44:53 -04009 - meta: PATH
Brad Bishop3ce5c482017-05-25 21:31:58 -040010 path: /xyz/openbmc_project/testing/inst6
11
12- name: test property group 1
13 class: group
14 group: property
15 type: string
16 members:
17 - interface: xyz.openbmc_project.Sensor.Iface3
Brad Bishopbabf3b72017-05-31 19:44:53 -040018 meta: PROPERTY
Brad Bishop3ce5c482017-05-25 21:31:58 -040019 property: Value2
20
21- name: test journal callback 1
22 class: callback
23 callback: journal
24 paths: test path group 1
25 properties: test property group 1
26 severity: INFO
27 message: Hello world from PDM!