]> git.ipfire.org Git - thirdparty/pdns.git/commit
dnsdist: Add more regression tests 3126/head
authorRemi Gacogne <rgacogne-github@coredump.fr>
Mon, 28 Dec 2015 17:20:07 +0000 (18:20 +0100)
committerRemi Gacogne <rgacogne-github@coredump.fr>
Mon, 28 Dec 2015 17:20:07 +0000 (18:20 +0100)
commitec5f5c6bcae80d44bea57a2471c23a106c5cb25d
tree409e91cec848d1bf634039f060b6f004c24d9a9b
parent0bd31ccc3552c7aecd81be9f076004476d3e9598
dnsdist: Add more regression tests

Tests for:

Actions:
* DelayAction
* RCodeAction

Rules:
* AllRule
* AndRule
* addAnyTCRule
* addDisableValidationRule
* addNoRecurseRule
* addPoolRule
* QTypeRule
* RegexRule
* SuffixMatchNodeRule

Misc:
* ACL
* truncateTC
* fixupCase
* addDomainSpoof
* Round Robin balancing
regression-tests.dnsdist/.gitignore
regression-tests.dnsdist/dnsdist.conf
regression-tests.dnsdist/dnsdisttests.py
regression-tests.dnsdist/test_Advanced.py [new file with mode: 0644]
regression-tests.dnsdist/test_Basics.py
regression-tests.dnsdist/test_EdnsClientSubnet.py