From: Chris Hofstaedtler Date: Mon, 19 Feb 2018 18:12:11 +0000 (+0100) Subject: tests: Add rule-servfail to test_API X-Git-Tag: dnsdist-1.3.0~95^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8fbade0d2cd318515bfb6767da2d441a72ddf475;p=pdns tests: Add rule-servfail to test_API --- diff --git a/regression-tests.dnsdist/test_API.py b/regression-tests.dnsdist/test_API.py index caf2ff6ad..e042ad546 100644 --- a/regression-tests.dnsdist/test_API.py +++ b/regression-tests.dnsdist/test_API.py @@ -222,7 +222,7 @@ class TestAPIBasics(DNSDistTest): 'latency-avg1000000', 'uptime', 'real-memory-usage', 'noncompliant-queries', 'noncompliant-responses', 'rdqueries', 'empty-queries', 'cache-hits', 'cache-misses', 'cpu-user-msec', 'cpu-sys-msec', 'fd-usage', 'dyn-blocked', - 'dyn-block-nmg-size'] + 'dyn-block-nmg-size', 'rule-servfail'] for key in expected: self.assertIn(key, values)