コード例 #1
0
 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)
コード例 #2
0
 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)
コード例 #3
0
 def test_create_volume(self):
     volume = libcloud_compute.create_volume(9000, "test_new_volume",
                                             "test")
     self._validate_volume(volume)
コード例 #4
0
 def test_create_volume(self):
     volume = libcloud_compute.create_volume(9000, 'test_new_volume',
                                             'test')
     self._validate_volume(volume)