blob: bea2b096575f68b7a3a7b305a2bdb6d519bad802 [file] [log] [blame]
Brad Bishop13fd8722017-05-15 12:44:01 -04001- 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