diff options
author | Rob Crittenden <rcritten@redhat.com> | 2010-10-20 13:14:22 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-10-22 21:45:37 -0400 |
commit | 0e4e1f4bbd8c6e5dd52995b059a87b3c3b3d8bda (patch) | |
tree | a2736380c6cc92fe56bf4834636c7857789e126a /tests | |
parent | b270542863eb5d9fec2b9c66f700ae54dd1584a9 (diff) | |
download | freeipa-0e4e1f4bbd8c6e5dd52995b059a87b3c3b3d8bda.tar.gz freeipa-0e4e1f4bbd8c6e5dd52995b059a87b3c3b3d8bda.tar.xz freeipa-0e4e1f4bbd8c6e5dd52995b059a87b3c3b3d8bda.zip |
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.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_xmlrpc/test_service_plugin.py | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/test_xmlrpc/test_service_plugin.py b/tests/test_xmlrpc/test_service_plugin.py index 441cdb290..1427169e1 100644 --- a/tests/test_xmlrpc/test_service_plugin.py +++ b/tests/test_xmlrpc/test_service_plugin.py @@ -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', ), ), ), |