ipatests: Tracker implementation for Sub CA feature

The patch implements Tracker subclass for CA plugin
and the basic CRUD tests for the plugin entries.

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

Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
This commit is contained in:
Milan Kubík
2016-06-17 12:20:55 +02:00
committed by Petr Vobornik
parent c5cc79f1ad
commit ea9b15f435
4 changed files with 309 additions and 0 deletions

View File

@@ -222,3 +222,8 @@ caacl = [
u'ipaassociation',
u'ipacaacl'
]
ca = [
u'top',
u'ipaca',
]