spiceqa / autotest

Autotest - Fully automated tests on Linux
http://autotest.github.com/
Other
5 stars 3 forks source link

Rvtest11 #30

Closed vi-patel closed 11 years ago

vi-patel commented 11 years ago

Adding tests for spice vdagent: Restart Vdagent tests Testing bmp images Testing png images of different sizes: small, medium, and large Testing large textual data of 10MB, which will currently not work in RHEL 6.3 due to a pygtk defect.

krcmarik commented 11 years ago

Vimal, I have two things:

  1. There is missing BMP image - Image2.bmp so all bmp tests fail for me.
  2. It surprised me that in my environment even Medium image copying from Guest to Client fails (large one as well indeed), small one passes. From client to guest all of them pass.

Otherwise looks good to me, tests which are supposed to pass - passed, tests which are supposed to fail - failed, just those two exceptions above.

krcmarik commented 11 years ago

I tested it and it works, I prepared the commits but since upstream autotest is frozen now I will create a pull request in October. But I am working on top of that.

krcmarik commented 11 years ago

Applied upstream in autotest/virt-test. Thanks.