BIND 10 trac2157_2, updated. b9be907e65b56003803b87a8886d37196c53741b [2157] add a comment for lettuce test: check for Auth receives 'getstats'
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 5 11:30:08 UTC 2013
The branch, trac2157_2 has been updated
via b9be907e65b56003803b87a8886d37196c53741b (commit)
from a6a1bf6c90da7fc59eaf094762eb1410f14b8658 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b9be907e65b56003803b87a8886d37196c53741b
Author: Yoshitaka Aharen <aharen at jprs.co.jp>
Date: Tue Feb 5 20:29:14 2013 +0900
[2157] add a comment for lettuce test: check for Auth receives 'getstats'
-----------------------------------------------------------------------
Summary of changes:
tests/lettuce/features/queries.feature | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/queries.feature b/tests/lettuce/features/queries.feature
index e9c2cc7..8a66d1c 100644
--- a/tests/lettuce/features/queries.feature
+++ b/tests/lettuce/features/queries.feature
@@ -19,8 +19,11 @@ Feature: Querying feature
And bind10 module StatsHttpd should not be running
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
+ # make sure Auth module receives a command
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
+ # make sure Auth module replied to the command
And wait for new bind10 stderr message CC_REPLY
+ # make sure the response is for 'getstats'
And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
@@ -48,8 +51,11 @@ Feature: Querying feature
"""
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
+ # make sure Auth module receives a command
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
+ # make sure Auth module replied to the command
And wait for new bind10 stderr message CC_REPLY
+ # make sure the response is for 'getstats'
And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
@@ -87,8 +93,11 @@ Feature: Querying feature
"""
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
+ # make sure Auth module receives a command
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
+ # make sure Auth module replied to the command
And wait for new bind10 stderr message CC_REPLY
+ # make sure the response is for 'getstats'
And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
@@ -114,8 +123,11 @@ Feature: Querying feature
"""
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
+ # make sure Auth module receives a command
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
+ # make sure Auth module replied to the command
And wait for new bind10 stderr message CC_REPLY
+ # make sure the response is for 'getstats'
And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
@@ -145,8 +157,11 @@ Feature: Querying feature
And bind10 module StatsHttpd should not be running
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
+ # make sure Auth module receives a command
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
+ # make sure Auth module replied to the command
And wait for new bind10 stderr message CC_REPLY
+ # make sure the response is for 'getstats'
And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
@@ -172,8 +187,11 @@ Feature: Querying feature
"""
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
+ # make sure Auth module receives a command
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
+ # make sure Auth module replied to the command
And wait for new bind10 stderr message CC_REPLY
+ # make sure the response is for 'getstats'
And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
@@ -194,8 +212,11 @@ Feature: Querying feature
And wait for bind10 stderr message AUTH_SERVER_STARTED
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
+ # make sure Auth module receives a command
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
+ # make sure Auth module replied to the command
And wait for new bind10 stderr message CC_REPLY
+ # make sure the response is for 'getstats'
And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
@@ -217,8 +238,11 @@ Feature: Querying feature
"""
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
+ # make sure Auth module receives a command
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
+ # make sure Auth module replied to the command
And wait for new bind10 stderr message CC_REPLY
+ # make sure the response is for 'getstats'
And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
@@ -251,8 +275,11 @@ Feature: Querying feature
And bind10 module StatsHttpd should not be running
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
+ # make sure Auth module receives a command
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
+ # make sure Auth module replied to the command
And wait for new bind10 stderr message CC_REPLY
+ # make sure the response is for 'getstats'
And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
@@ -262,8 +289,11 @@ Feature: Querying feature
The last query response should have ancount 0
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
+ # make sure Auth module receives a command
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
+ # make sure Auth module replied to the command
And wait for new bind10 stderr message CC_REPLY
+ # make sure the response is for 'getstats'
And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
@@ -285,8 +315,11 @@ Feature: Querying feature
"""
When I wait for new bind10 stderr message STATS_SEND_STATISTICS_REQUEST
+ # make sure Auth module receives a command
And wait for new bind10 stderr message AUTH_RECEIVED_COMMAND
+ # make sure Auth module replied to the command
And wait for new bind10 stderr message CC_REPLY
+ # make sure the response is for 'getstats'
And wait for new bind10 stderr message v4
Then I query statistics zones of bind10 module Auth
And last bindctl output should not contain "error"
More information about the bind10-changes
mailing list