File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -78,16 +78,16 @@ def setUp(self):
7878 if "vmware" in self .hypervisor .lower ():
7979 self .test_template = registerTemplate .registerTemplateCmd ()
8080 self .test_template = registerTemplate .registerTemplateCmd ()
81- self .test_template .checksum = "{SHA-1}" + "3c00872599c6e1e46a358aac51080db88266cf5c "
81+ self .test_template .checksum = "{SHA-1}" + "8b82224fd3c6429b6914f32d8339e650770c7526 "
8282 self .test_template .hypervisor = self .hypervisor
8383 self .test_template .zoneid = self .zone .id
8484 self .test_template .name = 'test sha-2333'
8585 self .test_template .displaytext = 'test sha-1'
8686 self .test_template .url = "http://dl.openvm.eu/cloudstack/macchinina/x86_64/macchinina-vmware.ova"
8787 self .test_template .format = "OVA"
8888 self .test_template .ostypeid = self .getOsType ("Other Linux (64-bit)" )
89- self .md5 = "27f3c56a8c7ec7b2f3ff2199f7078006 "
90- self .sha256 = "a7b04c1eb507f3f5de844bda352df1ea5e20335b465409493ca6ae07dfd0a158 "
89+ self .md5 = "b4e8bff3882b23175974e692533b4381 "
90+ self .sha256 = "e1dffca3c3ab545a753cb42d838a341624cf25841d1bcf3d1e45556c9fce7cf3 "
9191
9292 if "xen" in self .hypervisor .lower ():
9393 self .test_template = registerTemplate .registerTemplateCmd ()
You can’t perform that action at this time.
0 commit comments