blob: 1e6f7b468ba9198bf3e1e4f6f5cc77071119f979 [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/inst1
Brad Bishopbabf3b72017-05-31 19:44:53 -04007 - meta: PATH
Brad Bishop13fd8722017-05-15 12:44:01 -04008 path: /xyz/openbmc_project/testing/inst2
Brad Bishopbabf3b72017-05-31 19:44:53 -04009 - meta: PATH
Brad Bishop13fd8722017-05-15 12:44:01 -040010 path: /xyz/openbmc_project/testing/inst3
Brad Bishopbabf3b72017-05-31 19:44:53 -040011 - meta: PATH
Brad Bishop13fd8722017-05-15 12:44:01 -040012 path: /xyz/openbmc_project/testing/inst4
13
14- name: test path group 2
15 class: group
16 group: path
17 members:
Brad Bishopbabf3b72017-05-31 19:44:53 -040018 - meta: PATH
Brad Bishop13fd8722017-05-15 12:44:01 -040019 path: /xyz/openbmc_project/testing/inst3
Brad Bishopbabf3b72017-05-31 19:44:53 -040020 - meta: PATH
Brad Bishop13fd8722017-05-15 12:44:01 -040021 path: /xyz/openbmc_project/testing/inst4
Brad Bishopbabf3b72017-05-31 19:44:53 -040022 - meta: PATH
Brad Bishop13fd8722017-05-15 12:44:01 -040023 path: /xyz/openbmc_project/testing/inst5
Brad Bishopbabf3b72017-05-31 19:44:53 -040024 - meta: PATH
Brad Bishop13fd8722017-05-15 12:44:01 -040025 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
Brad Bishopbabf3b72017-05-31 19:44:53 -040033 meta: PROPERTY
Brad Bishop13fd8722017-05-15 12:44:01 -040034 property: Value
35 - interface: xyz.openbmc_project.Sensor.Iface2
Brad Bishopbabf3b72017-05-31 19:44:53 -040036 meta: PROPERTY
Brad Bishop13fd8722017-05-15 12:44:01 -040037 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
Brad Bishopbabf3b72017-05-31 19:44:53 -040045 meta: PROPERTY
Brad Bishop13fd8722017-05-15 12:44:01 -040046 property: Value1
47 - interface: xyz.openbmc_project.Sensor.Iface3
Brad Bishopbabf3b72017-05-31 19:44:53 -040048 meta: PROPERTY
Brad Bishop13fd8722017-05-15 12:44:01 -040049 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