Parcourir la source

[1885] Fix lettuce tests, now that b10-stats-httpd isn't enabled by default

Mukund Sivaraman il y a 13 ans
Parent
commit
95947109c5
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      tests/lettuce/features/default.feature

+ 1 - 2
tests/lettuce/features/default.feature

@@ -6,13 +6,11 @@ Feature: default bind10 config
     And wait for bind10 stderr message BIND10_STARTED_CC
     And wait for bind10 stderr message BIND10_STARTED_CC
     And wait for bind10 stderr message CMDCTL_STARTED
     And wait for bind10 stderr message CMDCTL_STARTED
     And wait for bind10 stderr message STATS_STARTING
     And wait for bind10 stderr message STATS_STARTING
-    And wait for bind10 stderr message STATHTTPD_STARTED
 
 
     # These should be running
     # These should be running
     bind10 module Boss should be running
     bind10 module Boss should be running
     And bind10 module Logging should be running
     And bind10 module Logging should be running
     And bind10 module Stats should be running
     And bind10 module Stats should be running
-    And bind10 module StatsHttpd should be running
 
 
     # These should not be running
     # These should not be running
     bind10 module Resolver should not be running
     bind10 module Resolver should not be running
@@ -20,3 +18,4 @@ Feature: default bind10 config
     And bind10 module Zonemgr should not be running
     And bind10 module Zonemgr should not be running
     And bind10 module Xfrin should not be running
     And bind10 module Xfrin should not be running
     And bind10 module Auth should not be running
     And bind10 module Auth should not be running
+    And bind10 module StatsHttpd should not be running