From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=40190 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ob0Iy-0003i6-BC for qemu-devel@nongnu.org; Mon, 19 Jul 2010 20:03:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ob0Iw-0005Ie-FE for qemu-devel@nongnu.org; Mon, 19 Jul 2010 20:03:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52316) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ob0Iw-0005IK-8Q for qemu-devel@nongnu.org; Mon, 19 Jul 2010 20:03:26 -0400 From: Amos Kong Date: Tue, 20 Jul 2010 08:03:02 +0800 Message-ID: <20100720000217.8213.67968.stgit@z> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [Autotest PATCH 00/14] Patchset of network related subtests List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: lmr@redhat.com Cc: autotest@test.kernel.org, qemu-devel@nongnu.org, kvm@vger.kernel.org The following series contain 11 network related subtests, welcome to give me some suggestions about correctness, design, enhancement. Thank you so much! --- Amos Kong (14): KVM-test: Add a new macaddress pool algorithm KVM Test: Add a function get_interface_name() to kvm_net_utils.py KVM Test: Add a common ping module for network related tests KVM-test: Add a new subtest ping KVM-test: Add a subtest jumbo KVM-test: Add basic file transfer test KVM-test: Add a subtest of load/unload nic driver KVM-test: Add a subtest of nic promisc KVM-test: Add a subtest of multicast KVM-test: Add a subtest of pxe KVM-test: Add a subtest of changing mac address KVM-test: Add a subtest of netperf KVM-test: Improve vlan subtest KVM-test: Add subtest of testing offload by ethtool 0 files changed, 0 insertions(+), 0 deletions(-) -- Amos Kong