xref: /openbmc/phosphor-dbus-monitor/src/test/yaml/propertywatchgentest/watchone.yaml (revision 2b31c9882ddd7b0cabb6d18484e2887201932401)
113fd8722SBrad Bishop- name: test path group 1
213fd8722SBrad Bishop  class: group
313fd8722SBrad Bishop  group: path
413fd8722SBrad Bishop  members:
5*babf3b78SBrad Bishop      - meta: PATH
613fd8722SBrad Bishop        path: /xyz/openbmc_project/testing/inst1
7*babf3b78SBrad Bishop      - meta: PATH
813fd8722SBrad Bishop        path: /xyz/openbmc_project/testing/inst2
9*babf3b78SBrad Bishop      - meta: PATH
1013fd8722SBrad Bishop        path: /xyz/openbmc_project/testing/inst3
11*babf3b78SBrad Bishop      - meta: PATH
1213fd8722SBrad Bishop        path: /xyz/openbmc_project/testing/inst4
1313fd8722SBrad Bishop
1413fd8722SBrad Bishop- name: test path group 2
1513fd8722SBrad Bishop  class: group
1613fd8722SBrad Bishop  group: path
1713fd8722SBrad Bishop  members:
18*babf3b78SBrad Bishop      - meta: PATH
1913fd8722SBrad Bishop        path: /xyz/openbmc_project/testing/inst3
20*babf3b78SBrad Bishop      - meta: PATH
2113fd8722SBrad Bishop        path: /xyz/openbmc_project/testing/inst4
22*babf3b78SBrad Bishop      - meta: PATH
2313fd8722SBrad Bishop        path: /xyz/openbmc_project/testing/inst5
24*babf3b78SBrad Bishop      - meta: PATH
2513fd8722SBrad Bishop        path: /xyz/openbmc_project/testing/inst6
2613fd8722SBrad Bishop
2713fd8722SBrad Bishop- name: test property group 1
2813fd8722SBrad Bishop  class: group
2913fd8722SBrad Bishop  group: property
3013fd8722SBrad Bishop  type: string
3113fd8722SBrad Bishop  members:
3213fd8722SBrad Bishop      - interface: xyz.openbmc_project.Sensor.Iface1
33*babf3b78SBrad Bishop        meta: PROPERTY
3413fd8722SBrad Bishop        property: Value
3513fd8722SBrad Bishop      - interface: xyz.openbmc_project.Sensor.Iface2
36*babf3b78SBrad Bishop        meta: PROPERTY
3713fd8722SBrad Bishop        property: Value
3813fd8722SBrad Bishop
3913fd8722SBrad Bishop- name: test property group 2
4013fd8722SBrad Bishop  class: group
4113fd8722SBrad Bishop  group: property
4213fd8722SBrad Bishop  type: uint32
4313fd8722SBrad Bishop  members:
4413fd8722SBrad Bishop      - interface: xyz.openbmc_project.Sensor.Iface3
45*babf3b78SBrad Bishop        meta: PROPERTY
4613fd8722SBrad Bishop        property: Value1
4713fd8722SBrad Bishop      - interface: xyz.openbmc_project.Sensor.Iface3
48*babf3b78SBrad Bishop        meta: PROPERTY
4913fd8722SBrad Bishop        property: Value2
5013fd8722SBrad Bishop
5113fd8722SBrad Bishop- name: test property watch 1
5213fd8722SBrad Bishop  class: watch
5313fd8722SBrad Bishop  watch: property
5413fd8722SBrad Bishop  paths: test path group 1
5513fd8722SBrad Bishop  properties: test property group 1
5613fd8722SBrad Bishop
5713fd8722SBrad Bishop- name: test property watch 2
5813fd8722SBrad Bishop  class: watch
5913fd8722SBrad Bishop  watch: property
6013fd8722SBrad Bishop  paths: test path group 2
6113fd8722SBrad Bishop  properties: test property group 2
62