Comment 3 for bug 1484735

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/212845
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=e16aa8e5e5429ebbfb3d2086a22c8acc52c1b6cf
Submitter: Jenkins
Branch: master

commit e16aa8e5e5429ebbfb3d2086a22c8acc52c1b6cf
Author: Brant Knudson <email address hidden>
Date: Thu Aug 13 18:30:28 2015 -0500

    Enhance tests for saml2 signing exception logging

    There was no test that verified that the log message was generated
    correctly when there was an exception from the xmlsec1 binary. The
    test shows that the log message isn't generated correctly but
    instead causes a TypeError to be raised.

    The test__sign_assertion_fileutils_exc test is also enhanced to
    verify that the error is logged correctly.

    Change-Id: I5b7c22d27bad241339fdacae8b61973d45d55d30
    Partial-Bug: 1484735