BIND 10 trac1818, updated. a6ca683cae607ee0382fddfdb350545321b7fb5d [1818] Rearrange checks for components

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Apr 4 09:42:44 UTC 2012


The branch, trac1818 has been updated
       via  a6ca683cae607ee0382fddfdb350545321b7fb5d (commit)
       via  64c92134a7b8d5853b89be3f379819f39c5ec303 (commit)
      from  86e48a59cf1c1d4a06f9425d6de7944d73777bed (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 a6ca683cae607ee0382fddfdb350545321b7fb5d
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Apr 4 15:07:00 2012 +0530

    [1818] Rearrange checks for components

commit 64c92134a7b8d5853b89be3f379819f39c5ec303
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Apr 4 15:05:16 2012 +0530

    [1818] Rearrange tests commenting out StatsHttpd (see bug #1852)

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

Summary of changes:
 tests/lettuce/features/bindctl_commands.feature |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/bindctl_commands.feature b/tests/lettuce/features/bindctl_commands.feature
index 872064f..7d4ac70 100644
--- a/tests/lettuce/features/bindctl_commands.feature
+++ b/tests/lettuce/features/bindctl_commands.feature
@@ -24,15 +24,15 @@ Feature: control with bindctl
     last bindctl output should not contain Error
     # assuming it won't error for further modules (if it does, the final
     # 'should not be running' tests would fail anyway)
+    Then remove bind10 configuration Boss/components value b10-stats-httpd
     Then remove bind10 configuration Boss/components value b10-stats
     Then remove bind10 configuration Boss/components value b10-zonemgr
     Then remove bind10 configuration Boss/components value b10-xfrin
     Then remove bind10 configuration Boss/components value b10-auth
-    Then remove bind10 configuration Boss/components value b10-stats-httpd
 
     bind10 module Xfrout should not be running
-    bind10 module Stats should not be running
     bind10 module Zonemgr should not be running
     bind10 module Xfrin should not be running
     bind10 module Auth should not be running
-    bind10 module StatsHttpd should not be running
+#    bind10 module StatsHttpd should not be running
+    bind10 module Stats should not be running



More information about the bind10-changes mailing list