]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
13 years ago[2835] Fix comment
Michal 'vorner' Vaner [Fri, 22 Mar 2013 09:38:37 +0000 (10:38 +0100)] 
[2835] Fix comment

13 years ago[2835] Throw a more appropriate exception
Michal 'vorner' Vaner [Fri, 22 Mar 2013 09:37:17 +0000 (10:37 +0100)] 
[2835] Throw a more appropriate exception

13 years ago[2835] Clarification of doxygen
Michal 'vorner' Vaner [Fri, 22 Mar 2013 09:20:13 +0000 (10:20 +0100)] 
[2835] Clarification of doxygen

Saying the segments are for in-memory cache. Also adding note about
future extending and exceptions.

13 years ago[2835] Rename enum item
Michal 'vorner' Vaner [Fri, 22 Mar 2013 09:03:24 +0000 (10:03 +0100)] 
[2835] Rename enum item

SEGMENT_MAPPED may be misleading in case of locally-allocated memory.
Using SEGMENT_INUSE.

13 years ago[1938] corrected the use of 'wait for new' based on the revised semantics.
JINMEI Tatuya [Fri, 22 Mar 2013 07:04:24 +0000 (00:04 -0700)] 
[1938] corrected the use of 'wait for new' based on the revised semantics.

in some cases we can't simply use 'new' (but normally safe without it),
and in some cases we need additional synchronization points to make it
work more reliably.

13 years ago[1938] clarify and more rationalize the "only_new" ver of wait_for variants.
JINMEI Tatuya [Fri, 22 Mar 2013 07:01:37 +0000 (00:01 -0700)] 
[1938] clarify and more rationalize the "only_new" ver of wait_for variants.

previously the semantics was a bit ambiguous and resulted in some
less predictable behavior. (and, non suprisingly, some usage cases
in features seem to be wrong about "wait for new").

13 years ago[2391] update AFSDB to use the MasterLexer
Paul Selkirk [Fri, 22 Mar 2013 03:08:58 +0000 (23:08 -0400)] 
[2391] update AFSDB to use the MasterLexer

13 years ago[2784] Added logic to test_control.cc to check for a mismatch
Thomas Markwalder [Thu, 21 Mar 2013 17:33:51 +0000 (13:33 -0400)] 
[2784] Added logic to test_control.cc to check for a mismatch
between the commnd line arguments for ip version and server.
Added test_control unit tests to verify mismatch detection.

13 years ago[1938] comment typo
Jelte Jansen [Thu, 21 Mar 2013 12:53:01 +0000 (13:53 +0100)] 
[1938] comment typo

13 years ago[2785] Modified logic in StatsMgr::ExchangeStats to calculate
Thomas Markwalder [Thu, 21 Mar 2013 12:19:41 +0000 (08:19 -0400)] 
[2785] Modified logic in StatsMgr::ExchangeStats to calculate
packet sent and received times as time elapsed since perfdhcp
start up time (StatsMgr::boot_time_).

13 years ago[2252] add notes about counters of Xfrin: soaoutv4, axfrreqv4, soaoutv6, axfrreqv6...
Naoki Kambe [Thu, 21 Mar 2013 09:47:25 +0000 (18:47 +0900)] 
[2252] add notes about counters of Xfrin: soaoutv4, axfrreqv4, soaoutv6, axfrreqv6, and xfrfail

13 years ago[2252] set the expected max value of rejection counters to 3
Naoki Kambe [Thu, 21 Mar 2013 09:35:07 +0000 (18:35 +0900)] 
[2252] set the expected max value of rejection counters to 3

13 years ago[2252] update description of xfrin_notify_handling.feature
Naoki Kambe [Thu, 21 Mar 2013 09:09:32 +0000 (18:09 +0900)] 
[2252] update description of xfrin_notify_handling.feature

according to the actual tests running in this feature tests

