autotest / virt-test

Linux Virtualization Tests
Other
97 stars 140 forks source link

virttest.utils_test.libvirt: Missed iothread option. #2294

Closed rbian closed 9 years ago

rbian commented 9 years ago

Missed iothread option for disk paramters in set_vm_disk

rbian commented 9 years ago

It's okay to set a None value, the value will be checked later: if driver_iothread: driver_attrs['iothread'] = driver_iothread Anyway, I will use null string "" instead.

waynesun09 commented 9 years ago

@rbian ok, i see. Thanks, merge as trivial fix.