summaryrefslogtreecommitdiffstats
path: root/src/test/yaml/callbackgentest/two.yaml
blob: f7f1d8fa48a7acadadf9d5d49468c7f5fb2a712e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Validate the same callback name works in different config files.

- name: test path group 1
  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: 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!
OpenPOWER on IntegriCloud