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