def test_create_volume_snapshot_named(self): snapshot = libcloud_compute.create_volume_snapshot( "vol1", "test", name="test_snapshot") self._validate_volume_snapshot(snapshot)
def test_create_volume_snapshot_named(self): snapshot = libcloud_compute.create_volume_snapshot( 'vol1', 'test', name='test_snapshot') self._validate_volume_snapshot(snapshot)