From: Remi Gacogne Date: Mon, 8 Jun 2020 14:45:03 +0000 (+0200) Subject: dnsdist: Update the tests for the new 'doh-*-pipe-full' metrics X-Git-Tag: dnsdist-1.5.0-rc3~8^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42c3ee8d3a492c842b5ce541ae5f64d9941eed06;p=thirdparty%2Fpdns.git dnsdist: Update the tests for the new 'doh-*-pipe-full' metrics --- diff --git a/regression-tests.dnsdist/test_API.py b/regression-tests.dnsdist/test_API.py index afb5401510..bfabe5c615 100644 --- a/regression-tests.dnsdist/test_API.py +++ b/regression-tests.dnsdist/test_API.py @@ -236,7 +236,8 @@ class TestAPIBasics(DNSDistTest): 'noncompliant-responses', 'rdqueries', 'empty-queries', 'cache-hits', 'cache-misses', 'cpu-iowait', 'cpu-steal', 'cpu-sys-msec', 'cpu-user-msec', 'fd-usage', 'dyn-blocked', 'dyn-block-nmg-size', 'rule-servfail', 'security-status', - 'udp-in-errors', 'udp-noport-errors', 'udp-recvbuf-errors', 'udp-sndbuf-errors'] + 'udp-in-errors', 'udp-noport-errors', 'udp-recvbuf-errors', 'udp-sndbuf-errors', + 'doh-query-pipe-full', 'doh-response-pipe-full'] for key in expected: self.assertIn(key, values)