13 years ago[2252] remove several initial checks for unixdomain socket counters of Xfrout
Naoki Kambe [Thu, 21 Mar 2013 09:04:04 +0000 (18:04 +0900)] 
[2252] remove several initial checks for unixdomain socket counters of Xfrout

Because they are included in the previous initial statistics checks.

13 years ago[2252] add a port number of cmdctl as an option of check_init_statistics()
Naoki Kambe [Thu, 21 Mar 2013 06:35:19 +0000 (15:35 +0900)] 
[2252] add a port number of cmdctl as an option of check_init_statistics()

13 years ago[2252] generalize the module name as an argument of check_init_statistics()
Naoki Kambe [Thu, 21 Mar 2013 06:38:08 +0000 (15:38 +0900)] 
[2252] generalize the module name as an argument of check_init_statistics()

not need to specify the category name with the module name
respectively, check all statistics items of the module from the top
level of the tree.

13 years ago[2252] update description of check_statistics_items() about min_value and max_value
Naoki Kambe [Thu, 21 Mar 2013 05:48:26 +0000 (14:48 +0900)] 
[2252] update description of check_statistics_items() about min_value and max_value

13 years ago[2252] add tests dedicated to statistics
Naoki Kambe [Thu, 21 Mar 2013 04:26:21 +0000 (13:26 +0900)] 
[2252] add tests dedicated to statistics

13 years ago[2252] remove checks of statistics counters from the existing test classes unrelated...
Naoki Kambe [Tue, 19 Mar 2013 09:54:17 +0000 (18:54 +0900)] 
[2252] remove checks of statistics counters from the existing test classes unrelated to statistics tests

13 years ago[2252] replace the log message XFRIN_RECEIVED_COMMAND to the more general id XFRIN_RE...
Naoki Kambe [Mon, 18 Mar 2013 11:37:13 +0000 (20:37 +0900)] 
[2252] replace the log message XFRIN_RECEIVED_COMMAND to the more general id XFRIN_RECEIVED_COMMAND with the command name

13 years ago[2252] remove the if condition because we don't need to consider any other status...
Naoki Kambe [Mon, 18 Mar 2013 11:01:01 +0000 (20:01 +0900)] 
[2252] remove the if condition because we don't need to consider any other status than XFRIN_OK and XFRIN_FAIL

13 years ago[1086] Replace addr#port with addr:port
Jelte Jansen [Wed, 20 Mar 2013 13:37:52 +0000 (14:37 +0100)] 
[1086] Replace addr#port with addr:port

So that output of addresses is now consistent

13 years ago[2770] The lib/dhcpsrv Makefile.am was modified to suffix
Thomas Markwalder [Wed, 20 Mar 2013 11:36:41 +0000 (07:36 -0400)] 
[2770] The lib/dhcpsrv Makefile.am was modified to suffix
DHCP_DATA_DIR with "/bind10".  This causes the dhcp server id
files to be located in --localstatedir/bind10.  The Makefile
also ensures that the directory is created during install.

13 years ago[master] editorial: folded a long line.
JINMEI Tatuya [Wed, 20 Mar 2013 07:45:00 +0000 (00:45 -0700)] 
[master] editorial: folded a long line.

13 years ago[1938] added 2 new lettuce tests for notify: NOTAUTH and not in secondary.
JINMEI Tatuya [Wed, 20 Mar 2013 07:27:59 +0000 (00:27 -0700)] 
[1938] added 2 new lettuce tests for notify: NOTAUTH and not in secondary.

13 years ago[1938] made retransfer_slave_notify.conf modifiable.
JINMEI Tatuya [Wed, 20 Mar 2013 07:25:38 +0000 (00:25 -0700)] 
[1938] made retransfer_slave_notify.conf modifiable.

13 years ago[1938] added a log message in notify_out when receiving a valid response.
JINMEI Tatuya [Wed, 20 Mar 2013 06:41:41 +0000 (23:41 -0700)] 
[1938] added a log message in notify_out when receiving a valid response.

