Actions
Bug #500
closed
VJ
CT
duplicate values in host-os-policy not detected
Bug #500:
duplicate values in host-os-policy not detected
Affected Versions:
Effort:
low
Difficulty:
low
Label:
Description
Duplicate values like below are not handled properly.
host-os-policy: # Make the default policy windows. windows: ["1.2.3.4"] bsd: ["1.2.3.4"] bsd-right: [] old-linux: [] linux: ["1.2.3.4"] old-solaris: [] solaris: ["1.2.3.4"] hpux10: ["1.2.3.4"] hpux11: ["1.2.3.4"] irix: ["1.2.3.4"] macos: ["1.2.3.4"] vista: ["1.2.3.4"] windows2k3: ["1.2.3.4"]
Please make sure we error out on this condition.
Please also add unittests.
Actions