Comment 6 for bug 1604315

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-ostf (stable/newton)

Reviewed: https://review.openstack.org/429538
Committed: https://git.openstack.org/cgit/openstack/fuel-ostf/commit/?id=56c2516e52d62e535e306c3071c06d143bf9313a
Submitter: Jenkins
Branch: stable/newton

commit 56c2516e52d62e535e306c3071c06d143bf9313a
Author: Dmitry Belyaninov <email address hidden>
Date: Thu Oct 27 08:40:03 2016 +0000

    Add "tearDownClass" call from parent class

    The "NeutronBaseTest" class should call
    "tearDownClass" method from base class
    to initialize "error_msg". The reason is
    "AttributeError" for derived classes
    if "error_msg" was not initialized.

    Change-Id: Ifb78e7902b37f70f6adea6a214f8e440b0ec767f
    Closes-Bug: 1604315
    (cherry picked from commit 3146c32738b85e86f41e22a3dc17d4acb87b80a7)