]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Correct directories check for N327 hacking check
authorJay S. Bryant <jsbryant@us.ibm.com>
Fri, 1 May 2015 21:05:25 +0000 (16:05 -0500)
committerJay S. Bryant <jsbryant@us.ibm.com>
Fri, 1 May 2015 22:47:24 +0000 (17:47 -0500)
commit4e1547a1c10a12ab17f285ce42a06db2c19b653f
treed17d7755ae10c066bc85ed7c7889a1ce64a85f12
parente3973fe20265ee6e8d9d85527858d2db516a3c91
Correct directories check for N327 hacking check

For some reason the N327 hacking heck was looking for
cinder.unit/tests and cinder.functional/tests in the filename
that is sent in for the hacking check.  This should be
cinder/tests/unit and cinder/tests/functional.

This concern was originally raised in this review:
https://review.openstack.org/175604

Change-Id: Ic3041d9e16b3707aaf42ff941206d24ec66ead2b
cinder/hacking/checks.py
cinder/tests/unit/test_hacking.py