|
@@ -6,13 +6,11 @@ Feature: default bind10 config
|
|
|
And wait for bind10 stderr message BIND10_STARTED_CC
|
|
|
And wait for bind10 stderr message CMDCTL_STARTED
|
|
|
And wait for bind10 stderr message STATS_STARTING
|
|
|
- And wait for bind10 stderr message STATHTTPD_STARTED
|
|
|
|
|
|
# These should be running
|
|
|
bind10 module Boss should be running
|
|
|
And bind10 module Logging should be running
|
|
|
And bind10 module Stats should be running
|
|
|
- And bind10 module StatsHttpd should be running
|
|
|
|
|
|
# These 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 Xfrin should not be running
|
|
|
And bind10 module Auth should not be running
|
|
|
+ And bind10 module StatsHttpd should not be running
|