From 6a78f305750fb19958664b07b135c07d3ced9629 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 29 May 2018 15:11:43 +0200 Subject: [PATCH] Add API droprate to tests --- regression-tests.dnsdist/test_API.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/regression-tests.dnsdist/test_API.py b/regression-tests.dnsdist/test_API.py index 5ceb94628..05bd95675 100644 --- a/regression-tests.dnsdist/test_API.py +++ b/regression-tests.dnsdist/test_API.py @@ -97,7 +97,8 @@ class TestAPIBasics(DNSDistTest): for server in content['servers']: for key in ['id', 'latency', 'name', 'weight', 'outstanding', 'qpsLimit', - 'reuseds', 'state', 'address', 'pools', 'qps', 'queries', 'order', 'sendErrors']: + 'reuseds', 'state', 'address', 'pools', 'qps', 'queries', 'order', 'sendErrors', + 'dropRate']: self.assertIn(key, server) for key in ['id', 'latency', 'weight', 'outstanding', 'qpsLimit', 'reuseds', -- 2.40.0