default.feature 624 B

123456789101112131415
  1. Feature: default bind10 config
  2. Tests for the default configuration of bind10.
  3. Scenario: Check that only the default components are running
  4. Given I have bind10 running with configuration default.config
  5. bind10 module Boss should be running
  6. bind10 module Logging should be running
  7. bind10 module Stats should be running
  8. bind10 module StatsHttpd should be running
  9. bind10 module Resolver should not be running
  10. bind10 module Xfrout should not be running
  11. bind10 module Zonemgr should not be running
  12. bind10 module Xfrin should not be running
  13. bind10 module Auth should not be running