mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	CLOUDSTACK:8018: Fix test_redundant_router.test_redundantVR_internals - The SSH to router was being done from wrong host
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
		
							parent
							
								
									7ff118c90b
								
							
						
					
					
						commit
						bbebac7339
					
				| @ -720,8 +720,7 @@ class TestRVRInternals(cloudstackTestCase): | ||||
| 
 | ||||
|         hosts = Host.list( | ||||
|             self.apiclient, | ||||
|             id=master_router.hostid, | ||||
|             listall=True | ||||
|             id=master_router.hostid | ||||
|         ) | ||||
|         self.assertEqual( | ||||
|             isinstance(hosts, list), | ||||
| @ -734,8 +733,7 @@ class TestRVRInternals(cloudstackTestCase): | ||||
| 
 | ||||
|         hosts = Host.list( | ||||
|             self.apiclient, | ||||
|             id=backup_router.hostid, | ||||
|             listall=True | ||||
|             id=backup_router.hostid | ||||
|         ) | ||||
|         self.assertEqual( | ||||
|             isinstance(hosts, list), | ||||
| @ -796,7 +794,7 @@ class TestRVRInternals(cloudstackTestCase): | ||||
|             ) | ||||
|         else: | ||||
|             result = get_process_status( | ||||
|                 master_host.ipaddress, | ||||
|                 backup_host.ipaddress, | ||||
|                 22, | ||||
|                 self.testdata['configurableData']['host']["username"], | ||||
|                 self.testdata['configurableData']['host']["password"], | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user