blob: 9ab9acecd5853528d2e7e4e59aa0bc1711da0655 [file] [log] [blame]
Brad Bishopc9e173f2017-05-09 00:23:11 -04001- 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