From cc00b33d19bc637d4ad1261a7232da72f84466e9 Mon Sep 17 00:00:00 2001 From: John Griffith Date: Thu, 4 Jun 2015 15:39:13 -0600 Subject: [PATCH] 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 --- cinder/tests/{ => unit/volume/drivers}/test_dothill.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename cinder/tests/{ => unit/volume/drivers}/test_dothill.py (100%) 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 -- 2.45.2