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 |
Brad Bishop | babf3b7 | 2017-05-31 19:44:53 -0400 | [diff] [blame] | 8 | meta: PROPERTY1 |
Brad Bishop | c9e173f | 2017-05-09 00:23:11 -0400 | [diff] [blame] | 9 | - interface: xyz.openbmc_project.Test.Iface2 |
| 10 | property: Value |
Brad Bishop | babf3b7 | 2017-05-31 19:44:53 -0400 | [diff] [blame] | 11 | meta: PROPERTY2 |
Brad Bishop | c9e173f | 2017-05-09 00:23:11 -0400 | [diff] [blame] | 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 |
Brad Bishop | babf3b7 | 2017-05-31 19:44:53 -0400 | [diff] [blame] | 20 | meta: PROPERTY1 |
Brad Bishop | c9e173f | 2017-05-09 00:23:11 -0400 | [diff] [blame] | 21 | - interface: xyz.openbmc_project.Test.Iface2 |
| 22 | property: Foo |
Brad Bishop | babf3b7 | 2017-05-31 19:44:53 -0400 | [diff] [blame] | 23 | meta: PROPERTY2 |