mainly for rationalizing lettuce tests that are coming after this.

13 years ago[1938] updated log msg/description when notify doesn't match secondaries.
JINMEI Tatuya [Wed, 20 Mar 2013 05:44:32 +0000 (22:44 -0700)] 
[1938] updated log msg/description when notify doesn't match secondaries.

it's now a debug message, and the description is revised to explain the
situation more correctly.

13 years ago[1938] make sure zonemgr doesn't treat unmatched notify as an error.
JINMEI Tatuya [Wed, 20 Mar 2013 05:29:43 +0000 (22:29 -0700)] 
[1938] make sure zonemgr doesn't treat unmatched notify as an error.

it can happen if the server is a primary of the zone; notauth case is
now handled in auth.

13 years ago[1938] editorial cleanup: simplififcation
JINMEI Tatuya [Wed, 20 Mar 2013 05:29:01 +0000 (22:29 -0700)] 
[1938] editorial cleanup: simplififcation

13 years ago[1938] editorial cleanups: folded some long lines
JINMEI Tatuya [Wed, 20 Mar 2013 03:35:03 +0000 (20:35 -0700)] 
[1938] editorial cleanups: folded some long lines

13 years ago[1938] logged "notauth" NOTIFYs.
JINMEI Tatuya [Wed, 20 Mar 2013 03:24:14 +0000 (20:24 -0700)] 
[1938] logged "notauth" NOTIFYs.

also improved in-auth and not-auth cases of logs with the sender endpoint
information.

13 years ago[1938] reject 'notauth' notifies immediately from b10-auth.
JINMEI Tatuya [Wed, 20 Mar 2013 03:11:36 +0000 (20:11 -0700)] 
[1938] reject 'notauth' notifies immediately from b10-auth.

13 years ago[1938] test refactoring: make sure some notify tests use auth zone.
JINMEI Tatuya [Wed, 20 Mar 2013 02:09:56 +0000 (19:09 -0700)] 
[1938] test refactoring: make sure some notify tests use auth zone.

as we are going to introduce this check, so these existing tests will fail
otherwise.  helper functions was moved upward in the file (with small
extension) so they can be used by these tests.

13 years ago[1831] Fix a deprecation warning in xfrin.py
Paul Selkirk [Tue, 19 Mar 2013 23:16:56 +0000 (19:16 -0400)] 
[1831] Fix a deprecation warning in xfrin.py

Also add my name to AUTHORS.

13 years ago[2835] constify
JINMEI Tatuya [Tue, 19 Mar 2013 20:27:13 +0000 (13:27 -0700)] 
[2835] constify

13 years ago[master] Merge branch 'trac2817'
Jelte Jansen [Tue, 19 Mar 2013 14:05:45 +0000 (15:05 +0100)] 
[master] Merge branch 'trac2817'

13 years ago[2737] Use the correct constant
Michal 'vorner' Vaner [Tue, 19 Mar 2013 13:37:05 +0000 (14:37 +0100)] 
[2737] Use the correct constant

13 years agoChangelof for #2624
Michal 'vorner' Vaner [Tue, 19 Mar 2013 13:19:49 +0000 (14:19 +0100)] 
Changelof for #2624

13 years agoMerge #2624
Michal 'vorner' Vaner [Tue, 19 Mar 2013 13:16:38 +0000 (14:16 +0100)] 
Merge #2624

Get rid of the shell/perl-based system tests

13 years ago[2737] Fix constant name
Michal 'vorner' Vaner [Tue, 19 Mar 2013 13:05:09 +0000 (14:05 +0100)] 
[2737] Fix constant name

13 years ago[2737] Use protocol constants in isc::config::ModuleConfigSession
Michal 'vorner' Vaner [Tue, 19 Mar 2013 12:45:39 +0000 (13:45 +0100)] 
[2737] Use protocol constants in isc::config::ModuleConfigSession

