summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorNaoki Kambe <kambe@jprs.co.jp>2013-08-30 04:45:46 +0200
committerNaoki Kambe <kambe@jprs.co.jp>2013-08-30 11:57:11 +0200
commitddbff8acbadb104d53aa001deed5ad2777f368d2 (patch)
treeb8846ddbc46565ccd460ac6ed7c1c54e30ff9490 /tests
parent[2274] untabify (diff)
downloadkea-ddbff8acbadb104d53aa001deed5ad2777f368d2.tar.xz
kea-ddbff8acbadb104d53aa001deed5ad2777f368d2.zip
[2274] fix typo and change column order of label in initial statistics counter checking
Diffstat (limited to 'tests')
-rw-r--r--tests/lettuce/features/xfrin_notify_handling.feature16
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/lettuce/features/xfrin_notify_handling.feature b/tests/lettuce/features/xfrin_notify_handling.feature
index f53d87188f..5393e4ac80 100644
--- a/tests/lettuce/features/xfrin_notify_handling.feature
+++ b/tests/lettuce/features/xfrin_notify_handling.feature
@@ -28,8 +28,8 @@ Feature: Xfrin incoming notify handling
# Test1 for Xfrout statistics
#
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
# 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
@@ -136,8 +136,8 @@ Feature: Xfrin incoming notify handling
# Test1 for Xfrout statistics
#
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.
#
@@ -238,8 +238,8 @@ Feature: Xfrin incoming notify handling
# Test1 for Xfrout statistics
#
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.
#
@@ -344,8 +344,8 @@ Feature: Xfrin incoming notify handling
# Test1 for Xfrout statistics
#
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.
#