merged to trunk rev781

This commit is contained in:
Kei Masumoto
2011-03-10 15:23:13 +09:00
13 changed files with 333 additions and 81 deletions

View File

@@ -101,7 +101,7 @@ class VolumeTestCase(test.TestCase):
def test_run_attach_detach_volume(self):
"""Make sure volume can be attached and detached from instance."""
inst = {}
inst['image_id'] = 'ami-test'
inst['image_id'] = 1
inst['reservation_id'] = 'r-fakeres'
inst['launch_time'] = '10'
inst['user_id'] = 'fake'