Brad Bishop | c9e173f | 2017-05-09 00:23:11 -0400 | [diff] [blame] | 1 | - name: test property group |
| 2 | class: group |
| 3 | group: property |
| 4 | type: uint32 |
| 5 | members: |
| 6 | - interface: xyz.openbmc_project.Test.Iface3 |
| 7 | property: Foo |
| 8 | meta: property1 |
| 9 | - interface: xyz.openbmc_project.Test.Iface2 |
| 10 | property: Value |
| 11 | meta: property2 |
| 12 | |
| 13 | - name: test property group 2 |
| 14 | class: group |
| 15 | group: property |
| 16 | type: int32 |
| 17 | members: |
| 18 | - interface: xyz.openbmc_project.Test.Iface3 |
| 19 | property: Bar |
| 20 | meta: property1 |
| 21 | - interface: xyz.openbmc_project.Test.Iface2 |
| 22 | property: Foo |
| 23 | meta: property2 |