13 years ago[2737] Use constants in isc::cc::Session
Michal 'vorner' Vaner [Tue, 19 Mar 2013 12:08:50 +0000 (13:08 +0100)] 
[2737] Use constants in isc::cc::Session

13 years ago[2737] Use constants in isc.config.ccsession
Michal 'vorner' Vaner [Tue, 19 Mar 2013 11:44:47 +0000 (12:44 +0100)] 
[2737] Use constants in isc.config.ccsession

13 years ago[2737] Use constants in cfgmgr
Michal 'vorner' Vaner [Tue, 19 Mar 2013 11:42:42 +0000 (12:42 +0100)] 
[2737] Use constants in cfgmgr

13 years ago[2817] fix the double dollar
Jelte Jansen [Tue, 19 Mar 2013 11:39:37 +0000 (12:39 +0100)] 
[2817] fix the double dollar

13 years ago[2737] Use the constants is isc.cc.session
Michal 'vorner' Vaner [Tue, 19 Mar 2013 11:12:34 +0000 (12:12 +0100)] 
[2737] Use the constants is isc.cc.session

13 years ago[2737] Use protocol constants in msgq
Michal 'vorner' Vaner [Tue, 19 Mar 2013 10:41:02 +0000 (11:41 +0100)] 
[2737] Use protocol constants in msgq

Convert the msgq to use the protocol constants instead of hardcoded
magic strings.

13 years ago[2835] Include the segment type
Michal 'vorner' Vaner [Tue, 19 Mar 2013 09:26:29 +0000 (10:26 +0100)] 
[2835] Include the segment type

Specify the segment type used. This is SEGMENT_LOCAL for now with every
segment used, but it is ready for when we have different kinds of
segments too.

13 years ago[2835] Revise the MemorySegmentState
Michal 'vorner' Vaner [Tue, 19 Mar 2013 09:08:04 +0000 (10:08 +0100)] 
[2835] Revise the MemorySegmentState

* Don't base it on the type of segment (eg. remove MSS_LOCAL).
* Use a SEGMENT_ prefix instead of MSS_ (MSS reportedly usually refers
  to something else).

13 years ago[2835] (minor) Blank lines
Michal 'vorner' Vaner [Tue, 19 Mar 2013 08:48:42 +0000 (09:48 +0100)] 
[2835] (minor) Blank lines

13 years ago[2835] Make the DataSourceStatus read-only
Michal 'vorner' Vaner [Tue, 19 Mar 2013 08:45:17 +0000 (09:45 +0100)] 
[2835] Make the DataSourceStatus read-only

Make the segmentState property of the DataSourceStatus immutable, making
the whole class read-only (except for assignment, which is needed for
putting it into a vector).

13 years ago[2835] editorial cleanups: use _ for var names, fixed a typo
JINMEI Tatuya [Tue, 19 Mar 2013 07:23:02 +0000 (00:23 -0700)] 
[2835] editorial cleanups: use _ for var names, fixed a typo

13 years ago[2252] add notes about the case that the timer is already started but not yet stopped
Naoki Kambe [Mon, 18 Mar 2013 10:54:54 +0000 (19:54 +0900)] 
[2252] add notes about the case that the timer is already started but not yet stopped

13 years ago[2817] Fix sed calls in configure.ac
Jelte Jansen [Mon, 18 Mar 2013 14:23:41 +0000 (15:23 +0100)] 
[2817] Fix sed calls in configure.ac

13 years ago[2624] Drop the system tests
Michal 'vorner' Vaner [Mon, 18 Mar 2013 12:23:18 +0000 (13:23 +0100)] 
[2624] Drop the system tests

13 years ago[2624] Port the ixfr/in-2 test
Michal 'vorner' Vaner [Mon, 18 Mar 2013 12:17:39 +0000 (13:17 +0100)] 
[2624] Port the ixfr/in-2 test

As the only test that is being run in the system tests from xfrin.

