blob: f84389e4a9f22016279bd07223c1330e25b3cc87 [file] [log] [blame]
Marri Devender Raoe5576bf2018-04-16 05:56:11 -05001# Validate number of watches created for the object path
2#
3# Expecting one watch created for the object path
4- name: errorlog path group
5 class: group
6 group: path
7 members:
8 - meta: PATH
9 path: /xyz/openbmc_project/testing/inst1
10
11- name: pathwatch errorlog
12 description: >
13 class: pathwatch
14 pathwatch: path
15 paths: errorlog path group
16 pathcallback: create errorlog event
17
18- name: create errorlog event
19 class: pathcallback
20 pathcallback: eventpath
21 paths: errorlog path group
22 eventType: ErrorNotification