Comment 2 for bug 1791089

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

Reviewed: https://review.openstack.org/600442
Committed: https://git.openstack.org/cgit/openstack/cinder/commit/?id=9585e6a15270d49ec936efba825bd9667f8aa6d1
Submitter: Zuul
Branch: master

commit 9585e6a15270d49ec936efba825bd9667f8aa6d1
Author: Sean McGinnis <email address hidden>
Date: Thu Sep 6 08:12:16 2018 -0500

    Tintri: Inherit tests from BaseDriverTestCase

    The Tintri tests would fail when run alone using:

    tox -e py35 -- cinder.tests.unit.volume.drivers.test_tintri

    This fixes that by making sure things are properly initialized by
    inheriting from the BaseDriverTestCase instead of TestCase directly.

    Closes-bug: #1791089

    Change-Id: I7057da284edec743243a54909d313aa2910d8d0d
    Signed-off-by: Sean McGinnis <email address hidden>