def test_detatch_volume(self):
     result = libcloud_compute.detach_volume("vol1", "test")
     self.assertTrue(result)
Exemplo n.º 2
0
 def test_detatch_volume(self):
     result = libcloud_compute.detach_volume('vol1', 'test')
     self.assertTrue(result)