Browse Source

[2274] fix typo and change column order of label in initial statistics counter checking

Naoki Kambe 11 years ago
parent
commit
ddbff8acba
1 changed files with 8 additions and 8 deletions
  1. 8 8
      tests/lettuce/features/xfrin_notify_handling.feature

+ 8 - 8
tests/lettuce/features/xfrin_notify_handling.feature

@@ -28,8 +28,8 @@ Feature: Xfrin incoming notify handling
     # Test1 for Xfrout statistics
     # Test1 for Xfrout statistics
     #
     #
     check initial statistics not containing example.org for Xfrout with cmdctl port 47804 except for the following items
     check initial statistics not containing example.org for Xfrout with cmdctl port 47804 except for the following items
-      | item_name                | item_max | item_min |
-      | socket.unixdomain.open   |        1 |        0 |
+      | item_name                | min_value | max_value |
+      | socket.unixdomain.open   |         0 |         1 |
     # Note: .Xfrout.socket.unixdomain.open can be either expected to
     # Note: .Xfrout.socket.unixdomain.open can be either expected to
     # be 0 or 1 here.  The reason is: if b10-xfrout has started up and is
     # be 0 or 1 here.  The reason is: if b10-xfrout has started up and is
     # ready for a request from b10-stats, then b10-stats does request
     # ready for a request from b10-stats, then b10-stats does request
@@ -136,8 +136,8 @@ Feature: Xfrin incoming notify handling
     # Test1 for Xfrout statistics
     # Test1 for Xfrout statistics
     #
     #
     check initial statistics not containing example.org for Xfrout with cmdctl port 47804 except for the following items
     check initial statistics not containing example.org for Xfrout with cmdctl port 47804 except for the following items
-      | item_name                | item_max | item_min |
-      | socket.unixdomain.open   |        1 |        0 |
+      | item_name                | min_value | max_value |
+      | socket.unixdomain.open   |         0 |         1 |
     # Note: See above about .Xfrout.socket.unixdomain.open.
     # Note: See above about .Xfrout.socket.unixdomain.open.
 
 
     #
     #
@@ -238,8 +238,8 @@ Feature: Xfrin incoming notify handling
     # Test1 for Xfrout statistics
     # Test1 for Xfrout statistics
     #
     #
     check initial statistics not containing example.org for Xfrout with cmdctl port 47804 except for the following items
     check initial statistics not containing example.org for Xfrout with cmdctl port 47804 except for the following items
-      | item_name                | item_max | item_min |
-      | socket.unixdomain.open   |        1 |        0 |
+      | item_name                | min_value | max_value |
+      | socket.unixdomain.open   |         0 |         1 |
     # Note: See above about .Xfrout.socket.unixdomain.open.
     # Note: See above about .Xfrout.socket.unixdomain.open.
 
 
     #
     #
@@ -344,8 +344,8 @@ Feature: Xfrin incoming notify handling
     # Test1 for Xfrout statistics
     # Test1 for Xfrout statistics
     #
     #
     check initial statistics not containing example.org for Xfrout with cmdctl port 47804 except for the following items
     check initial statistics not containing example.org for Xfrout with cmdctl port 47804 except for the following items
-      | item_name                | item_max | item_min |
-      | socket.unixdomain.open   |        1 |        0 |
+      | item_name                | min_value | max_value |
+      | socket.unixdomain.open   |         0 |         1 |
     # Note: See above about .Xfrout.socket.unixdomain.open.
     # Note: See above about .Xfrout.socket.unixdomain.open.
 
 
     #
     #