Hi, I am trying some basic kvm test these days:  ethtool, boot_savevm,
migrate, guest_s4, image_copy,  and ksm_overcommit for guest os Fedora
15 Linux, 64bit.

These are what I am undergoing ( ^-^ ):

Case 1:
    All tests below qemu_kvm_f15_quick variant, that is:
                       only ethtool, boot_savevm, migrate, guest_s4,
image_copy, ksm_overcommit

    status:
           image_copy with ERROR, others  each with TEST_NA.
    For the preparations for image_copy test, I just scped the qcow2
image file of F15 from my local host ( 192.168.60.167 ) to another
machine (192.168.32.125) on my LAN,

        scp /tmp/kvm_autotest_root/images/f15-64.qcow2
192.168.32.125:/home/ning/

    and I modified the nfs directory line in base.cfg:

         images_good=192.168.32.125:/home/ning

     But the image_copy test info tell me that Autotest could not
mount this NFS share to /mnt/images.
     What wrong with that?  Should mkdir /mnt/images, and try it again
will be OK? Why other tests all be ignored ( guest_s4, ksm_overcommit
etc. ) by Autotest  when image_copy currupted, as most of them precede
image_copy in the very ONLY line?

Case 2:
      Then I had to cut those tests, I took only boot_savevm and ethtool:
                    only boot_savevm, ethtool
      status:
            boot_savevm with fail, and ethtool with nothing, no record
for ethtool !

Case 3:
       I commented out the line "no ethtool" in base.cfg:
            #no ethtool
       status:
            boot_savevm with fail, and ethtool with fail too
       This time it did give a record for ethtool.
Case 4:
       What does "no ethtool" mean in base.cfg I was not centain, I
just keeped it commented out, and went on with my experiments. But,
what follows was: whatever the tests are, they just failed with no
exception. Even boot, shutdown failed.  At last, I  took
unattended_install  test and it failed too.

Case 5:
       It seems that main problems is about network bridge by  their
error message, so I tried brctl commond that I get from Google.  Then
I thought it's maybe "ethtool" who was making troubles, so I
uncommented "#no ethtool". But unattended_install of Fedora 15 still
failed.
At last, I had to use one existed F15 image which was OK past weeks.
But the boot test again failed with VMIPAddressMissingError.

Would you help me find the bugs?

-- 
huai.sinaapp.com
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest

Reply via email to