Comment 8 for bug 878431

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/1574
Committed: http://github.com/openstack/keystone/commit/719d6ed06a6f26cbbf7d03a490aaf9b28bfab593
Submitter: Jenkins
Branch: master

 status fixcommitted
 done

commit 719d6ed06a6f26cbbf7d03a490aaf9b28bfab593
Author: Ziad Sawalha <email address hidden>
Date: Fri Nov 11 17:16:41 2011 -0600

    Adding middleware tests

    Middleware tests start a fake echo app and put the auth_token.py
    middleware in front of it and then simulate calls. The tests
    check the correct response for unauthenticated calls and also
    that the right headers are being passed down to the fake app from
    the middleware (the fake app echos the headers it receives)

    Includes fixes discovered in testing and non-breaking fix
    for Bug 878431

    Update testing options to support verbosity and selecting
    individual tests

    Addresses bug 890777

    Fixes to middleware tests that were hanging Jenkins
    - needed to add support for SSL tests

    Change-Id: Iea273196f1782653eccdcf0f2391eacb1434aa8e