mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fix CI tests domain_level env config
Reviewed-By: Ales 'alich' Marecek <amarecek@redhat.com>
This commit is contained in:
@@ -32,6 +32,7 @@ import six
|
||||
|
||||
from ipapython import ipautil
|
||||
from ipatests.test_integration.config import Config, Domain
|
||||
from ipalib.constants import MAX_DOMAIN_LEVEL
|
||||
|
||||
TESTHOST_PREFIX = 'TESTHOST_'
|
||||
|
||||
@@ -61,6 +62,7 @@ _setting_infos = (
|
||||
|
||||
_SettingInfo('ipv6', 'IPv6SETUP', False),
|
||||
_SettingInfo('debug', 'IPADEBUG', False),
|
||||
_SettingInfo('domain_level', 'DOMAINLVL', MAX_DOMAIN_LEVEL),
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -59,7 +59,7 @@ DEFAULT_OUTPUT_ENV = {
|
||||
"ADADMINPW": "Secret123",
|
||||
"IPv6SETUP": "",
|
||||
"IPADEBUG": "",
|
||||
"DOMAINLVL": MAX_DOMAIN_LEVEL
|
||||
"DOMAINLVL": str(MAX_DOMAIN_LEVEL),
|
||||
}
|
||||
|
||||
DEFAULT_INPUT_ENV = {
|
||||
|
||||
Reference in New Issue
Block a user