Comment 3 for bug 1655920

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

Reviewed: https://review.openstack.org/420208
Committed: https://git.openstack.org/cgit/openstack/nova-dpm/commit/?id=ce0676d3d8e2ffa3b473884fa6db19df1e4bbc0a
Submitter: Jenkins
Branch: master

commit ce0676d3d8e2ffa3b473884fa6db19df1e4bbc0a
Author: Tin Lam <email address hidden>
Date: Fri Jan 13 15:54:07 2017 -0600

    Fix an issue where no test coverage report is created

    Running `tox -ecover` does not generate the coverage report.
    Instead the following is displayed to the user:

        No coverage report, but warnings instead:
        Coverage.py warning: Module nova-dpm was never imported.

    This patch set fixes the problem.

    Change-Id: Iec85cf3a6453da3630d49df29c69b55ca5075d17
    Closes-Bug: #1655920