def test_create_volume_in_location(self): volume = libcloud_compute.create_volume(9000, "test_new_volume", "test", location_id="test_location") self._validate_volume(volume)
def test_create_volume_in_location(self): volume = libcloud_compute.create_volume(9000, 'test_new_volume', 'test', location_id='test_location') self._validate_volume(volume)
def test_create_volume(self): volume = libcloud_compute.create_volume(9000, "test_new_volume", "test") self._validate_volume(volume)
def test_create_volume(self): volume = libcloud_compute.create_volume(9000, 'test_new_volume', 'test') self._validate_volume(volume)