Merge "TestObjectController refactoring"
This commit is contained in:
		@@ -33,7 +33,8 @@ class TestProxyServer(test_server.TestProxyServer):
 | 
				
			|||||||
    pass
 | 
					    pass
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class TestObjectController(test_server.TestObjectController):
 | 
					class TestReplicatedObjectController(
 | 
				
			||||||
 | 
					        test_server.TestReplicatedObjectController):
 | 
				
			||||||
    def test_PUT_no_etag_fallocate(self):
 | 
					    def test_PUT_no_etag_fallocate(self):
 | 
				
			||||||
        # mem server doesn't call fallocate(), believe it or not
 | 
					        # mem server doesn't call fallocate(), believe it or not
 | 
				
			||||||
        pass
 | 
					        pass
 | 
				
			||||||
@@ -42,6 +43,8 @@ class TestObjectController(test_server.TestObjectController):
 | 
				
			|||||||
    def test_policy_IO(self):
 | 
					    def test_policy_IO(self):
 | 
				
			||||||
        pass
 | 
					        pass
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					class TestECObjectController(test_server.TestECObjectController):
 | 
				
			||||||
    def test_PUT_ec(self):
 | 
					    def test_PUT_ec(self):
 | 
				
			||||||
        pass
 | 
					        pass
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user