On Wed, Aug 15, 2012 at 9:24 AM, Gerd Hoffmann <[email protected]> wrote: > Hi, > > Patch series adds more usb tests and improves the usb-storage test.
All the patches look good and were applied. I've made some small changes on the last patch that re-formats the qemu command line, so that the logs look like this: 12:09:55 INFO | Running qemu command (reformatted): 12:09:55 INFO | /usr/bin/qemu-kvm 12:09:55 INFO | -S 12:09:55 INFO | -name 'vm1' 12:09:55 INFO | -nodefaults 12:09:55 INFO | -chardev socket,id=hmp_id_hmp1,path=/tmp/monitor-hmp1-20120815-114920-zDClv5h9,server,nowait 12:09:55 INFO | -mon chardev=hmp_id_hmp1,mode=readline 12:09:55 INFO | -chardev socket,id=serial_id_20120815-114920-zDClv5h9,path=/tmp/serial-20120815-114920-zDClv5h9,server,nowait 12:09:55 INFO | -device isa-serial,chardev=serial_id_20120815-114920-zDClv5h9 12:09:55 INFO | -chardev socket,id=seabioslog_id_20120815-114920-zDClv5h9,path=/tmp/seabios-20120815-114920-zDClv5h9,server,nowait 12:09:55 INFO | -device isa-debugcon,chardev=seabioslog_id_20120815-114920-zDClv5h9,iobase=0x402 12:09:55 INFO | -device ich9-usb-uhci1,id=usb1 12:09:55 INFO | -drive file='/tmp/kvm_autotest_root/images/f17-64.qcow2',if=none,cache=none,id=virtio0 12:09:55 INFO | -device virtio-blk-pci,drive=virtio0 12:09:55 INFO | -device virtio-net-pci,netdev=idFOKfYn,mac='9a:3c:3d:3e:3f:40',id='id7v3qLF' 12:09:55 INFO | -netdev tap,id=idFOKfYn,fd=23 12:09:55 INFO | -m 1024 12:09:55 INFO | -smp 2,cores=1,threads=1,sockets=2 12:09:55 INFO | -soundhw ac97 12:09:55 INFO | -device usb-audio,id=usb-audio1,bus=usb1.0,port=1 12:09:55 INFO | -spice port=3000,disable-ticketing 12:09:55 INFO | -vga qxl 12:09:55 INFO | -rtc base=utc,clock=host,driftfix=none 12:09:55 INFO | -boot order=cdn,once=c,menu=off 12:09:55 INFO | -enable-kvm Thanks a lot! > cheers, > Gerd > > Gerd Hoffmann (3): > usb: test hid devices with xhci too > usb: add audio test > usb: use multiple block sizes in storage test > > client/tests/kvm/tests/usb.py | 22 +++++++++----- > client/virt/subtests.cfg.sample | 56 > ++++++++++++++++++++++++++++++++++++--- > 2 files changed, 66 insertions(+), 12 deletions(-) > > _______________________________________________ > Autotest-kernel mailing list > [email protected] > https://www.redhat.com/mailman/listinfo/autotest-kernel -- Lucas _______________________________________________ Autotest-kernel mailing list [email protected] https://www.redhat.com/mailman/listinfo/autotest-kernel
