Brad Bishop | 13fd872 | 2017-05-15 12:44:01 -0400 | [diff] [blame] | 1 | - name: test path group 1 |
| 2 | class: group |
| 3 | group: path |
| 4 | members: |
| 5 | - meta: path |
| 6 | path: /xyz/openbmc_project/testing/inst4 |
| 7 | |
| 8 | - name: test path group 3 |
| 9 | class: group |
| 10 | group: path |
| 11 | members: |
| 12 | - meta: path |
| 13 | path: /xyz/openbmc_project/testing/inst4 |
| 14 | - meta: path |
| 15 | path: /xyz/openbmc_project/testing/inst6 |
| 16 | |
| 17 | - name: test property group 1 |
| 18 | class: group |
| 19 | group: property |
| 20 | type: int32 |
| 21 | members: |
| 22 | - interface: xyz.openbmc_project.Sensor.Iface1 |
| 23 | meta: property |
| 24 | property: Value |
| 25 | |
| 26 | - name: test property group 3 |
| 27 | class: group |
| 28 | group: property |
| 29 | type: string |
| 30 | members: |
| 31 | - interface: xyz.openbmc_project.Sensor.Iface3 |
| 32 | meta: property |
| 33 | property: Value2 |
| 34 | |
| 35 | - name: test property watch 1 |
| 36 | class: watch |
| 37 | watch: property |
| 38 | paths: test path group 1 |
| 39 | properties: test property group 1 |
| 40 | |
| 41 | - name: test property watch 3 |
| 42 | class: watch |
| 43 | watch: property |
| 44 | paths: test path group 3 |
| 45 | properties: test property group 3 |