mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-04 00:02:37 +01:00 
			
		
		
		
	CLOUDSTACK-8147: Fixed typo in test case test_redundant_router.py
Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
		
							parent
							
								
									9278ac1130
								
							
						
					
					
						commit
						032a003905
					
				@ -787,7 +787,7 @@ class TestRVRInternals(cloudstackTestCase):
 | 
				
			|||||||
                self.apiclient.connection.mgtSvr,
 | 
					                self.apiclient.connection.mgtSvr,
 | 
				
			||||||
                22,
 | 
					                22,
 | 
				
			||||||
                self.apiclient.connection.user,
 | 
					                self.apiclient.connection.user,
 | 
				
			||||||
                self.apiclient.connction.passwd,
 | 
					                self.apiclient.connection.passwd,
 | 
				
			||||||
                backup_router.linklocalip,
 | 
					                backup_router.linklocalip,
 | 
				
			||||||
                'ip addr show eth2',
 | 
					                'ip addr show eth2',
 | 
				
			||||||
                hypervisor=self.hypervisor
 | 
					                hypervisor=self.hypervisor
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user