blob: 5837e7228845391b019588b5c533b3550fc01f53 [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
Brad Bishopbabf3b72017-05-31 19:44:53 -04008 meta: PROPERTY1
Brad Bishopc9e173f2017-05-09 00:23:11 -04009 - interface: xyz.openbmc_project.Test.Iface2
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 2
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: Foo
Brad Bishopbabf3b72017-05-31 19:44:53 -040023 meta: PROPERTY2