blob: 4f2db02ba6cb4d778a9914082b77f789a766176a [file] [log] [blame]
Brad Bishopc9e173f2017-05-09 00:23:11 -04001- name: test property group
2 class: group
3 group: property
4 type: string
5 members:
6 - interface: xyz.openbmc_project.Test.Iface6
7 property: Foo
8 meta: property1
9 - interface: xyz.openbmc_project.Test.Iface1
10 property: Value
11 meta: property2
12
13- name: test property group 3
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: Value
23 meta: property2
24 - interface: xyz.openbmc_project.Test.Iface6
25 property: Baz
26 meta: property3