From: Naoki Kambe Date: Thu, 21 Mar 2013 05:48:26 +0000 (+0900) Subject: [2252] update description of check_statistics_items() about min_value and max_value X-Git-Tag: bind10-1.2.0beta1-release~474^2~4^2~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be426ec46dfd7aa3573872059ac9420dd4fd7d75;p=thirdparty%2Fkea.git [2252] update description of check_statistics_items() about min_value and max_value --- diff --git a/tests/lettuce/features/terrain/bind10_control.py b/tests/lettuce/features/terrain/bind10_control.py index 596a4069fb..2418ca9725 100644 --- a/tests/lettuce/features/terrain/bind10_control.py +++ b/tests/lettuce/features/terrain/bind10_control.py @@ -390,9 +390,14 @@ def check_statistics_items(step, category, has_except_for): with the multiline part. Expected values of items are taken from the multiline part of the step in - the scenario. The multiline part has two columns: item_name and item_value. - item_name is a relative name to category. item_value is an expected value - for item_name. + the scenario. The multiline part has at most 5 columns: item_name, + item_value, min_value, and max_value. item_name is a relative name + to category. item_value is an expected value for + item_name. min_value and max_value are expected to be used when + item_value cannot be specified to be item_value. min_value is the + minimum value in the expected range, and max_value is the maximum + value in the expected range. Values would be examined if they are + in columns corresponding to these. """ def flatten(dictionary, prefix=''):