From: John Griffith Date: Thu, 4 Jun 2015 21:39:13 +0000 (-0600) Subject: Move Dothill tests out of root test directory X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=cc00b33d19bc637d4ad1261a7232da72f84466e9;p=openstack-build%2Fcinder-build.git Move Dothill tests out of root test directory The Dothill code merged but unfortunately had it's unit tests in the base tests directory. This patch just moves it to tests/unit/volume/drivers Change-Id: I010ed2f784384e272599ec3139957989f8838e6f Closes-Bug: #1462106 --- diff --git a/cinder/tests/test_dothill.py b/cinder/tests/unit/volume/drivers/test_dothill.py similarity index 100% rename from cinder/tests/test_dothill.py rename to cinder/tests/unit/volume/drivers/test_dothill.py