summaryrefslogtreecommitdiffstats
path: root/src/test/yaml/propertygentest/grouptwo.yaml
blob: 9b86bba9b593acd53f904ae9435ce1f1f806f639 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
- name: test property group
  class: group
  group: property
  type: string
  members:
    - interface: xyz.openbmc_project.Test.Iface6
      property: Foo
      meta: PROPERTY1
    - interface: xyz.openbmc_project.Test.Iface1
      property: Value
      meta: PROPERTY2

- name: test property group 3
  class: group
  group: property
  type: int32
  members:
    - interface: xyz.openbmc_project.Test.Iface3
      property: Bar
      meta: PROPERTY1
    - interface: xyz.openbmc_project.Test.Iface2
      property: Value
      meta: PROPERTY2
    - interface: xyz.openbmc_project.Test.Iface6
      property: Baz
      meta: PROPERTY3
OpenPOWER on IntegriCloud