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: |
Brad Bishop | babf3b7 | 2017-05-31 19:44:53 -0400 | [diff] [blame] | 5 | - meta: PATH |
Brad Bishop | 13fd872 | 2017-05-15 12:44:01 -0400 | [diff] [blame] | 6 | path: /xyz/openbmc_project/testing/inst1 |
Brad Bishop | babf3b7 | 2017-05-31 19:44:53 -0400 | [diff] [blame] | 7 | - meta: PATH |
Brad Bishop | 13fd872 | 2017-05-15 12:44:01 -0400 | [diff] [blame] | 8 | path: /xyz/openbmc_project/testing/inst2 |
Brad Bishop | babf3b7 | 2017-05-31 19:44:53 -0400 | [diff] [blame] | 9 | - meta: PATH |
Brad Bishop | 13fd872 | 2017-05-15 12:44:01 -0400 | [diff] [blame] | 10 | path: /xyz/openbmc_project/testing/inst3 |
Brad Bishop | babf3b7 | 2017-05-31 19:44:53 -0400 | [diff] [blame] | 11 | - meta: PATH |
Brad Bishop | 13fd872 | 2017-05-15 12:44:01 -0400 | [diff] [blame] | 12 | path: /xyz/openbmc_project/testing/inst4 |
| 13 | |
| 14 | - name: test path group 2 |
| 15 | class: group |
| 16 | group: path |
| 17 | members: |
Brad Bishop | babf3b7 | 2017-05-31 19:44:53 -0400 | [diff] [blame] | 18 | - meta: PATH |
Brad Bishop | 13fd872 | 2017-05-15 12:44:01 -0400 | [diff] [blame] | 19 | path: /xyz/openbmc_project/testing/inst3 |
Brad Bishop | babf3b7 | 2017-05-31 19:44:53 -0400 | [diff] [blame] | 20 | - meta: PATH |
Brad Bishop | 13fd872 | 2017-05-15 12:44:01 -0400 | [diff] [blame] | 21 | path: /xyz/openbmc_project/testing/inst4 |
Brad Bishop | babf3b7 | 2017-05-31 19:44:53 -0400 | [diff] [blame] | 22 | - meta: PATH |
Brad Bishop | 13fd872 | 2017-05-15 12:44:01 -0400 | [diff] [blame] | 23 | path: /xyz/openbmc_project/testing/inst5 |
Brad Bishop | babf3b7 | 2017-05-31 19:44:53 -0400 | [diff] [blame] | 24 | - meta: PATH |
Brad Bishop | 13fd872 | 2017-05-15 12:44:01 -0400 | [diff] [blame] | 25 | path: /xyz/openbmc_project/testing/inst6 |
| 26 | |
| 27 | - name: test property group 1 |
| 28 | class: group |
| 29 | group: property |
| 30 | type: string |
| 31 | members: |
| 32 | - interface: xyz.openbmc_project.Sensor.Iface1 |
Brad Bishop | babf3b7 | 2017-05-31 19:44:53 -0400 | [diff] [blame] | 33 | meta: PROPERTY |
Brad Bishop | 13fd872 | 2017-05-15 12:44:01 -0400 | [diff] [blame] | 34 | property: Value |
| 35 | - interface: xyz.openbmc_project.Sensor.Iface2 |
Brad Bishop | babf3b7 | 2017-05-31 19:44:53 -0400 | [diff] [blame] | 36 | meta: PROPERTY |
Brad Bishop | 13fd872 | 2017-05-15 12:44:01 -0400 | [diff] [blame] | 37 | property: Value |
| 38 | |
| 39 | - name: test property group 2 |
| 40 | class: group |
| 41 | group: property |
| 42 | type: uint32 |
| 43 | members: |
| 44 | - interface: xyz.openbmc_project.Sensor.Iface3 |
Brad Bishop | babf3b7 | 2017-05-31 19:44:53 -0400 | [diff] [blame] | 45 | meta: PROPERTY |
Brad Bishop | 13fd872 | 2017-05-15 12:44:01 -0400 | [diff] [blame] | 46 | property: Value1 |
| 47 | - interface: xyz.openbmc_project.Sensor.Iface3 |
Brad Bishop | babf3b7 | 2017-05-31 19:44:53 -0400 | [diff] [blame] | 48 | meta: PROPERTY |
Brad Bishop | 13fd872 | 2017-05-15 12:44:01 -0400 | [diff] [blame] | 49 | property: Value2 |
| 50 | |
| 51 | - name: test property watch 1 |
| 52 | class: watch |
| 53 | watch: property |
| 54 | paths: test path group 1 |
| 55 | properties: test property group 1 |
| 56 | |
| 57 | - name: test property watch 2 |
| 58 | class: watch |
| 59 | watch: property |
| 60 | paths: test path group 2 |
| 61 | properties: test property group 2 |