blob: bcc7cd36ba081ece94f080534c8e966132dbec2e [file] [log] [blame]
Brad Bishopb6044802017-05-07 23:14:57 -04001# 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:
Patrick Williams2b31c982022-12-08 06:12:49 -060010 - 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
Brad Bishopb6044802017-05-07 23:14:57 -040018
19- name: test path group 2
20 class: group
21 group: path
22 members:
Patrick Williams2b31c982022-12-08 06:12:49 -060023 - 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