1# 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:
7    - meta: path
8      path: /xyz/openbmc_project/testing/inst4
9    - meta: path
10      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
18      meta: property
19      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!
28