mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-11 08:41:55 -06:00
Tests: ID views tests do not recognize krbcanonicalname attribute
https://fedorahosted.org/freeipa/ticket/6242 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
d5a3f10a85
commit
775c37bb81
@ -799,6 +799,8 @@ class test_idviews(Declarative):
|
||||
l=[u'Undisclosed location 1'],
|
||||
krbprincipalname=[
|
||||
u'host/%s@%s' % (get_fqdn(host1), api.env.realm)],
|
||||
krbcanonicalname=[
|
||||
u'host/%s@%s' % (get_fqdn(host1), api.env.realm)],
|
||||
objectclass=objectclasses.host,
|
||||
ipauniqueid=[fuzzy_uuid],
|
||||
managedby_host=[get_fqdn(host1)],
|
||||
@ -827,6 +829,8 @@ class test_idviews(Declarative):
|
||||
l=[u'Undisclosed location 2'],
|
||||
krbprincipalname=[
|
||||
u'host/%s@%s' % (get_fqdn(host2), api.env.realm)],
|
||||
krbcanonicalname=[
|
||||
u'host/%s@%s' % (get_fqdn(host2), api.env.realm)],
|
||||
objectclass=objectclasses.host,
|
||||
ipauniqueid=[fuzzy_uuid],
|
||||
managedby_host=[get_fqdn(host2)],
|
||||
@ -855,6 +859,8 @@ class test_idviews(Declarative):
|
||||
l=[u'Undisclosed location 3'],
|
||||
krbprincipalname=[
|
||||
u'host/%s@%s' % (get_fqdn(host3), api.env.realm)],
|
||||
krbcanonicalname=[
|
||||
u'host/%s@%s' % (get_fqdn(host3), api.env.realm)],
|
||||
objectclass=objectclasses.host,
|
||||
ipauniqueid=[fuzzy_uuid],
|
||||
managedby_host=[get_fqdn(host3)],
|
||||
@ -1448,6 +1454,8 @@ class test_idviews(Declarative):
|
||||
l=[u'Undisclosed location 4'],
|
||||
krbprincipalname=[
|
||||
u'host/%s@%s' % (get_fqdn(host4), api.env.realm)],
|
||||
krbcanonicalname=[
|
||||
u'host/%s@%s' % (get_fqdn(host4), api.env.realm)],
|
||||
objectclass=objectclasses.host,
|
||||
ipauniqueid=[fuzzy_uuid],
|
||||
managedby_host=[get_fqdn(host4)],
|
||||
|
Loading…
Reference in New Issue
Block a user