mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-11-02 20:02:29 +01:00 
			
		
		
		
	CLOUDSTACK-9633:test_snapshot is failing due to incorrect string construction in utils.py
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
		
							parent
							
								
									e8de07a1ae
								
							
						
					
					
						commit
						f1fd325c08
					
				@ -292,7 +292,7 @@ def is_snapshot_on_nfs(apiclient, dbconn, config, zoneid, snapshotid):
 | 
			
		||||
    # snapshot extension to be appended to the snapshot path obtained from db
 | 
			
		||||
    snapshot_extensions = {"vmware": ".ovf",
 | 
			
		||||
                            "kvm": "",
 | 
			
		||||
                            "xenserver": ".vhd",
 | 
			
		||||
                            "xenserver": "",
 | 
			
		||||
                            "simulator":""}
 | 
			
		||||
 | 
			
		||||
    qresultset = dbconn.execute(
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user