Browse Source

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

Mukund Sivaraman 13 years ago
parent
commit
c537d66e97
1 changed files with 3 additions and 3 deletions
  1. 3 3
      tests/lettuce/features/bindctl_commands.feature

+ 3 - 3
tests/lettuce/features/bindctl_commands.feature

@@ -24,15 +24,15 @@ Feature: control with bindctl
     last bindctl output should not contain Error
     last bindctl output should not contain Error
     # assuming it won't error for further modules (if it does, the final
     # assuming it won't error for further modules (if it does, the final
     # 'should not be running' tests would fail anyway)
     # '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-stats
     Then remove bind10 configuration Boss/components value b10-zonemgr
     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-xfrin
     Then remove bind10 configuration Boss/components value b10-auth
     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 Xfrout should not be running
-    bind10 module Stats should not be running
     bind10 module Zonemgr should not be running
     bind10 module Zonemgr should not be running
     bind10 module Xfrin should not be running
     bind10 module Xfrin should not be running
     bind10 module Auth should not be running
     bind10 module Auth should not be running
-    bind10 module StatsHttpd should not be running
+    bind10 module Stats should not be running
+#    bind10 module StatsHttpd should not be running