1# Validate paths are not duplicated when
2# they exist in multiple groups, and
3# validate the same name can be used
4# in different config files.
5
6- name: test path group
7  class: group
8  group: path
9  members:
10      - meta: PATH1
11        path: /xyz/openbmc_project/testing/inst1
12      - meta: PATH1
13        path: /xyz/openbmc_project/testing/inst2
14      - meta: PATH1
15        path: /xyz/openbmc_project/testing/inst5
16      - meta: PATH1
17        path: /xyz/openbmc_project/testing/inst6
18
19- name: test path group 2
20  class: group
21  group: path
22  members:
23      - meta: PATH2
24        path: /xyz/openbmc_project/testing/inst4
25      - meta: PATH2
26        path: /xyz/openbmc_project/testing/inst3
27      - meta: PATH2
28        path: /xyz/openbmc_project/testing/inst2
29      - meta: PATH2
30        path: /xyz/openbmc_project/testing/inst1
31