Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
78a13fe9
Commit
78a13fe9
authored
Sep 28, 2012
by
Naoki Kambe
Browse files
[2225] added same tests as the above tests
parent
b3b2d108
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/lettuce/features/xfrin_notify_handling.feature
View file @
78a13fe9
...
...
@@ -125,6 +125,22 @@ Feature: Xfrin incoming notify handling
Then
the statistics counter xfrrej for the zone _SERVER_ should be 0
Then
the statistics counter xfrreqdone for the zone _SERVER_ should be 0
When
I query statistics ixfr_running of bind10 module Xfrout with cmdctl port 47804
Then
the statistics counter ixfr_running should be 0
When
I query statistics axfr_running of bind10 module Xfrout with cmdctl port 47804
Then
the statistics counter axfr_running should be 0
When
I query statistics socket of bind10 module Xfrout with cmdctl port 47804
Then
the statistics counter open should be between 0 and 1
Then
the statistics counter openfail should be 0
Then
the statistics counter close should be 0
Then
the statistics counter bindfail should be 0
Then
the statistics counter acceptfail should be 0
Then
the statistics counter accept should be 0
Then
the statistics counter senderr should be 0
Then
the statistics counter recverr should be 0
#
# set transfer_acl rejection
# Local xfr requests from Xfrin module would be rejected here.
...
...
@@ -170,3 +186,13 @@ Feature: Xfrin incoming notify handling
Then
the statistics counter xfrrej for the zone example.org. should be greater than 0
Then
the statistics counter xfrreqdone for the zone _SERVER_ should be 0
Then
the statistics counter xfrreqdone for the zone example.org. should be 0
When
I query statistics socket of bind10 module Xfrout with cmdctl port 47804
Then
the statistics counter open should be 1
Then
the statistics counter openfail should be 0
Then
the statistics counter close should be 0
Then
the statistics counter bindfail should be 0
Then
the statistics counter acceptfail should be 0
Then
the statistics counter accept should be 1
Then
the statistics counter senderr should be 0
Then
the statistics counter recverr should be 0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment