Change test function name to make more sense

test_compute_manager is too generic, change it.
TrivialFix

Change-Id: Ie038f8fa428b810e25a8a5f4e91c442c322e6452
This commit is contained in:
jichenjc 2015-11-18 00:46:44 +08:00
parent 648d69234c
commit a6491146d0
1 changed files with 1 additions and 1 deletions

View File

@ -818,7 +818,7 @@ class ImageCacheManagerTestCase(test.NoDBTestCase):
self.assertTrue(os.path.exists(base_filename))
self.assertTrue(os.path.exists(base_filename + '.info'))
def test_compute_manager(self):
def test_run_image_cache_manager_pass(self):
was = {'called': False}
def fake_get_all_by_filters(context, *args, **kwargs):