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:
10
tests/lettuce/configurations/default.config
Normal file
10
tests/lettuce/configurations/default.config
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"version": 2,
|
||||
"Logging": {
|
||||
"loggers": [ {
|
||||
"debuglevel": 99,
|
||||
"severity": "DEBUG",
|
||||
"name": "auth"
|
||||
} ]
|
||||
}
|
||||
}
|
15
tests/lettuce/features/default.feature
Normal file
15
tests/lettuce/features/default.feature
Normal 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
|
Reference in New Issue
Block a user