mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 08:00:02 -06:00
Fix two failing tests.
The first test is a mismatch in the sample output of an exception. The second test adds certificate information output to the service plugin.
This commit is contained in:
parent
b270542863
commit
0e4e1f4bbd
@ -1270,7 +1270,7 @@ class CertificateFormatError(CertificateError):
|
||||
>>> raise CertificateFormatError(error=u'improperly formated DER-encoded certificate')
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
CertificateFormatError: improperly formated DER-encoded certificate
|
||||
CertificateFormatError: Certificate format error: improperly formated DER-encoded certificate
|
||||
|
||||
"""
|
||||
|
||||
|
@ -251,6 +251,15 @@ class test_host(Declarative):
|
||||
krbprincipalname=[service1],
|
||||
has_keytab=False,
|
||||
managedby_host=[fqdn1],
|
||||
# These values come from the servercert that is in this
|
||||
# test case.
|
||||
valid_not_before=u'Mon Aug 09 15:02:27 2010 UTC',
|
||||
valid_not_after=u'Sun Aug 09 15:02:27 2020 UTC',
|
||||
subject=u'CN=puma.greyoak.com,O=IPA',
|
||||
serial_number=u'1022',
|
||||
md5_fingerprint=u'ef:63:31:e4:33:54:8d:fd:fe:c8:66:57:09:03:5f:09',
|
||||
sha1_fingerprint=u'e3:33:2c:d9:7c:e9:77:74:2a:ac:3b:b8:76:b0:86:29:98:43:58:11',
|
||||
issuer=u'CN=IPA Test Certificate Authority',
|
||||
),
|
||||
),
|
||||
),
|
||||
|
Loading…
Reference in New Issue
Block a user