]> git.ipfire.org Git - thirdparty/pdns.git/commit - regression-tests.dnsdist/test_CheckConfig.py
dnsdist: Wait for dnsdist to exit in CheckConfig tests 3834/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 9 May 2016 14:13:14 +0000 (16:13 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 9 May 2016 14:13:14 +0000 (16:13 +0200)
commit61b4aa90c13c6db11e622170585a05d78c9821ad
tree3b2a092d90d6f5af50c24fd9367f7771f6103ec6
parente143fd480d715a75d38cb5f145dc0869a45b30ff
dnsdist: Wait for dnsdist to exit in CheckConfig tests

Otherwise we can't be sure that the exit code is the one we
expected.
Use `addACL()` instead of `newServer()` for the invalid parameter
test, as `newServer()` is skipped in client mode, and
`check-config` is run in this mode to prevent bind issues.
regression-tests.dnsdist/test_CheckConfig.py