From a1f32fa9369109235dba041de9c972da09d8448a Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Fri, 15 Nov 2013 12:26:54 +0100 Subject: Add tests for the radiusproxy plugin --- ipatests/test_xmlrpc/objectclasses.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ipatests/test_xmlrpc/objectclasses.py') diff --git a/ipatests/test_xmlrpc/objectclasses.py b/ipatests/test_xmlrpc/objectclasses.py index 75ac3eb1..089ee69a 100644 --- a/ipatests/test_xmlrpc/objectclasses.py +++ b/ipatests/test_xmlrpc/objectclasses.py @@ -161,3 +161,8 @@ realmdomains = [ u'nsContainer', u'domainRelatedObject', ] + +radiusproxy = [ + u'ipatokenradiusconfiguration', + u'top', +] -- cgit