mirror of
				https://github.com/apache/cloudstack.git
				synced 2025-10-26 08:42:29 +01:00 
			
		
		
		
	test: fix checksums for test template (#4655)
macchinina-vmware.ova has changed at http://dl.openvm.eu/cloudstack/macchinina/x86_64/ sha1, sha256 and m5 checksum have been updated for template file in test_template.py Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
		
							parent
							
								
									4de6ac3c05
								
							
						
					
					
						commit
						db4f9e9b53
					
				| @ -77,7 +77,7 @@ class TestCreateTemplateWithChecksum(cloudstackTestCase): | ||||
|         if "vmware" in self.hypervisor.lower(): | ||||
|             self.test_template = registerTemplate.registerTemplateCmd() | ||||
|             self.test_template = registerTemplate.registerTemplateCmd() | ||||
|             self.test_template.checksum = "{SHA-1}" + "178639bd5ec089a27f6d39025be28c3de5d9393b" | ||||
|             self.test_template.checksum = "{SHA-1}" + "3c00872599c6e1e46a358aac51080db88266cf5c" | ||||
|             self.test_template.hypervisor = self.hypervisor | ||||
|             self.test_template.zoneid = self.zone.id | ||||
|             self.test_template.name = 'test sha-2333' | ||||
| @ -85,8 +85,8 @@ class TestCreateTemplateWithChecksum(cloudstackTestCase): | ||||
|             self.test_template.url = "http://dl.openvm.eu/cloudstack/macchinina/x86_64/macchinina-vmware.ova" | ||||
|             self.test_template.format = "OVA" | ||||
|             self.test_template.ostypeid = self.getOsType("Other Linux (64-bit)") | ||||
|             self.md5 = "3c23ac66bac7888dc7c972783646c644" | ||||
|             self.sha256 = "97aaa096d419522158c54f83eb61d9242d9f6bca9166fd4030d73683d647c7e7" | ||||
|             self.md5 = "27f3c56a8c7ec7b2f3ff2199f7078006" | ||||
|             self.sha256 = "a7b04c1eb507f3f5de844bda352df1ea5e20335b465409493ca6ae07dfd0a158" | ||||
| 
 | ||||
|         if "xen" in self.hypervisor.lower(): | ||||
|             self.test_template = registerTemplate.registerTemplateCmd() | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user