Commit Graph

2 Commits

Author SHA1 Message Date
Tin Lam ce0676d3d8 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
2017-01-13 16:36:42 -06:00
preethipy 83c2926d1c Initial Cookiecutter Commit
* It's the initial commit based on coockiecutter template
* Upstream nova is installed using tox_install.sh as install_command
* zhmcclient is installed via tox dependencies as zhmcclient is not
listed in global openstack requirements and therefore cannot be
listed in requirements.txt

Partial-Bug: #1644216

Change-Id: Ic53e59ebdcb574f4e9fb9d09471c9ddff9bb1759
2016-12-01 12:48:30 +05:30