summaryrefslogtreecommitdiffstats
path: root/src/test/yaml/propertygentest/groupone.yaml
blob: 5837e7228845391b019588b5c533b3550fc01f53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
- name: test property group
  class: group
  group: property
  type: uint32
  members:
    - interface: xyz.openbmc_project.Test.Iface3
      property: Foo
      meta: PROPERTY1
    - interface: xyz.openbmc_project.Test.Iface2
      property: Value
      meta: PROPERTY2

- name: test property group 2
  class: group
  group: property
  type: int32
  members:
    - interface: xyz.openbmc_project.Test.Iface3
      property: Bar
      meta: PROPERTY1
    - interface: xyz.openbmc_project.Test.Iface2
      property: Foo
      meta: PROPERTY2
OpenPOWER on IntegriCloud