blob: 8b3dfcffd8c816a2388385e7fe2a353744bc44b5 [file] [log] [blame]
Brad Bishop13fd8722017-05-15 12:44:01 -04001- name: test path group 1
2 class: group
3 group: path
4 members:
Brad Bishopbabf3b72017-05-31 19:44:53 -04005 - meta: PATH
Brad Bishop13fd8722017-05-15 12:44:01 -04006 path: /xyz/openbmc_project/testing/inst4
7
8- name: test path group 3
9 class: group
10 group: path
11 members:
Brad Bishopbabf3b72017-05-31 19:44:53 -040012 - meta: PATH
Brad Bishop13fd8722017-05-15 12:44:01 -040013 path: /xyz/openbmc_project/testing/inst4
Brad Bishopbabf3b72017-05-31 19:44:53 -040014 - meta: PATH
Brad Bishop13fd8722017-05-15 12:44:01 -040015 path: /xyz/openbmc_project/testing/inst6
16
17- name: test property group 1
18 class: group
19 group: property
20 type: int32
21 members:
22 - interface: xyz.openbmc_project.Sensor.Iface1
Brad Bishopbabf3b72017-05-31 19:44:53 -040023 meta: PROPERTY
Brad Bishop13fd8722017-05-15 12:44:01 -040024 property: Value
25
26- name: test property group 3
27 class: group
28 group: property
29 type: string
30 members:
31 - interface: xyz.openbmc_project.Sensor.Iface3
Brad Bishopbabf3b72017-05-31 19:44:53 -040032 meta: PROPERTY
Brad Bishop13fd8722017-05-15 12:44:01 -040033 property: Value2
34
35- name: test property watch 1
36 class: watch
37 watch: property
38 paths: test path group 1
39 properties: test property group 1
40
41- name: test property watch 3
42 class: watch
43 watch: property
44 paths: test path group 3
45 properties: test property group 3