The porting is not exact, we don't build the differences in bind9. We
provide them in a database already - we don't want to rely on bind9 and
bind10 can't build differences as of yet from master files (eg.
ixfr-from-differences).

13 years ago[2252] _get_ipver_str() raises a ValueError exception on address families other than...
Naoki Kambe [Mon, 18 Mar 2013 09:39:25 +0000 (18:39 +0900)] 
[2252] _get_ipver_str() raises a ValueError exception on address families other than AF_INET or AF_INET6

13 years ago[2252] update docstring of _get_ipver_str() about accessing
Naoki Kambe [Mon, 18 Mar 2013 07:01:37 +0000 (16:01 +0900)] 
[2252] update docstring of _get_ipver_str() about accessing

13 years ago[2252] update descriptions of latest_ixfr_duration and latest_axfr_duration about...
Naoki Kambe [Mon, 18 Mar 2013 10:25:11 +0000 (19:25 +0900)] 
[2252] update descriptions of latest_ixfr_duration and latest_axfr_duration about their default values

13 years ago[2624] Port the glue systest to lettuce
Michal 'vorner' Vaner [Mon, 18 Mar 2013 09:36:09 +0000 (10:36 +0100)] 
[2624] Port the glue systest to lettuce

It just does two queries and compares the output.

13 years ago[2837] Added include of <string.h> to HWAddr.cc. Compile on OS/X
Thomas Markwalder [Fri, 15 Mar 2013 19:36:34 +0000 (15:36 -0400)] 
[2837] Added include of <string.h> to HWAddr.cc. Compile on OS/X
without, but not on Debian.

13 years ago[2837] Changed mysql to enforce STRICT mode
Thomas Markwalder [Fri, 15 Mar 2013 18:19:42 +0000 (14:19 -0400)] 
[2837] Changed mysql to enforce STRICT mode
Changes:
 - hwaddr.h - added MAX_HWADDR_LEN
 - hwaddr.cc - modified constructor to throw InvalidParameter
            if input address is too big
 - hwaddr_unittest.cc - added tests for new constructor throws

 - lease_mgr.h - removed HWADDR_MAX
 - mysql_lease_mgr.cc - added logic to set SQL mode to STRICT
 - tests/mysql_lease_mgr_unittest.cc - modified tests that were
    failing on STRICT mode, to expect exceptions.

13 years ago[2835] The ClientList::getStatus method
Michal 'vorner' Vaner [Fri, 15 Mar 2013 11:39:30 +0000 (12:39 +0100)] 
[2835] The ClientList::getStatus method

So one can extract status of all the data source clients from the list
and allow using it from future management of the memory segments.

13 years ago[2835] The DataSourceStatus class
Michal 'vorner' Vaner [Fri, 15 Mar 2013 10:20:02 +0000 (11:20 +0100)] 
[2835] The DataSourceStatus class

Just a thin state holder class

13 years ago[2835] Update the higher-level test
Michal 'vorner' Vaner [Fri, 15 Mar 2013 09:42:27 +0000 (10:42 +0100)] 
[2835] Update the higher-level test

We now allow having data sources with the same name if they are in
different classes. It would be significantly harder to implement and we
can identify the sources by the class+name tuple.

13 years ago[1835] Read name from configuration
Michal 'vorner' Vaner [Fri, 15 Mar 2013 09:34:36 +0000 (10:34 +0100)] 
[1835] Read name from configuration

Read the name of the data source client from configuration or guess it.
Throw in case it isn't unique.

13 years ago[1835] (unrelated) docs: Clarify what happens if key missing
Michal 'vorner' Vaner [Fri, 15 Mar 2013 08:48:08 +0000 (09:48 +0100)] 
[1835] (unrelated) docs: Clarify what happens if key missing

13 years agoFix problem with long path on build bots
Michal 'vorner' Vaner [Fri, 15 Mar 2013 07:35:22 +0000 (08:35 +0100)] 
Fix problem with long path on build bots

