pki-bot / pki-issues-final

0 stars 0 forks source link

Remove dependencies on IPA for DRM python client #118

Open pki-bot opened 3 years ago

pki-bot commented 3 years ago

This issue was migrated from Pagure Issue #118. Originally filed by edewata (@edewata) on 2012-03-05 19:04:10:


The Python client test program (drmclient.py) has some dependencies on IPA:

from ipapython import nsslib, ipautil
from ipalib.errors import NetworkError, CertificateOperationError

Currently it's not a problem because the test program is executed manually. However when this program is later converted into an automated unit test (which will be executed at build time), the dependency will become a problem because PKI needs to be built (and tested) first before IPA.

pki-bot commented 3 years ago

Comment from edewata (@edewata) at 2017-02-27 14:08:20

Metadata Update from @edewata: