BIND 10 trac1818, updated. f3b5f8ab0efa3cc12c48a3001fbec1b53390fdf8 [1818] Check that StatsHttpd is not running by default too

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Apr 11 15:01:03 UTC 2012


The branch, trac1818 has been updated
       via  f3b5f8ab0efa3cc12c48a3001fbec1b53390fdf8 (commit)
      from  9ba034ead8b8b78aeb206d6575b3c77c1437edba (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 f3b5f8ab0efa3cc12c48a3001fbec1b53390fdf8
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Apr 11 20:30:10 2012 +0530

    [1818] Check that StatsHttpd is not running by default too

-----------------------------------------------------------------------

Summary of changes:
 tests/lettuce/features/example.feature        |    4 ++++
 tests/lettuce/features/multi_instance.feature |    1 +
 tests/lettuce/features/nsec3_auth.feature     |   14 ++++++++++++++
 tests/lettuce/features/queries.feature        |    2 ++
 tests/lettuce/features/resolver_basic.feature |    1 +
 5 files changed, 22 insertions(+), 0 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/example.feature b/tests/lettuce/features/example.feature
index 28c9b5c..4f39620 100644
--- a/tests/lettuce/features/example.feature
+++ b/tests/lettuce/features/example.feature
@@ -18,6 +18,7 @@ Feature: Example feature
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A query for www.example.org should have rcode NOERROR
         A query for www.doesnotexist.org should have rcode REFUSED
@@ -48,6 +49,7 @@ Feature: Example feature
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         # This is a general step to stop a named process. By convention,
         # the default name for any process is the same as the one we
@@ -80,6 +82,7 @@ Feature: Example feature
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         # Some simple queries that is not examined further
         A query for www.example.com should have rcode REFUSED
@@ -153,6 +156,7 @@ Feature: Example feature
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A query for www.example.org should have rcode NOERROR
         Wait for new bind10 stderr message AUTH_SEND_NORMAL_RESPONSE
diff --git a/tests/lettuce/features/multi_instance.feature b/tests/lettuce/features/multi_instance.feature
index d3143e2..3660f58 100644
--- a/tests/lettuce/features/multi_instance.feature
+++ b/tests/lettuce/features/multi_instance.feature
@@ -15,6 +15,7 @@ Feature: Multiple instances
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A query for example.com should have rcode REFUSED
 
diff --git a/tests/lettuce/features/nsec3_auth.feature b/tests/lettuce/features/nsec3_auth.feature
index 1d9e85d..ef9caa1 100644
--- a/tests/lettuce/features/nsec3_auth.feature
+++ b/tests/lettuce/features/nsec3_auth.feature
@@ -22,6 +22,7 @@ Feature: NSEC3 Authoritative service
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A dnssec query for a.c.x.w.example. should have rcode NXDOMAIN
         The last query response should have flags qr aa rd
@@ -53,6 +54,7 @@ Feature: NSEC3 Authoritative service
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A dnssec query for ns1.example. type MX should have rcode NOERROR
         The last query response should have flags qr aa rd
@@ -80,6 +82,7 @@ Feature: NSEC3 Authoritative service
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A dnssec query for y.w.example. should have rcode NOERROR
         The last query response should have flags qr aa rd
@@ -107,6 +110,7 @@ Feature: NSEC3 Authoritative service
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A dnssec query for mc.c.example. type MX should have rcode NOERROR
         The last query response should have flags qr rd
@@ -141,6 +145,7 @@ Feature: NSEC3 Authoritative service
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A dnssec query for a.z.w.example. type MX should have rcode NOERROR
         The last query response should have flags qr aa rd
@@ -187,6 +192,7 @@ Feature: NSEC3 Authoritative service
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A dnssec query for a.z.w.example. type AAAA should have rcode NOERROR
         The last query response should have flags qr aa rd
@@ -218,6 +224,7 @@ Feature: NSEC3 Authoritative service
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A dnssec query for example. type DS should have rcode NOERROR
         The last query response should have flags qr aa rd
@@ -251,6 +258,7 @@ Feature: NSEC3 Authoritative service
     #    And bind10 module Zonemgr should not be running
     #    And bind10 module Xfrin should not be running
     #    And bind10 module Stats should not be running
+    #    And bind10 module StatsHttpd should not be running
     #
     #    A dnssec query for b.x.w.example. should have rcode NXDOMAIN
     #    The last query response should have flags qr aa rd
@@ -282,6 +290,7 @@ Feature: NSEC3 Authoritative service
     #    And bind10 module Zonemgr should not be running
     #    And bind10 module Xfrin should not be running
     #    And bind10 module Stats should not be running
+    #    And bind10 module StatsHttpd should not be running
     #
     #    A dnssec query for a.w.example. should have rcode NXDOMAIN
     #    The last query response should have flags qr aa rd
@@ -311,6 +320,7 @@ Feature: NSEC3 Authoritative service
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A dnssec query for *.w.example. type MX should have rcode NOERROR
         The last query response should have flags qr aa rd
@@ -353,6 +363,7 @@ Feature: NSEC3 Authoritative service
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A dnssec query for *.w.example. type A should have rcode NOERROR
         The last query response should have flags qr aa rd
@@ -380,6 +391,7 @@ Feature: NSEC3 Authoritative service
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A dnssec query for 0p9mhaveqvm6t7vbl5lop2u3t2rp3tom.example. type NSEC3 should have rcode NXDOMAIN
         The last query response should have flags qr aa rd
@@ -411,6 +423,7 @@ Feature: NSEC3 Authoritative service
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A dnssec query for ai.example. type DS should have rcode NOERROR
         The last query response should have flags qr aa rd
@@ -438,6 +451,7 @@ Feature: NSEC3 Authoritative service
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A dnssec query for c.example. type DS should have rcode NOERROR
         The last query response should have flags qr aa rd
diff --git a/tests/lettuce/features/queries.feature b/tests/lettuce/features/queries.feature
index a4b1a6a..eb4ed0f 100644
--- a/tests/lettuce/features/queries.feature
+++ b/tests/lettuce/features/queries.feature
@@ -15,6 +15,7 @@ Feature: Querying feature
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A query for www.example.org should have rcode NOERROR
         The last query response should have flags qr aa rd
@@ -82,6 +83,7 @@ Feature: Querying feature
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         A query for example.org type ANY should have rcode NOERROR
         The last query response should have flags qr aa rd
diff --git a/tests/lettuce/features/resolver_basic.feature b/tests/lettuce/features/resolver_basic.feature
index 8f88e3b..00c14e8 100644
--- a/tests/lettuce/features/resolver_basic.feature
+++ b/tests/lettuce/features/resolver_basic.feature
@@ -21,6 +21,7 @@ Feature: Basic Resolver
 	And bind10 module Zonemgr should not be running
 	And bind10 module Xfrin should not be running
 	And bind10 module Stats should not be running
+	And bind10 module StatsHttpd should not be running
 
         # The ACL is set to reject any queries
         A query for l.root-servers.net. should have rcode REFUSED



More information about the bind10-changes mailing list