The following series contians: - code cleanups: some tests contains their implementation of file transfer, make them just reuse the file transfer test; some tests contains codes to be executed in parallel, make them reuse the Thread class - bug & typo fixes - tests enhancement ---
Jason Wang (14): KVM test: nic_hotplug: Add romfile support KVM test: nic_hotplug: do not use serial console KVM test: nic_bonding: do not close the serial session KVM test: Introduce get_peer() method KVM test: Add device id to qemu-kvm cmdline KVM test: nic_bonding: simplify the bonding setup by using ifenslave KVM test: set_link: code simplification and enhancement KVM test: vlan: fix typo KVM test: file_transfer: use random generated file name KVM test: nicdriver_unload: reuse file_transfer test and Thread class KVM test: pci_hotplug: fix typo KVM test: nic_promisc: reuse the file_transfer test and Thead class KVM test: netperf: minimize the influence of autotest KVM test: ping: test two nics by default client/tests/kvm/kvm_vm.py | 31 ++++++- client/tests/kvm/scripts/nic_bonding_guest.py | 37 --------- client/tests/kvm/tests/file_transfer.py | 39 ++++----- client/tests/kvm/tests/netperf.py | 35 ++++++-- client/tests/kvm/tests/nic_bonding.py | 69 +++++++++------- client/tests/kvm/tests/nic_hotplug.py | 27 ++++-- client/tests/kvm/tests/nic_promisc.py | 106 ++++--------------------- client/tests/kvm/tests/nicdriver_unload.py | 104 +++++++------------------ client/tests/kvm/tests/pci_hotplug.py | 2 client/tests/kvm/tests/set_link.py | 62 +++++++-------- client/tests/kvm/tests/vlan.py | 2 client/tests/kvm/tests_base.cfg.sample | 15 ++-- 12 files changed, 207 insertions(+), 322 deletions(-) delete mode 100644 client/tests/kvm/scripts/nic_bonding_guest.py -- Jason Wang _______________________________________________ Autotest mailing list Autotest@test.kernel.org http://test.kernel.org/cgi-bin/mailman/listinfo/autotest