Tests: ID views tests do not recognize ipakrboktoauthasdelegate sttribute

Due to implementation of [1], new attribute 'ipakrboktoauthasdelegate' was presented, but is not recognized by ID views tests, thus causing them to fail.

[1] https://fedorahosted.org/freeipa/ticket/5764

https://fedorahosted.org/freeipa/ticket/6241

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
This commit is contained in:
Lenka Doudova 2016-08-22 13:39:32 +02:00 committed by Martin Basti
parent a14ebbea89
commit 3d159c39c7

View File

@ -1027,6 +1027,7 @@ class test_idviews(Declarative):
objectclass=objectclasses.host,
serverhostname=[host3],
ipaassignedidview=[idview1],
ipakrboktoauthasdelegate=False,
),
),
),
@ -1056,6 +1057,7 @@ class test_idviews(Declarative):
serverhostname=[host2],
memberof_hostgroup=[hostgroup2],
memberofindirect_hostgroup=[hostgroup1],
ipakrboktoauthasdelegate=False,
),
),
),
@ -1109,6 +1111,7 @@ class test_idviews(Declarative):
memberof_hostgroup=[hostgroup2],
memberofindirect_hostgroup=[hostgroup1],
ipaassignedidview=[idview1],
ipakrboktoauthasdelegate=False,
),
),
),
@ -1138,6 +1141,7 @@ class test_idviews(Declarative):
serverhostname=[host1],
memberof_hostgroup=[hostgroup1],
ipaassignedidview=[idview1],
ipakrboktoauthasdelegate=False,
),
),
),
@ -1210,6 +1214,7 @@ class test_idviews(Declarative):
objectclass=objectclasses.host,
serverhostname=[host1],
memberof_hostgroup=[hostgroup1],
ipakrboktoauthasdelegate=False,
),
),
),
@ -1237,6 +1242,7 @@ class test_idviews(Declarative):
managing_host=[get_fqdn(host3)],
objectclass=objectclasses.host,
serverhostname=[host3],
ipakrboktoauthasdelegate=False,
),
),
),
@ -1489,6 +1495,7 @@ class test_idviews(Declarative):
managing_host=[get_fqdn(host4)],
objectclass=objectclasses.host,
serverhostname=[host4],
ipakrboktoauthasdelegate=False,
),
),
),