Marri Devender Rao | e5576bf | 2018-04-16 05:56:11 -0500 | [diff] [blame] | 1 | # 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 |