blob: a4d5b57dfffd9c00ee8cc47f359fb7bc4e1295fd [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:
8 - 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
16
17- name: test path group 2
18 class: group
19 group: path
20 members:
21 - 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