From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=51287 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ob1jT-0000ps-4H for qemu-devel@nongnu.org; Mon, 19 Jul 2010 21:34:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1Ob1jS-0003Kf-3g for qemu-devel@nongnu.org; Mon, 19 Jul 2010 21:34:55 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53701) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1Ob1jR-0003KY-SK for qemu-devel@nongnu.org; Mon, 19 Jul 2010 21:34:54 -0400 From: Amos Kong Date: Tue, 20 Jul 2010 09:34:48 +0800 Message-ID: <20100720013414.2212.13476.stgit@z> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [Autotest][RFC 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