Comment 6 for bug 1346797

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

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

commit fd247f592229984bccac2600483058750d0024fd
Author: Danny Al-Gaaf <email address hidden>
Date: Wed Aug 13 11:25:24 2014 +0200

    Use python abc in StressAction class

    Fix pylint error about NotImplemented raised instead of
    NotImplementedError.

    Use the abc class instead of NotImplementedError.

    Partial-Bug: #1346797

    Change-Id: Ia9a75a53f68c28594654a07146a2a30c1ae3c412
    Signed-off-by: Danny Al-Gaaf <email address hidden>