Browse Source

[2157] added a comment for step.hashes

Yoshitaka Aharen 12 years ago
parent
commit
f1b061b42a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tests/lettuce/features/terrain/bind10_control.py

+ 1 - 0
tests/lettuce/features/terrain/bind10_control.py

@@ -468,6 +468,7 @@ def check_statistics_items(step, category, has_except_for):
 
     stats = flatten(parse_bindctl_output_as_data_structure())
     if has_except_for:
+        # fetch step tables in the scnario as hashes
         for item in step.hashes:
             name = category+'.'+item['item_name']
             value = item['item_value']