blob: 9b86bba9b593acd53f904ae9435ce1f1f806f639 [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
Brad Bishopbabf3b72017-05-31 19:44:53 -04008 meta: PROPERTY1
Brad Bishopc9e173f2017-05-09 00:23:11 -04009 - interface: xyz.openbmc_project.Test.Iface1
10 property: Value
Brad Bishopbabf3b72017-05-31 19:44:53 -040011 meta: PROPERTY2
Brad Bishopc9e173f2017-05-09 00:23:11 -040012
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
Brad Bishopbabf3b72017-05-31 19:44:53 -040020 meta: PROPERTY1
Brad Bishopc9e173f2017-05-09 00:23:11 -040021 - interface: xyz.openbmc_project.Test.Iface2
22 property: Value
Brad Bishopbabf3b72017-05-31 19:44:53 -040023 meta: PROPERTY2
Brad Bishopc9e173f2017-05-09 00:23:11 -040024 - interface: xyz.openbmc_project.Test.Iface6
25 property: Baz
Brad Bishopbabf3b72017-05-31 19:44:53 -040026 meta: PROPERTY3