From: Naoki Kambe Date: Tue, 12 Mar 2013 11:14:45 +0000 (+0900) Subject: [2252] reconsider expected values of counters for more specific values X-Git-Tag: bind10-1.2.0beta1-release~474^2~4^2~61 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=655179cfb251cd07a03469524e91c4ed81b57803;p=thirdparty%2Fkea.git [2252] reconsider expected values of counters for more specific values --- diff --git a/tests/lettuce/features/xfrin_notify_handling.feature b/tests/lettuce/features/xfrin_notify_handling.feature index c7d7b813f6..445ef5267a 100644 --- a/tests/lettuce/features/xfrin_notify_handling.feature +++ b/tests/lettuce/features/xfrin_notify_handling.feature @@ -225,13 +225,13 @@ Feature: Xfrin incoming notify handling When I query statistics zones of bind10 module Xfrin with cmdctl The statistics counters are 0 in category .Xfrin.zones except for the following items - | item_name | min_value | - | _SERVER_.soaoutv6 | 1 | - | _SERVER_.axfrreqv6 | 1 | - | _SERVER_.xfrfail | 1 | - | example.org..soaoutv6 | 1 | - | example.org..axfrreqv6 | 1 | - | example.org..xfrfail | 1 | + | item_name | min_value | max_value | + | _SERVER_.soaoutv6 | 1 | 3 | + | _SERVER_.axfrreqv6 | 1 | 3 | + | _SERVER_.xfrfail | 1 | 3 | + | example.org..soaoutv6 | 1 | 3 | + | example.org..axfrreqv6 | 1 | 3 | + | example.org..xfrfail | 1 | 3 | # # Test for unreachable slave @@ -264,9 +264,9 @@ Feature: Xfrin incoming notify handling When I query statistics zones of bind10 module Xfrout with cmdctl port 47804 The statistics counters are 0 in category .Xfrout.zones except for the following items - | item_name | min_value | - | _SERVER_.notifyoutv6 | 1 | - | example.org..notifyoutv6 | 1 | + | item_name | min_value | max_value | + | _SERVER_.notifyoutv6 | 1 | 5 | + | example.org..notifyoutv6 | 1 | 5 | When I query statistics socket of bind10 module Xfrout with cmdctl port 47804 The statistics counters are 0 in category .Xfrout.socket.unixdomain except for the following items