We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If there are several errors, the only first error is displayed during the validation. Please check out the sample below:
(pyats) ~/tmp pyats validate testbed tb.yaml Loading testbed file: tb.yaml -------------------------------------------------------------------------------- devices.vm: Missing keys: ['connections'] (pyats) ~/tmp cat tb.yaml devices: vm: os: 'linux' dd: f: a type: 'linux' ddd: ddd (pyats) ~/tmp
It will be great if we see all possible errors at the same time.
The text was updated successfully, but these errors were encountered:
not exactly easy to fix. there's a lot of recursion on these validation logic.
Sorry, something went wrong.
bastell
No branches or pull requests
If there are several errors, the only first error is displayed during the validation.
Please check out the sample below:
It will be great if we see all possible errors at the same time.
The text was updated successfully, but these errors were encountered: