From c6100bb1b16722807a583eae2312c4d6653e5643 Mon Sep 17 00:00:00 2001 From: Cerberus Date: Mon, 30 Aug 2010 14:04:47 -0500 Subject: Removed get_backup_schedules from the image test --- nova/tests/api/rackspace/images.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/nova/tests/api/rackspace/images.py b/nova/tests/api/rackspace/images.py index 0e3a87051..560d8c898 100644 --- a/nova/tests/api/rackspace/images.py +++ b/nova/tests/api/rackspace/images.py @@ -30,9 +30,6 @@ class ImagesTest(unittest.TestCase): def test_get_image_list(self): pass - def test_get_backup_schedule(self): - pass - def test_delete_image(self): pass -- cgit