1- name: test path group 1
2  class: group
3  group: path
4  members:
5      - meta: PATH
6        path: /xyz/openbmc_project/testing/inst1
7      - meta: PATH
8        path: /xyz/openbmc_project/testing/inst2
9      - meta: PATH
10        path: /xyz/openbmc_project/testing/inst3
11      - meta: PATH
12        path: /xyz/openbmc_project/testing/inst4
13
14- name: test path group 2
15  class: group
16  group: path
17  members:
18      - meta: PATH
19        path: /xyz/openbmc_project/testing/inst3
20      - meta: PATH
21        path: /xyz/openbmc_project/testing/inst4
22      - meta: PATH
23        path: /xyz/openbmc_project/testing/inst5
24      - meta: PATH
25        path: /xyz/openbmc_project/testing/inst6
26
27- name: test property group 1
28  class: group
29  group: property
30  type: string
31  members:
32      - interface: xyz.openbmc_project.Sensor.Iface1
33        meta: PROPERTY
34        property: Value
35      - interface: xyz.openbmc_project.Sensor.Iface2
36        meta: PROPERTY
37        property: Value
38
39- name: test property group 2
40  class: group
41  group: property
42  type: uint32
43  members:
44      - interface: xyz.openbmc_project.Sensor.Iface3
45        meta: PROPERTY
46        property: Value1
47      - interface: xyz.openbmc_project.Sensor.Iface3
48        meta: PROPERTY
49        property: Value2
50
51- name: test property watch 1
52  class: watch
53  watch: property
54  paths: test path group 1
55  properties: test property group 1
56
57- name: test property watch 2
58  class: watch
59  watch: property
60  paths: test path group 2
61  properties: test property group 2
62