1b604480aSBrad Bishop# Validate paths are not duplicated when 2b604480aSBrad Bishop# they exist in multiple groups. 3b604480aSBrad Bishop 4b604480aSBrad Bishop- name: test path group 5b604480aSBrad Bishop class: group 6b604480aSBrad Bishop group: path 7b604480aSBrad Bishop members: 8*babf3b78SBrad Bishop - meta: PATH1 9b604480aSBrad Bishop path: /xyz/openbmc_project/testing/inst1 10*babf3b78SBrad Bishop - meta: PATH1 11b604480aSBrad Bishop path: /xyz/openbmc_project/testing/inst2 12*babf3b78SBrad Bishop - meta: PATH1 13b604480aSBrad Bishop path: /xyz/openbmc_project/testing/inst3 14*babf3b78SBrad Bishop - meta: PATH1 15b604480aSBrad Bishop path: /xyz/openbmc_project/testing/inst4 16b604480aSBrad Bishop 17b604480aSBrad Bishop- name: test path group 2 18b604480aSBrad Bishop class: group 19b604480aSBrad Bishop group: path 20b604480aSBrad Bishop members: 21*babf3b78SBrad Bishop - meta: PATH3 22b604480aSBrad Bishop path: /xyz/openbmc_project/testing/inst1 23*babf3b78SBrad Bishop - meta: PATH3 24b604480aSBrad Bishop path: /xyz/openbmc_project/testing/inst2 25*babf3b78SBrad Bishop - meta: PATH3 26b604480aSBrad Bishop path: /xyz/openbmc_project/testing/inst3 27*babf3b78SBrad Bishop - meta: PATH3 28b604480aSBrad Bishop path: /xyz/openbmc_project/testing/inst4 29