]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2252] update description of check_statistics_items() about min_value and max_value
authorNaoki Kambe <kambe@jprs.co.jp>
Thu, 21 Mar 2013 05:48:26 +0000 (14:48 +0900)
committerNaoki Kambe <kambe@jprs.co.jp>
Thu, 21 Mar 2013 07:55:53 +0000 (16:55 +0900)
tests/lettuce/features/terrain/bind10_control.py

index 596a4069fbf5a43a67620b55397522c63ea105ac..2418ca97254659feca0e567e6157f296fd2c04ce 100644 (file)
@@ -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=''):