1# 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
29