summaryrefslogtreecommitdiffstats
path: root/src/test/yaml/interfaceaddtest/one.yaml
blob: f84389e4a9f22016279bd07223c1330e25b3cc87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Validate number of watches created for the object path
#
# Expecting one watch created for the object path
- name: errorlog path group
  class: group
  group: path
  members:
    - meta: PATH
      path: /xyz/openbmc_project/testing/inst1

- name: pathwatch errorlog
  description: >
  class: pathwatch
  pathwatch: path
  paths: errorlog path group
  pathcallback: create errorlog event

- name: create errorlog event
  class: pathcallback
  pathcallback: eventpath
  paths: errorlog path group
  eventType: ErrorNotification
OpenPOWER on IntegriCloud