blob: 7985b477e623d107e78ca62d5763b3b0fbc87aad [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:
Brad Bishopbabf3b72017-05-31 19:44:53 -04008 - meta: PATH1
Brad Bishopb6044802017-05-07 23:14:57 -04009 path: /xyz/openbmc_project/testing/inst1
Brad Bishopbabf3b72017-05-31 19:44:53 -040010 - meta: PATH1
Brad Bishopb6044802017-05-07 23:14:57 -040011 path: /xyz/openbmc_project/testing/inst2
Brad Bishopbabf3b72017-05-31 19:44:53 -040012 - meta: PATH1
Brad Bishopb6044802017-05-07 23:14:57 -040013 path: /xyz/openbmc_project/testing/inst3
Brad Bishopbabf3b72017-05-31 19:44:53 -040014 - meta: PATH1
Brad Bishopb6044802017-05-07 23:14:57 -040015 path: /xyz/openbmc_project/testing/inst4
16
17- name: test path group 2
18 class: group
19 group: path
20 members:
Brad Bishopbabf3b72017-05-31 19:44:53 -040021 - meta: PATH3
Brad Bishopb6044802017-05-07 23:14:57 -040022 path: /xyz/openbmc_project/testing/inst1
Brad Bishopbabf3b72017-05-31 19:44:53 -040023 - meta: PATH3
Brad Bishopb6044802017-05-07 23:14:57 -040024 path: /xyz/openbmc_project/testing/inst2
Brad Bishopbabf3b72017-05-31 19:44:53 -040025 - meta: PATH3
Brad Bishopb6044802017-05-07 23:14:57 -040026 path: /xyz/openbmc_project/testing/inst3
Brad Bishopbabf3b72017-05-31 19:44:53 -040027 - meta: PATH3
Brad Bishopb6044802017-05-07 23:14:57 -040028 path: /xyz/openbmc_project/testing/inst4