~testdrive/testdrive/trunk

« back to all changes in this revision

Viewing changes to testdriverc

  • Committer: Dustin Kirkland
  • Date: 2015-08-06 20:20:28 UTC
  • mfrom: (454.1.1 testdrive)
  • Revision ID: kirkland@ubuntu.com-20150806202028-54mh9twke1ihywah
* testdriverc, testdrive/testdrive.py:
  - add mouse cursor to kvm

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
# KVM_ARGS is a string of arbitrary KVM_ARGS to use when launching the VM
52
52
# See kvm(1) for a comprehensive list of arguments
53
 
KVM_ARGS = -usb -usbdevice tablet -net nic,model=virtio -net user -soundhw es1370 -vga cirrus -enable-kvm
 
53
KVM_ARGS = -usb -usbdevice mouse -usbdevice tablet -net nic,model=virtio -net user -soundhw es1370 -vga cirrus -show-cursor -enable-kvm
54
54
 
55
55
# Uncomment the following line if you want to hardcode the Ubuntu Repository
56
56
# from where the ISO's are going to be retrieved; otherwise, they will be