blob: e94b262799f3998e1f1843bcc2130b5759fc80d3 [file] [log] [blame]
# Validate two callbacks that share an index
# and a single callback with its own index.
#
# Expecting three callbacks pointing at two indicies.
- name: test path group 1
class: group
group: path
members:
- meta: path
path: /xyz/openbmc_project/testing/inst4
- name: test path group 2
class: group
group: path
members:
- meta: path
path: /xyz/openbmc_project/testing/inst4
- meta: path
path: /xyz/openbmc_project/testing/inst6
- name: test property group 1
class: group
group: property
type: int32
members:
- interface: xyz.openbmc_project.Sensor.Iface1
meta: property
property: Value
- name: test property group 2
class: group
group: property
type: string
members:
- interface: xyz.openbmc_project.Sensor.Iface3
meta: property
property: Value2
- name: test journal callback 1
class: callback
callback: journal
paths: test path group 1
properties: test property group 1
severity: INFO
message: Hello world from PDM!
- name: test journal callback 2
class: callback
callback: journal
paths: test path group 1
properties: test property group 1
severity: INFO
message: Hello world from PDM!
- name: test journal callback 3
class: callback
callback: journal
paths: test path group 2
properties: test property group 2
severity: INFO
message: Hello world from PDM!