mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
webui-ci: adjust tests to dns changes
All DNS Zone names must be fully qualified. Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
This commit is contained in:
parent
c2e6b74029
commit
15374cf58f
@ -30,7 +30,7 @@ CONFIG_ENTITY = 'dnsconfig'
|
||||
|
||||
ZONE_DEFAULT_FACET = 'records'
|
||||
|
||||
ZONE_PKEY = 'foo.itest'
|
||||
ZONE_PKEY = 'foo.itest.'
|
||||
|
||||
ZONE_DATA = {
|
||||
'pkey': ZONE_PKEY,
|
||||
|
@ -58,7 +58,7 @@ class host_tasks(UI_driver):
|
||||
if self.has_dns():
|
||||
add_data = [
|
||||
('textbox', 'hostname', host),
|
||||
('combobox', 'dnszone', domain),
|
||||
('combobox', 'dnszone', domain+'.'),
|
||||
]
|
||||
if ip:
|
||||
add_data.append(('textbox', 'ip_address', ip))
|
||||
|
Loading…
Reference in New Issue
Block a user