@@ -277,7 +277,7 @@ def test_order_block_volume_performance(self):
277277 mock = self .set_mock ('SoftLayer_Product_Package' , 'getAllObjects' )
278278 mock .return_value = [fixtures .SoftLayer_Product_Package .SAAS_PACKAGE ]
279279
280- mock_volume = fixtures .SoftLayer_Network_Storage .SAAS_TEST_VOLUME
280+ mock_volume = fixtures .SoftLayer_Network_Storage .STAAS_TEST_VOLUME
281281 prev_storage_type_keyname = mock_volume ['storageType' ]['keyName' ]
282282 mock_volume ['storageType' ]['keyName' ] = 'PERFORMANCE_BLOCK_STORAGE'
283283 mock = self .set_mock ('SoftLayer_Network_Storage' , 'getObject' )
@@ -324,7 +324,7 @@ def test_order_block_volume_endurance(self):
324324 mock = self .set_mock ('SoftLayer_Product_Package' , 'getAllObjects' )
325325 mock .return_value = [fixtures .SoftLayer_Product_Package .SAAS_PACKAGE ]
326326
327- mock_volume = fixtures .SoftLayer_Network_Storage .SAAS_TEST_VOLUME
327+ mock_volume = fixtures .SoftLayer_Network_Storage .STAAS_TEST_VOLUME
328328 mock = self .set_mock ('SoftLayer_Network_Storage' , 'getObject' )
329329 mock .return_value = mock_volume
330330
@@ -437,7 +437,7 @@ def test_order_block_snapshot_space_upgrade(self):
437437 mock = self .set_mock ('SoftLayer_Product_Package' , 'getAllObjects' )
438438 mock .return_value = [fixtures .SoftLayer_Product_Package .SAAS_PACKAGE ]
439439
440- mock_volume = fixtures .SoftLayer_Network_Storage .SAAS_TEST_VOLUME
440+ mock_volume = fixtures .SoftLayer_Network_Storage .STAAS_TEST_VOLUME
441441 prev_storage_type_keyname = mock_volume ['storageType' ]['keyName' ]
442442 mock_volume ['storageType' ]['keyName' ] = 'ENDURANCE_BLOCK_STORAGE'
443443 mock = self .set_mock ('SoftLayer_Network_Storage' , 'getObject' )
@@ -469,7 +469,7 @@ def test_order_block_snapshot_space(self):
469469 mock = self .set_mock ('SoftLayer_Product_Package' , 'getAllObjects' )
470470 mock .return_value = [fixtures .SoftLayer_Product_Package .SAAS_PACKAGE ]
471471
472- mock_volume = fixtures .SoftLayer_Network_Storage .SAAS_TEST_VOLUME
472+ mock_volume = fixtures .SoftLayer_Network_Storage .STAAS_TEST_VOLUME
473473 mock = self .set_mock ('SoftLayer_Network_Storage' , 'getObject' )
474474 mock .return_value = mock_volume
475475
@@ -494,7 +494,7 @@ def test_order_block_snapshot_space(self):
494494 )
495495
496496 def test_order_block_replicant_os_type_not_found (self ):
497- mock_volume = fixtures .SoftLayer_Network_Storage .SAAS_TEST_VOLUME
497+ mock_volume = fixtures .SoftLayer_Network_Storage .STAAS_TEST_VOLUME
498498 prev_os_type = mock_volume ['osType' ]
499499 del mock_volume ['osType' ]
500500 mock = self .set_mock ('SoftLayer_Network_Storage' , 'getObject' )
@@ -521,7 +521,7 @@ def test_order_block_replicant_performance_os_type_given(self):
521521 mock = self .set_mock ('SoftLayer_Product_Package' , 'getAllObjects' )
522522 mock .return_value = [fixtures .SoftLayer_Product_Package .SAAS_PACKAGE ]
523523
524- mock_volume = fixtures .SoftLayer_Network_Storage .SAAS_TEST_VOLUME
524+ mock_volume = fixtures .SoftLayer_Network_Storage .STAAS_TEST_VOLUME
525525 prev_storage_type_keyname = mock_volume ['storageType' ]['keyName' ]
526526 mock_volume ['storageType' ]['keyName' ] = 'PERFORMANCE_BLOCK_STORAGE'
527527 mock = self .set_mock ('SoftLayer_Network_Storage' , 'getObject' )
@@ -570,7 +570,7 @@ def test_order_block_replicant_endurance(self):
570570 mock = self .set_mock ('SoftLayer_Product_Package' , 'getAllObjects' )
571571 mock .return_value = [fixtures .SoftLayer_Product_Package .SAAS_PACKAGE ]
572572
573- mock_volume = fixtures .SoftLayer_Network_Storage .SAAS_TEST_VOLUME
573+ mock_volume = fixtures .SoftLayer_Network_Storage .STAAS_TEST_VOLUME
574574 mock = self .set_mock ('SoftLayer_Network_Storage' , 'getObject' )
575575 mock .return_value = mock_volume
576576
@@ -606,7 +606,7 @@ def test_order_block_duplicate_origin_os_type_not_found(self):
606606 mock = self .set_mock ('SoftLayer_Product_Package' , 'getAllObjects' )
607607 mock .return_value = [fixtures .SoftLayer_Product_Package .SAAS_PACKAGE ]
608608
609- mock_volume = fixtures .SoftLayer_Network_Storage .SAAS_TEST_VOLUME
609+ mock_volume = fixtures .SoftLayer_Network_Storage .STAAS_TEST_VOLUME
610610 prev_os_type = mock_volume ['osType' ]
611611 del mock_volume ['osType' ]
612612 mock = self .set_mock ('SoftLayer_Network_Storage' , 'getObject' )
@@ -627,7 +627,7 @@ def test_order_block_duplicate_performance_no_duplicate_snapshot(self):
627627 mock = self .set_mock ('SoftLayer_Product_Package' , 'getAllObjects' )
628628 mock .return_value = [fixtures .SoftLayer_Product_Package .SAAS_PACKAGE ]
629629
630- mock_volume = fixtures .SoftLayer_Network_Storage .SAAS_TEST_VOLUME
630+ mock_volume = fixtures .SoftLayer_Network_Storage .STAAS_TEST_VOLUME
631631 prev_storage_type_keyname = mock_volume ['storageType' ]['keyName' ]
632632 mock_volume ['storageType' ]['keyName' ] = 'PERFORMANCE_BLOCK_STORAGE'
633633 mock = self .set_mock ('SoftLayer_Network_Storage' , 'getObject' )
@@ -666,7 +666,7 @@ def test_order_block_duplicate_performance(self):
666666 mock = self .set_mock ('SoftLayer_Product_Package' , 'getAllObjects' )
667667 mock .return_value = [fixtures .SoftLayer_Product_Package .SAAS_PACKAGE ]
668668
669- mock_volume = fixtures .SoftLayer_Network_Storage .SAAS_TEST_VOLUME
669+ mock_volume = fixtures .SoftLayer_Network_Storage .STAAS_TEST_VOLUME
670670 prev_storage_type_keyname = mock_volume ['storageType' ]['keyName' ]
671671 mock_volume ['storageType' ]['keyName' ] = 'PERFORMANCE_BLOCK_STORAGE'
672672 mock = self .set_mock ('SoftLayer_Network_Storage' , 'getObject' )
@@ -712,7 +712,7 @@ def test_order_block_duplicate_endurance_no_duplicate_snapshot(self):
712712 mock = self .set_mock ('SoftLayer_Product_Package' , 'getAllObjects' )
713713 mock .return_value = [fixtures .SoftLayer_Product_Package .SAAS_PACKAGE ]
714714
715- mock_volume = fixtures .SoftLayer_Network_Storage .SAAS_TEST_VOLUME
715+ mock_volume = fixtures .SoftLayer_Network_Storage .STAAS_TEST_VOLUME
716716 mock = self .set_mock ('SoftLayer_Network_Storage' , 'getObject' )
717717 mock .return_value = mock_volume
718718
@@ -746,7 +746,7 @@ def test_order_block_duplicate_endurance(self):
746746 mock = self .set_mock ('SoftLayer_Product_Package' , 'getAllObjects' )
747747 mock .return_value = [fixtures .SoftLayer_Product_Package .SAAS_PACKAGE ]
748748
749- mock_volume = fixtures .SoftLayer_Network_Storage .SAAS_TEST_VOLUME
749+ mock_volume = fixtures .SoftLayer_Network_Storage .STAAS_TEST_VOLUME
750750 mock = self .set_mock ('SoftLayer_Network_Storage' , 'getObject' )
751751 mock .return_value = mock_volume
752752
0 commit comments