CiscoDevNet / BootIntegrityValidator

Python module that validates the Boot Integrity Visibility output generated on a Cisco IOS-XE device
MIT License
6 stars 3 forks source link

Raise collective KGV mismatch ValidationException #10

Closed mjavaid closed 2 years ago

mjavaid commented 2 years ago

Rather than make the ValidationException error on a KGV mismatch toggleable, we should still raise the Exception but at the end of all KGV mismatch checks rather than on the first failure.