2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 14:05:33 +00:00

[1818] Add lettuce test for the default configuration of bind10

This commit is contained in:
Mukund Sivaraman
2012-04-04 12:55:15 +05:30
parent c3b46d0b46
commit 9cc9ffd9f1
2 changed files with 25 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
{
"version": 2,
"Logging": {
"loggers": [ {
"debuglevel": 99,
"severity": "DEBUG",
"name": "auth"
} ]
}
}

View File

@@ -0,0 +1,15 @@
Feature: default bind10 config
Tests for the default configuration of bind10.
Scenario: Check that only the default components are running
Given I have bind10 running with configuration default.config
bind10 module Boss should be running
bind10 module Logging should be running
bind10 module Stats should be running
bind10 module StatsHttpd should be running
bind10 module Resolver should not be running
bind10 module Xfrout 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