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
Currently we dont have any tests that cover the configuration for types files: https://github.com/socallinuxexpo/scale-network/tree/8cb8aab0615785177693cfe06b8f0fab51756d30/switch-configuration/config/types we should be verify the number of columns and things like "Uplink", "Downlink", "AP", etc. that are specific to columns. We don't have to be ultra specific per column but covering the basics for the types.
"Uplink", "Downlink", "AP", etc.
Examples of similar tests would be something like test_switchtypes_tsv:
test_switchtypes_tsv
scale-network/facts/test_datasources.py
Lines 80 to 99 in 8cb8aab
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Description
Currently we dont have any tests that cover the configuration for types files: https://github.com/socallinuxexpo/scale-network/tree/8cb8aab0615785177693cfe06b8f0fab51756d30/switch-configuration/config/types we should be verify the number of columns and things like
"Uplink", "Downlink", "AP", etc.
that are specific to columns. We don't have to be ultra specific per column but covering the basics for the types.Examples of similar tests would be something like
test_switchtypes_tsv
:scale-network/facts/test_datasources.py
Lines 80 to 99 in 8cb8aab
Acceptance Criteria
The text was updated successfully, but these errors were encountered: