Comment 15 for bug 1686921

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

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

commit f348895f8e8183575e2dea851d5dce5b863da11b
Author: ChangBo Guo(gcb) <email address hidden>
Date: Sun Apr 30 21:53:51 2017 +0800

    Fix keystone.tests.unit.test_v3_oauth1.MaliciousOAuth1Tests

    Config options 'access_token_duration' and 'request_token_duration' only
    allow value >= 0, so override with value 1 and use freezegun to wait
    token to be expired. This commit also enhance condition check for these
    two options.

    Partial-Bug: #1686921
    Change-Id: I65306b9fc5eec6b8146ba5130f7d6e6cb229810e