Comment 31 for bug 1666560

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

Reviewed: https://review.openstack.org/443534
Committed: https://git.openstack.org/cgit/openstack/python-watcherclient/commit/?id=7250886d149a02f9a3cd0542e8b327f405d75f08
Submitter: Jenkins
Branch: master

commit 7250886d149a02f9a3cd0542e8b327f405d75f08
Author: Luong Anh Tuan <email address hidden>
Date: Thu Mar 9 23:55:21 2017 +0700

    Indicating the location tests directory in oslo_debug_helper

    According to [1], we can passing a "-t" argument to
    oslo_debug_helper to indicate the directory where tests
    are located. This will solves ImportError exception.

    [1] https://docs.openstack.org/developer/oslotest/features.html

    Change-Id: Id72596a8c3d9e2e344ef492f2d60b89bc0422aec
    Closes-Bug: #1666560