From 3782b80fe09c809bf0783afd8b829d506691ee9a Mon Sep 17 00:00:00 2001 From: Mike Perez Date: Thu, 7 May 2015 12:12:52 -0700 Subject: [PATCH] Rename Datera test to test_datera for discovery This will allow testr to see the tests when specifying to only run the Datera tests. Change-Id: I3316ab1d2cd614d4e2b076ab3d68b366383c9c29 --- cinder/tests/unit/volume/drivers/{datera.py => test_datera.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename cinder/tests/unit/volume/drivers/{datera.py => test_datera.py} (100%) diff --git a/cinder/tests/unit/volume/drivers/datera.py b/cinder/tests/unit/volume/drivers/test_datera.py similarity index 100% rename from cinder/tests/unit/volume/drivers/datera.py rename to cinder/tests/unit/volume/drivers/test_datera.py -- 2.45.2