-
Notifications
You must be signed in to change notification settings - Fork 582
Improve fqdn_rotate/fqdn_rand_string acceptance tests #466
New issue
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
Improve fqdn_rotate/fqdn_rand_string acceptance tests #466
Conversation
The result of the test was: PASS I am a beta ci bot. I am probably lying to you. |
7c2f0b2
to
52c2b1e
Compare
The result of the test was: PASS I am a beta ci bot. I am probably lying to you. |
The result of the test was: PASS I am a beta ci bot. I am probably lying to you. |
The result of the test was: PASS I am a beta ci bot. I am probably lying to you. |
52c2b1e
to
98c2f28
Compare
@DavidS: Ah, sorry. Should I split this into two PRs or leave it as one? |
The result of the test was: PASS I am a beta ci bot. I am probably lying to you. |
Nah, it's fine. I'll merge that now and let the jenkins sort out the rest. |
Improve fqdn_rotate/fqdn_rand_string acceptance tests
This adds acceptance tests validating custom seed functionality in
fqdn_rotate()
and custom character set functionality infqdn_rand_string()
.This depends on #462.