summaryrefslogtreecommitdiffstats
path: root/tests/test_xmlrpc/test_service_plugin.py
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2012-06-14 11:02:16 +0200
committerMartin Kosek <mkosek@redhat.com>2012-06-14 12:21:18 +0200
commit0c96f5935607e3825ed76330d3375dec9689c8ba (patch)
tree73598587abda00f06e4782ba08f834e781e07b8e /tests/test_xmlrpc/test_service_plugin.py
parent9960149e3f84564ab324bfb9db7c50063d87a7bd (diff)
downloadfreeipa-0c96f5935607e3825ed76330d3375dec9689c8ba.tar.gz
freeipa-0c96f5935607e3825ed76330d3375dec9689c8ba.tar.xz
freeipa-0c96f5935607e3825ed76330d3375dec9689c8ba.zip
Remove trust work unit test failures
Trust work that was pushed recently requires few changes in unit tests to prevent test failures. This patch also removes repetitive construction of group DN in group unit tests.
Diffstat (limited to 'tests/test_xmlrpc/test_service_plugin.py')
-rw-r--r--tests/test_xmlrpc/test_service_plugin.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test_xmlrpc/test_service_plugin.py b/tests/test_xmlrpc/test_service_plugin.py
index 494a9fc78..5f089fbbb 100644
--- a/tests/test_xmlrpc/test_service_plugin.py
+++ b/tests/test_xmlrpc/test_service_plugin.py
@@ -222,6 +222,7 @@ class test_service(Declarative):
result=dict(
dn=lambda x: DN(x) == service1dn,
krbprincipalname=[service1],
+ ipakrbprincipalalias=[service1],
objectclass=objectclasses.service,
ipauniqueid=[fuzzy_uuid],
managedby_host=[fqdn1],
@@ -261,6 +262,7 @@ class test_service(Declarative):
dict(
dn=lambda x: DN(x) == service1dn,
krbprincipalname=[service1],
+ ipakrbprincipalalias=[service1],
objectclass=objectclasses.service,
ipauniqueid=[fuzzy_uuid],
has_keytab=False,