summaryrefslogtreecommitdiffstats
path: root/ipatests/test_xmlrpc/testcert.py
Commit message (Collapse)AuthorAgeFilesLines
* tests: Create the testing service certificate on demandPetr Viktorin2014-03-061-0/+103
Replace the make-testcert command with a module that creates the certificate when it is first needed. As a result the tests are more self-contained, and can be run from a read-only location (such as installed from a system package). Reviewed-By: Jan Cholasta <jcholast@redhat.com>