blob: 3910fd2b725e6bcc127e31cc431ca53d4c470330 [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:
Brad Bishopbabf3b72017-05-31 19:44:53 -040010 - meta: PATH1
Brad Bishopb6044802017-05-07 23:14:57 -040011 path: /xyz/openbmc_project/testing/inst1
Brad Bishopbabf3b72017-05-31 19:44:53 -040012 - meta: PATH1
Brad Bishopb6044802017-05-07 23:14:57 -040013 path: /xyz/openbmc_project/testing/inst2
Brad Bishopbabf3b72017-05-31 19:44:53 -040014 - meta: PATH1
Brad Bishopb6044802017-05-07 23:14:57 -040015 path: /xyz/openbmc_project/testing/inst5
Brad Bishopbabf3b72017-05-31 19:44:53 -040016 - meta: PATH1
Brad Bishopb6044802017-05-07 23:14:57 -040017 path: /xyz/openbmc_project/testing/inst6
18
19- name: test path group 2
20 class: group
21 group: path
22 members:
Brad Bishopbabf3b72017-05-31 19:44:53 -040023 - meta: PATH2
Brad Bishopb6044802017-05-07 23:14:57 -040024 path: /xyz/openbmc_project/testing/inst4
Brad Bishopbabf3b72017-05-31 19:44:53 -040025 - meta: PATH2
Brad Bishopb6044802017-05-07 23:14:57 -040026 path: /xyz/openbmc_project/testing/inst3
Brad Bishopbabf3b72017-05-31 19:44:53 -040027 - meta: PATH2
Brad Bishopb6044802017-05-07 23:14:57 -040028 path: /xyz/openbmc_project/testing/inst2
Brad Bishopbabf3b72017-05-31 19:44:53 -040029 - meta: PATH2
Brad Bishopb6044802017-05-07 23:14:57 -040030 path: /xyz/openbmc_project/testing/inst1