Comment 1 for bug 1346797

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

Reviewed: https://review.openstack.org/108606
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=235e4f53ee05dc4c4226bd7b327068ed031e76c5
Submitter: Jenkins
Branch: master

commit 235e4f53ee05dc4c4226bd7b327068ed031e76c5
Author: Marc Koderer <email address hidden>
Date: Tue Jul 22 10:15:08 2014 +0200

    Use python abc in auth class

    Instead of using NotImplementedError the abc class has the advantage
    that it fails faster if a class doesn't implement the needed interface.
    Adapt unit test and test class.

    Change-Id: Ide914a4bb577a28a3d202cbf088c404323a29b21
    Partial-Bug: #1346797