blob: e6e997be21b97071673da3ba252ec364039e989f [file] [log] [blame]
Brad Bishopb6044802017-05-07 23:14:57 -04001# Validate paths are not duplicated when
2# they exist in multiple groups.
3
4- name: test path group
5 class: group
6 group: path
7 members:
Patrick Williams2b31c982022-12-08 06:12:49 -06008 - meta: PATH1
9 path: /xyz/openbmc_project/testing/inst1
10 - meta: PATH1
11 path: /xyz/openbmc_project/testing/inst2
12 - meta: PATH1
13 path: /xyz/openbmc_project/testing/inst3
14 - meta: PATH1
15 path: /xyz/openbmc_project/testing/inst4
Brad Bishopb6044802017-05-07 23:14:57 -040016
17- name: test path group 2
18 class: group
19 group: path
20 members:
Patrick Williams2b31c982022-12-08 06:12:49 -060021 - meta: PATH3
22 path: /xyz/openbmc_project/testing/inst1
23 - meta: PATH3
24 path: /xyz/openbmc_project/testing/inst2
25 - meta: PATH3
26 path: /xyz/openbmc_project/testing/inst3
27 - meta: PATH3
28 path: /xyz/openbmc_project/testing/inst4