Place the socket higher in the hierarchy (to the top-level build
directory) to have a shorter path.

13 years ago[2825] Entry added.
Thomas Markwalder [Thu, 14 Mar 2013 17:50:09 +0000 (13:50 -0400)] 
[2825] Entry added.

13 years agoMerge branch 'trac2825'
Thomas Markwalder [Thu, 14 Mar 2013 17:44:44 +0000 (13:44 -0400)] 
Merge branch 'trac2825'

13 years agoFix distcheck
Michal 'vorner' Vaner [Thu, 14 Mar 2013 15:44:55 +0000 (16:44 +0100)] 
Fix distcheck

The paths for running from the source tree were wrong (again :-|).
Adjust to match the configure's COMMON_PYTHON_PATH. But don't use it
directly, since it doesn't expand correctly.

13 years agoMerge #1927
Michal 'vorner' Vaner [Thu, 14 Mar 2013 14:25:54 +0000 (15:25 +0100)] 
Merge #1927

Tests for msgq, normal operations.

13 years ago[2825] Removed "mysql" directory prefix from #include statements.
Thomas Markwalder [Thu, 14 Mar 2013 12:50:20 +0000 (08:50 -0400)] 
[2825] Removed "mysql" directory prefix from #include statements.
The include path for MySQL includes is accurately set by mysql_config.

13 years ago[2835] Test the names in C++ too
Michal 'vorner' Vaner [Thu, 14 Mar 2013 10:26:28 +0000 (11:26 +0100)] 
[2835] Test the names in C++ too

Test the names of the data sources in client lists in the C++ code as
well as in the configuration checker.

13 years ago[2198] Fix library paths to add lib/util/threads/ too (contd.)
Mukund Sivaraman [Thu, 14 Mar 2013 10:09:36 +0000 (15:39 +0530)] 
[2198] Fix library paths to add lib/util/threads/ too (contd.)

13 years ago[2835] Test the same name across multiple classes too
Michal 'vorner' Vaner [Thu, 14 Mar 2013 10:06:11 +0000 (11:06 +0100)] 
[2835] Test the same name across multiple classes too

13 years ago[2835] Test the uniqueness of names is enforced
Michal 'vorner' Vaner [Thu, 14 Mar 2013 10:01:38 +0000 (11:01 +0100)] 
[2835] Test the uniqueness of names is enforced

Which isn't at the moment, so it fails.

13 years ago[2835] Add the data source name option
Michal 'vorner' Vaner [Thu, 14 Mar 2013 09:29:23 +0000 (10:29 +0100)] 
[2835] Add the data source name option

An optional name of the client in the client list in data source. No
handling done yet, only added to the spec file so it can be set.

13 years ago[2387] Remove duplicate testcase
Mukund Sivaraman [Thu, 14 Mar 2013 03:06:44 +0000 (08:36 +0530)] 
[2387] Remove duplicate testcase

13 years ago[2387] Use valid Base64 encoding in test
Mukund Sivaraman [Thu, 14 Mar 2013 03:06:24 +0000 (08:36 +0530)] 
[2387] Use valid Base64 encoding in test

13 years ago[2387] Remove duplicate # in front of ticket numbers
Mukund Sivaraman [Thu, 14 Mar 2013 02:56:01 +0000 (08:26 +0530)] 
[2387] Remove duplicate # in front of ticket numbers

13 years ago[2387] Change code to use a reference instead
Mukund Sivaraman [Thu, 14 Mar 2013 02:53:14 +0000 (08:23 +0530)] 
[2387] Change code to use a reference instead

13 years ago[2387] Add DNSKEY wire test for short keydata for RSA/MD5
Mukund Sivaraman [Thu, 14 Mar 2013 02:39:46 +0000 (08:09 +0530)] 
[2387] Add DNSKEY wire test for short keydata for RSA/MD5

