summaryrefslogtreecommitdiffstats
path: root/tests/python/server
Commit message (Collapse)AuthorAgeFilesLines
* Make PKIInstance and PKISubsystem hashableChristian Heimes2016-03-041-4/+11
| | | | The upgrade uses instance and subsystem as keys for dicts.
* Implement total ordering for PKISubsystem and PKIInstanceChristian Heimes2016-02-261-0/+61
In Python 3 subclasses no longer implement automatic ordering. To provide ordering for sort() and custom comparison, __eq__ and __lt__ are required. https://fedorahosted.org/pki/ticket/2216