BIND 10 trac1976-cont-3, updated. a9e6753cf15e6df9639e012744c3422cfc212827 [1976] Update the lettuce test runtime config
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jul 13 11:53:33 UTC 2012
The branch, trac1976-cont-3 has been updated
via a9e6753cf15e6df9639e012744c3422cfc212827 (commit)
from 441ea8549d43504d2b53a7090ebc5c16ba299d77 (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 a9e6753cf15e6df9639e012744c3422cfc212827
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Fri Jul 13 13:52:52 2012 +0200
[1976] Update the lettuce test runtime config
The configuration that is changed runtime must reflect the change too.
-----------------------------------------------------------------------
Summary of changes:
tests/lettuce/features/example.feature | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/example.feature b/tests/lettuce/features/example.feature
index 685cf8b..ecfdcc3 100644
--- a/tests/lettuce/features/example.feature
+++ b/tests/lettuce/features/example.feature
@@ -160,12 +160,12 @@ Feature: Example feature
A query for www.example.org should have rcode NOERROR
Wait for new bind10 stderr message AUTH_SEND_NORMAL_RESPONSE
- Then set bind10 configuration Auth/database_file to data/empty_db.sqlite3
- And wait for new bind10 stderr message DATASRC_SQLITE_OPEN
+ Then set bind10 configuration data_sources/classes/IN[0]/params to {"database_file": "data/empty_db.sqlite3"}
+ And wait for new bind10 stderr message DATASRC_SQLITE_CONNOPEN
A query for www.example.org should have rcode REFUSED
Wait for new bind10 stderr message AUTH_SEND_NORMAL_RESPONSE
- Then set bind10 configuration Auth/database_file to data/example.org.sqlite3
- And wait for new bind10 stderr message DATASRC_SQLITE_OPEN
+ Then set bind10 configuration data_sources/classes/IN[0]/params to {"database_file": "data/example.org.sqlite3"}
+ And wait for new bind10 stderr message DATASRC_SQLITE_CONNOPEN
A query for www.example.org should have rcode NOERROR
Scenario: two bind10 instances
@@ -186,8 +186,8 @@ Feature: Example feature
The SOA serial for example.org at 127.0.0.1:47806 should be 1234
The SOA serial for example.org at ::1:47807 should be 1234
- Then set bind10 configuration Auth/database_file to data/empty_db.sqlite3
- And wait for bind10_one stderr message DATASRC_SQLITE_OPEN
+ Then set bind10 configuration data_sources/classes/IN[0]/params to {"database_file": "data/empty_db.sqlite3"}
+ And wait for bind10_one stderr message DATASRC_SQLITE_CONNOPEN
A query for www.example.org to 127.0.0.1:47806 should have rcode REFUSED
A query for www.example.org to [::1]:47807 should have rcode NOERROR
More information about the bind10-changes
mailing list