mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	test: fix test_hostha_simulator.py and test_outofbandmanagement.py (#10815)
This commit is contained in:
		
							parent
							
								
									c1923a2dcb
								
							
						
					
					
						commit
						c45ed06098
					
				| @ -457,7 +457,7 @@ class TestHostHA(cloudstackTestCase): | ||||
| 
 | ||||
|         retry_interval = 1 + (pingInterval * pingTimeout / 10) | ||||
| 
 | ||||
|         res, _ = wait_until(retry_interval, 20, removeFakeMgmtServer, self.getFakeMsRunId()) | ||||
|         res, _ = wait_until(retry_interval, 100, removeFakeMgmtServer, self.getFakeMsRunId()) | ||||
|         if not res: | ||||
|             self.fail("Management server failed to turn down or remove fake mgmt server") | ||||
| 
 | ||||
|  | ||||
| @ -544,7 +544,7 @@ class TestOutOfBandManagement(cloudstackTestCase): | ||||
| 
 | ||||
|         retry_interval = 1 + (pingInterval * pingTimeout / 10) | ||||
| 
 | ||||
|         res, _ = wait_until(retry_interval, 10, removeFakeMgmtServer, self.getFakeMsRunId()) | ||||
|         res, _ = wait_until(retry_interval, 100, removeFakeMgmtServer, self.getFakeMsRunId()) | ||||
|         if not res: | ||||
|             self.fail("Management server failed to turn down or remove fake mgmt server") | ||||
| 
 | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user