13 years ago[2387] Make DNSKEY wire constructor throw on empty keydata
Mukund Sivaraman [Thu, 14 Mar 2013 02:30:14 +0000 (08:00 +0530)] 
[2387] Make DNSKEY wire constructor throw on empty keydata

13 years ago[2387] Add key data size check in InputBuffer constructor too
Mukund Sivaraman [Thu, 14 Mar 2013 02:11:58 +0000 (07:41 +0530)] 
[2387] Add key data size check in InputBuffer constructor too

13 years ago[2387] Point to the RFC about why key data has to be at least 3 bytes long
Mukund Sivaraman [Thu, 14 Mar 2013 02:11:35 +0000 (07:41 +0530)] 
[2387] Point to the RFC about why key data has to be at least 3 bytes long

13 years ago[2387] Update exception description in API doc
Mukund Sivaraman [Thu, 14 Mar 2013 01:50:18 +0000 (07:20 +0530)] 
[2387] Update exception description in API doc

13 years ago[master] fix clang issue with exception in unnamed namespace
Jelte Jansen [Wed, 13 Mar 2013 15:53:53 +0000 (08:53 -0700)] 
[master] fix clang issue with exception in unnamed namespace

13 years ago[1927] Remove leftover debug command
Michal 'vorner' Vaner [Wed, 13 Mar 2013 14:34:51 +0000 (15:34 +0100)] 
[1927] Remove leftover debug command

Don't put the resetUnitTestRootLogger in production program. This was
just a leftover from some debugging.

13 years ago[1927] Use barrier instead of sleep
Michal 'vorner' Vaner [Wed, 13 Mar 2013 14:33:22 +0000 (15:33 +0100)] 
[1927] Use barrier instead of sleep

It should be more reliable to ensure all messages arrived.

13 years ago[2198] Fix library paths to add lib/util/threads/ too (OpenBSD test failure)
Mukund Sivaraman [Wed, 13 Mar 2013 14:26:51 +0000 (19:56 +0530)] 
[2198] Fix library paths to add lib/util/threads/ too (OpenBSD test failure)

13 years ago[2198] Link libb10-threads in log tests
Mukund Sivaraman [Wed, 13 Mar 2013 13:43:06 +0000 (19:13 +0530)] 
[2198] Link libb10-threads in log tests

13 years ago[2252] add a test scenario for Xfr request rejected in IPv4
Naoki Kambe [Wed, 13 Mar 2013 01:56:10 +0000 (10:56 +0900)] 
[2252] add a test scenario for Xfr request rejected in IPv4

13 years ago[2252] add a test scenario for handling incoming notify only in IPv4
Naoki Kambe [Wed, 13 Mar 2013 01:38:30 +0000 (10:38 +0900)] 
[2252] add a test scenario for handling incoming notify only in IPv4

13 years ago[2252] reset numbers in the scenario tests
Naoki Kambe [Tue, 12 Mar 2013 11:17:37 +0000 (20:17 +0900)] 
[2252] reset numbers in the scenario tests

13 years ago[2252] unify multiple similar checks of initial statistics into a step method
Naoki Kambe [Tue, 12 Mar 2013 11:00:04 +0000 (20:00 +0900)] 
[2252] unify multiple similar checks of initial statistics into a step method

13 years ago[2252] reconsider expected values of counters for more specific values
Naoki Kambe [Tue, 12 Mar 2013 11:14:45 +0000 (20:14 +0900)] 
[2252] reconsider expected values of counters for more specific values

13 years ago[2252] remove an obsoleted statistics step method
Naoki Kambe [Wed, 13 Mar 2013 08:05:32 +0000 (17:05 +0900)] 
[2252] remove an obsoleted statistics step method

13 years ago[2252] unify repeating similar patterns
Naoki Kambe [Tue, 12 Mar 2013 10:14:26 +0000 (19:14 +0900)] 
[2252] unify repeating similar patterns

follow the same way as queries.feature for checking the values of
statistics counters