wuyu8242 



发件人: Amos Kong 
发送时间: 2011-04-02  11:21:59 
收件人: wuyu8242 
抄送: Lucas Meneghel Rodrigues; autotest 
主题: Re: [Autotest] KVM_autotest_windows guest install 
 
On Sat, Apr 02, 2011 at 11:09:57AM +0800, wuyu8242 wrote:
> hi Lucas,
>     Sorry for disturbing you!Now, I want to test a guest with windows OS using
> kvm-autotest, so I download the win7 iso,but when running the autotest fw, the
> error appears, I find the error is the cdrom_cd1 value is
> en_windows_7_ultimate_x86_dvd_x15-65921.iso not my win7 iso name in
> tests_base.py(presumably in 2293 line). so I modify the value of cdrom_cd1 to
> my win7 iso name, but I don't know how to  generate the md5sum_1m_cd1 value,
> can you tell me the method? thank you very much!
client/tests/kvm/kvm_vm.py:
def create():
    utils.hash_file()
client/bin/base_utils.py:  
 def hash_file()
     .... 

 yes, I know the md5 and sha1 mothed, and md5sum_cd1 value can be generated by 
command "md5sum xxx.iso", but what command can be used to generate the 
md5sum_1m_cd1 value? and the sha1sum_1m_cd1 value?

cdrom_cd1 = isos/windows/en_windows_7_ultimate_x86_dvd_x15-65921.iso
md5sum_cd1 = d0b8b407e8a3d4b75ee9c10147266b89
md5sum_1m_cd1 = 2b0c2c22b1ae95065db08686bf83af93
sha1sum_cd1 = 5395dc4b38f7bdb1e005ff414deedfdb16dbf610
sha1sum_1m_cd1 = 9f9c3780aebeb28a9bf22188eed6bc15475dc9c5


 _______________________________________________
> Autotest mailing list
> Autotest@test.kernel.org
> http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
.
_______________________________________________
Autotest mailing list
Autotest@test.kernel.org
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to