Update PDK to 1.18.1 and re-work tests #141
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi there!
I'm reworking a puppet environment and as part of that we're throwing out our internal freeradius module and have elected to use this one. There are some changes required to get it to where we want it, so I'm contributing these changes back. This is the first of these.
Here I am updating PDK to 1.18.1. I had intended to test before and after, but found that the tests seemed to be broken and unmaintained. I've re-worked all the tests away from the generated tests so they can be maintained going forward. My focus has been to retain the original test cases (i.e., what was being tested) so have only added a few additional test cases and contexts. It is my intent to add more test cases and contexts however, if this PR is accepted, as part of other PRs I intend to send.